Confluent Cloud - New message in topic trigger

Use this trigger to listen to new messages that are created in your Confluent Cloud topic. This trigger checks for new messages once every poll interval and Workato processes each message as a separate job.

Input

FieldDescription
Trigger poll intervalDetermine how frequently to check for new events. This defaults to five minutes if left blank. The minimum value allowed is five minutes.
TopicSelect a topic from the list or enter the topic name.
Message schema sourceSelect where your message schema is defined from either your common data models or your schema registry in Confluent Cloud. To retrieve schemas from your schema registry, you must configure your Confluent Cloud connection with your Stream Governance API credentials.
Message schemaSelect a message schema from your common data models or schema registry.
Initial offsetDetermine the initial offset. This value tells Workato how to handle the operation when there is no initial offset in Kafka or if the current offset no longer exists on the server. If set to Earliest, Workato starts fetching messages from the oldest available message in the topic. If set to Latest, Workato starts fetching messages from the most recent message. This value defaults to Earliest.

Output

The output datatree contains information about the message. This includes the key, raw message, partition, offset, timestamp, and size.

FieldDescription
KeyThe message key. This value is stored with the message.
MessageThe message content.
Raw messageThe raw message content.
PartitionThe partition number.
OffsetThe offset number.
TimestampThe timestamp of the message.
SizeThe size of the message in bytes.

Last updated: