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