Forward Data to Kafka Message Queue¶
- Complete the setup of Rule Name and Filter Conditions.
- Continue to configure the backup.
Start Configuration¶
- Address:
Host:Port, separate multiple nodes with commas. - Message Topic: The Topic name.
- 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.
- 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.


