| Package | Description |
|---|---|
| org.zalando.fahrschein |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
NakadiClient.getPartitions(String eventName) |
default List<Partition> |
PartitionManager.lockPartitions(String consumerName,
String eventName,
List<Partition> partitions,
String lockedBy,
long timeout,
TimeUnit timeoutUnit) |
| Modifier and Type | Method and Description |
|---|---|
default void |
CursorManager.fromNewestAvailableOffsets(String eventName,
List<Partition> partitions)
Initializes offsets to start streaming from the newest available offset.
|
default void |
CursorManager.fromOldestAvailableOffset(String eventName,
List<Partition> partitions)
Initializes offsets to start streaming at the oldest available offset (BEGIN).
|
default List<Partition> |
PartitionManager.lockPartitions(String consumerName,
String eventName,
List<Partition> partitions,
String lockedBy,
long timeout,
TimeUnit timeoutUnit) |
default void |
CursorManager.updatePartitions(String eventName,
List<Partition> partitions)
Updates offsets in case the currently stored offset is no longer available.
|
Copyright © 2016 Zalando SE. All rights reserved.