post_topic_produce
Publish a message to a Kafka topic. Specify cluster, topic, and value, and optionally set key, headers, or target partition to control message routing.
Instructions
Produce a message to a topic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Message key | |
| value | Yes | Message value | |
| cluster | Yes | Cluster name | |
| headers | No | Message headers | |
| partition | No | Target partition | |
| topicName | Yes | Topic name |