Data Forwarding to Kafka Message Queue¶
Begin Configuration¶
-
Address:
Host:Port
, multiple nodes are separated by commas. -
Message Topic: i.e., the Topic name.
-
Security Protocol: On the Kafka side, SASL can use PLAINTEXT or SSL protocols as the transport layer, corresponding to using SASL_PLAINTEXT or SASL_SSL security protocols. If using the SASL_SSL security protocol, an SSL certificate must be configured.
-
Click Test Connection, if the above information meets the specifications, it will prompt that the test connection was 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 you can directly test the connection.
SASL_PLAINTEXT¶
The authentication method defaults to PLAIN, with options for SCRAM-SHA-256 and SCRAM-SHA-512.
Enter the username/password used for security authentication on the Kafka side, then test the connection.
SASL_SSL¶
Here you need to upload the SSL certificate.
The authentication method defaults to PLAIN, with options for SCRAM-SHA-256 and SCRAM-SHA-512.
Enter the username/password used for security authentication on the Kafka side, then test the connection.