Class KafkaConsumerBackoffManager.Context

  • Enclosing interface:
    KafkaConsumerBackoffManager

    public static class KafkaConsumerBackoffManager.Context
    extends java.lang.Object
    Provides the state that will be used for backing off.
    Since:
    2.7
    • Method Detail

      • getDueTimestamp

        public long getDueTimestamp()
      • getListenerId

        public java.lang.String getListenerId()
      • getTopicPartition

        public org.apache.kafka.common.TopicPartition getTopicPartition()
      • getConsumerForTimingAdjustment

        public org.apache.kafka.clients.consumer.Consumer<?,​?> getConsumerForTimingAdjustment()