An individual record consumed from a topic or produced to a topic
Name | Type | Description | Notes |
---|---|---|---|
partition | Integer | The record's partition within the topic | [optional] |
offset | Long | The record's offset within the topic partition | [optional] [readonly] |
timestamp | OffsetDateTime | Timestamp associated with the record. The type is indicated by `timestampType`. When producing a record, this value will be used as the record's `CREATE_TIME`. | [optional] |
timestampType | String | Type of timestamp associated with the record | [optional] [readonly] |
headers | Map<String, String> | Record headers, key/value pairs | [optional] |
key | String | Record key | [optional] |
value | String | Record value |