produce_message
Produce a message to a Kafka topic by specifying the topic name and value. Optionally include a key and headers for metadata.
Instructions
Produces a message to a topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| value | Yes | ||
| headers | No | ||
| topic_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |