Class OffsetsForLeaderEpochUtils

java.lang.Object
org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochUtils

public final class OffsetsForLeaderEpochUtils extends Object
Utility methods for preparing requests to the OffsetsForLeaderEpoch API and handling responses.
  • 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)