Class PartitionStateManager<K,​V>

java.lang.Object
io.confluent.parallelconsumer.state.PartitionStateManager<K,​V>
All Implemented Interfaces:
org.apache.kafka.clients.consumer.ConsumerRebalanceListener

public class PartitionStateManager<K,​V>
extends Object
implements org.apache.kafka.clients.consumer.ConsumerRebalanceListener
In charge of managing PartitionStates.

This state is shared between the BrokerPollSystem thread and the AbstractParallelEoSStreamProcessor.

See Also:
PartitionState