Class HashRangeExclusiveStickyKeyConsumerSelector

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

public class HashRangeExclusiveStickyKeyConsumerSelector extends Object implements StickyKeyConsumerSelector
This is a sticky-key consumer selector based user provided range. User is responsible for making sure provided range for all consumers cover the rangeSize else there'll be chance that a key fall in a `whole` that not handled by any consumer.