public static interface ExcerptTailer.AcknowledgedIndexReplicatedCheck
Modifier and Type | Method and Description |
---|---|
boolean |
acknowledgedIndexReplicatedCheck(long index,
long lastSequenceAck) |
boolean acknowledgedIndexReplicatedCheck(long index, long lastSequenceAck)
index
- the index of the next message for the tailer to readlastSequenceAck
- the last index that has been acknowledged as replicatedindex
NOTE: this callback is not called during a roll, as all messages must be acknowledged before they are seen during this period.
Copyright © 2024. All rights reserved.