Class KafkaConsumerOffsetMover


  • public class KafkaConsumerOffsetMover
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KafkaConsumerOffsetMover​(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName, org.apache.kafka.clients.consumer.KafkaConsumer consumer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean move​(pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KafkaConsumerOffsetMover

        public KafkaConsumerOffsetMover​(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName,
                                        org.apache.kafka.clients.consumer.KafkaConsumer consumer)
    • Method Detail

      • move

        public boolean move​(pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset offset)