Skip to main content
Produce one or more messages to a specific Kafka topic and partition.

Basic Parameters

Messages Format

Each message record in the array supports the following properties:
  • key: String key for the message.
  • value: String value for the message.
  • offset: (optional) Integer offset for the message (defaults to auto-assignment if not specified).
  • headers: (optional) Array of header objects with key and value string properties for custom metadata.
  • time: (optional) ISO 8601 timestamp string for message timestamp.
Example:

Advanced Parameters

Example Output