Skip to main content

Message to Kafka broker

To configure sending events to Apache Kafka, specify the next parameters:

  • kafka host name,
  • kafka port,
  • kafka topic name,
  • kafka partition id.

Activate TLS if you need. When using a self-signed certificate, if it is not included in the trusted ones, specify the CA certificate chain in PEM format. This also takes into account the global option ALLOW_INSECURE_REQUESTS in the main.json configuration file, if it is set.

The validity of certificates is not checked. If authorization with a client certificate is used, then you must specify both the client's private key and the certificate, also in PEM format.