Data Engineering Streaming
- Data Engineering Streaming 10.5
- All Products
Header ports
| Data type
| Description
|
---|---|---|
partitionId
| integer
| Partition ID of the data. When a stream is divided into partitions, a sequential ID is assigned to each event and is unique to each event within the partition. Use the partition ID to identify the event that you want to consume from a particular partition.
|
key
| binary
| Key value associated with an event. You can group events based on the key value and then process the data.
|
TopicName
| string
| Name of the stream to which you publish events in the following format:
In case the
<topicName> is not available in the existing stream, the topic will be automatically created for the data to be published to it.
|