produce_message
Send a message to a Kafka topic by specifying the topic name, along with an optional key and value payload, enabling direct message publishing to your Kafka cluster.
Instructions
Produce a message to a Kafka topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| topic | Yes | ||
| value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |