Skip to content

Forward Data to Kafka Message Queue


  1. Complete the setup of Rule Name and Filter Conditions.
  2. Continue to configure the backup.

Start Configuration

  1. Address: Host:Port, separate multiple nodes with commas.
  2. Message Topic: The Topic name.
  3. Security Protocol: On the Kafka side, SASL can use PLAINTEXT or SSL protocol as the transport layer, corresponding to the SASL_PLAINTEXT or SASL_SSL security protocol. If using the SASL_SSL security protocol, an SSL certificate must be configured.
  4. Click Test Connection. If the above information meets the specifications, a successful connection test is prompted. Click OK to save the current rule.
If the test fails:

You need to confirm: - Whether the address is correct. - Whether the message topic name is correct. - Whether the SSL certificate is correct. - Whether the username is correct. - Whether the password is correct.

PLAINTEXT

No security verification is required. You can test the connection directly.

SASL_PLAINTEXT

The default authentication method is PLAIN. SCRAM-SHA-256 and SCRAM-SHA-512 are optional.

Enter the username/password for security authentication on the Kafka side, then test the connection.

SASL_SSL

An SSL certificate needs to be uploaded here.

The default authentication method is PLAIN. SCRAM-SHA-256 and SCRAM-SHA-512 are optional.

Enter the username/password for security authentication on the Kafka side, then test the connection.

Feedback

Is this page helpful? ×