Command Type
Command Type ID: 1201Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| topic | string | The Kafka topic name to publish to | Yes |
| dataSegmentToSend | string | Which part of the data to send. Possible values: "fullData", "data". Defaults to "fullData" | No |
| headers | object | Optional Kafka message headers (values must be strings) | No |
| key | string | The message key | No |
Usage Examples
Basic Kafka Publish
Publish Only the Data Segment
Publish with Headers and Key
Related Commands
- RabbitMQ Sink - Publish to RabbitMQ
- S3 Sink - Upload to S3
- MongoDB Sink - Write to MongoDB