Note on third‑party tools
We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.
Publish messages to an Apache Kafka event stream
Connections
Basic Username/Password
Basic Username and Password connection
| Input |
Comments |
Default |
| Username |
Username |
|
| Password |
Password |
|
| Authentication Mechanism |
Desired authorization method for passing username/password. |
|
Actions
Publish Messages
Publish a message to an Apache Kafka topic.
| Input |
Comments |
Default |
| Connection |
|
|
| Client ID |
A Client Id is an optional identifier of a Kafka consumer that is passed to a Kafka broker with every request. |
|
| Brokers |
A Kafka broker allows consumers to fetch messages by topic, partition and offset. |
|
| Topic |
A Topic is a category/feed name to which records are stored and published. |
|
| Messages |
Provide a string for a message to be sent to the Kafka topic |
|