public interface FailedMsgRetryManager
Modifier and Type | Method and Description |
---|---|
void |
acked(Long offset) |
Set<Long> |
clearInvalidMessages(Long kafkaOffset) |
void |
failed(Long offset) |
Long |
nextFailedMessageToRetry() |
void |
retryStarted(Long offset) |
boolean |
shouldRetryMsg(Long offset) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.