Class ValidatePositionsApplicationEvent

All Implemented Interfaces:
CompletableEvent<Void>

public class ValidatePositionsApplicationEvent extends CompletableApplicationEvent<Void>
Event for validating offsets for all assigned partitions for which a leader change has been detected. This is an asynchronous event that generates OffsetForLeaderEpoch requests, and completes by validating in-memory positions against the offsets received in the responses.
  • Constructor Details

    • ValidatePositionsApplicationEvent

      public ValidatePositionsApplicationEvent()