Forwarding Data to Kafka Message Queues¶
Configuration¶
-
Address:
Host:Port, multiple nodes are separated by 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 using SASL_PLAINTEXT or SASL_SSL security protocols. If using the SASL_SSL security protocol, SSL certificates must be configured.
-
Click Test Connection, if the above information meets the specifications, it will prompt that the test connection is successful. 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, and the connection can be tested directly.
SASL_PLAINTEXT¶
The authentication method defaults to PLAIN, with SCRAM-SHA-256 and SCRAM-SHA-512 as optional.
Enter the username/password for security authentication on the Kafka side, then test the connection.
SASL_SSL¶
SSL certificates need to be uploaded here.
The authentication method defaults to PLAIN, with SCRAM-SHA-256 and SCRAM-SHA-512 as optional.
Enter the username/password for security authentication on the Kafka side, then test the connection.