upstash_kafka_produce
Produce messages to an Upstash Kafka topic by providing API key, email, cluster ID, topic, and a JSON array of messages.
Instructions
Produce messages to an Upstash Kafka topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| topic | Yes | ||
| api_key | Yes | ||
| messages | Yes | JSON array of message objects [{value: '...'}] | |
| cluster_id | Yes |