public interface OffsetPosition
| Modifier and Type | Method and Description |
|---|---|
static OffsetPosition |
build(Map<String,String> partition,
Map<String,?> offset) |
Map<String,?> |
offset()
Get the Kafka Connect detail about the source "offset", which describes the position within the source where we last
have last read.
|
Map<String,String> |
partition()
Get the Kafka Connect detail about the source "partition", which describes the portion of the source that we are
consuming.
|
Map<String,String> partition()
The resulting map is mutable for efficiency reasons (this information rarely changes), but should not be mutated.
Map<String,?> offset()
Copyright © 2018 JBoss by Red Hat. All rights reserved.