K
- the Kafka record key typepublic interface KafkaMessageMetadata<K>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.header.Headers |
getHeaders()
Get the Kafka headers
|
K |
getKey()
Get the key
|
int |
getPartition()
Get the partition
|
Instant |
getTimestamp()
Get the timestamp
|
String |
getTopic()
Get the topic
|
String getTopic()
K getKey()
Instant getTimestamp()
org.apache.kafka.common.header.Headers getHeaders()
int getPartition()
Copyright © 2018–2021 SmallRye. All rights reserved.