Class OffsetsForLeaderEpochUtils
java.lang.Object
org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochUtils
Utility methods for preparing requests to the OffsetsForLeaderEpoch API and handling responses.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochUtils.OffsetForEpochResulthandleResponse(Map<org.apache.kafka.common.TopicPartition, SubscriptionState.FetchPosition> requestData, org.apache.kafka.common.requests.OffsetsForLeaderEpochResponse response)
-
Method Details
-
handleResponse
public static org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochUtils.OffsetForEpochResult handleResponse(Map<org.apache.kafka.common.TopicPartition, SubscriptionState.FetchPosition> requestData, org.apache.kafka.common.requests.OffsetsForLeaderEpochResponse response)
-