Confluent Cloud - Publish message action

This action publishes a message to a Confluent Cloud topic you specify.

Input

FieldDescription
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.
MessageProvide the message you plan to publish. The available fields are dependent on the message schema you selected.
KeyProvide the message key. This value is stored with the message. Kafka uses the key to select an appropriate topic partition when the partition is not assigned explicitly. Only string keys are supported.
PartitionDetermine a partition for your message. You can explicitly publish a message to the specific topic partition. The index starts at 0. Otherwise, Kafka selects the partition automatically.

Output

FieldDescription
KeyThe key of the message.
MessageThe message content.
Raw messageThe raw message content.
PartitionThe partition where the message was published.
OffsetThe offset of the message in the partition.
TimestampThe timestamp when the message was created.
SizeThe size of the message in bytes.

Last updated: