Class ValidatePositionsApplicationEvent
java.lang.Object
org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent<Void>
org.apache.kafka.clients.consumer.internals.events.ValidatePositionsApplicationEvent
- All Implemented Interfaces:
CompletableEvent<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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
ApplicationEvent.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
chain, equals, future, get, hashCode, toString, toStringBaseMethods inherited from class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
type
-
Constructor Details
-
ValidatePositionsApplicationEvent
public ValidatePositionsApplicationEvent()
-