Class ConsistentHashingStickyKeyConsumerSelector

java.lang.Object
org.apache.pulsar.broker.service.ConsistentHashingStickyKeyConsumerSelector
All Implemented Interfaces:
StickyKeyConsumerSelector

public class ConsistentHashingStickyKeyConsumerSelector extends Object implements StickyKeyConsumerSelector
This is a consumer selector based fixed hash range. The implementation uses consistent hashing to evenly split, the number of keys assigned to each consumer.