public interface KafkaMetadataProvider<V>
Modifier and Type | Method and Description |
---|---|
long |
offset()
The position of record in the corresponding Kafka partition.
|
int |
partition()
The partition from which record is received
|
long |
timestamp()
The timestamp of record
|
V |
value()
The value
|
int partition()
long offset()
long timestamp()
V value()
Copyright © 2010–2018. All rights reserved.