Class PersistentStickyKeyDispatcherMultipleConsumersClassic

All Implemented Interfaces:
AsyncCallbacks.ReadEntriesCallback, Dispatcher, StickyKeyDispatcher

public class PersistentStickyKeyDispatcherMultipleConsumersClassic extends PersistentDispatcherMultipleConsumersClassic implements StickyKeyDispatcher
This is the "classic" dispatcher implementation for the Key_Shared subscription that was used before Pulsar 4.0.0 and PIP-379. When `subscriptionKeySharedUseClassicPersistentImplementation=true`, this dispatcher will be used. The main purpose is to provide a way to rollback to the old behavior in case of issues with the preferred implementation.