Class OffsetPartitionAssignmentAdapter

java.lang.Object
org.apache.camel.component.kafka.consumer.support.classic.OffsetPartitionAssignmentAdapter
All Implemented Interfaces:
PartitionAssignmentAdapter

public class OffsetPartitionAssignmentAdapter extends Object implements PartitionAssignmentAdapter
A resume strategy that uses Kafka's offset for resuming
  • Constructor Details

    • OffsetPartitionAssignmentAdapter

      public OffsetPartitionAssignmentAdapter(org.apache.camel.spi.StateRepository<String,String> offsetRepository)
  • Method Details