Class ResetPositionsApplicationEvent

All Implemented Interfaces:
CompletableEvent<Void>

public class ResetPositionsApplicationEvent extends CompletableApplicationEvent<Void>
Event for resetting offsets for all assigned partitions that require it. This is an asynchronous event that generates ListOffsets requests, and completes by updating in-memory positions when responses are received.
  • Constructor Details

    • ResetPositionsApplicationEvent

      public ResetPositionsApplicationEvent()