public interface DeletableOffsetManager
extends org.springframework.integration.kafka.listener.OffsetManager
OffsetManager
with the ability of deleting entries
To be refactored once https://jira.spring.io/browse/INTEXT-131 is fixedModifier and Type | Method and Description |
---|---|
void |
deleteOffset(org.springframework.integration.kafka.core.Partition partition)
Removes the offset for a given
Partition . |