-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
type/featureIndicates new functionalityIndicates new functionality
Description
Please update the codebase for Pulsar 2.9. I observe there are dependencies on PulsarService::getLocalZkCache (which was removed in 2.9).
The topic lookup aspect seems in need of improvement. Be aware that most ZK structures use the broker's canonical name as the key, which is based on that broker's advertisedAddress:webServicePort. This is not the same as the broker service URL that is returned from the LookupService. The lookup service returns information from advertisedListeners which isn't necessarily the same value.
Related:
- Project-10: Replace global ZooKeeper and cache access from PulsarService and replace with Metadata-store API apache/pulsar#9643
- [pulsar-broker] Remove global-zk reference from Pulsar-service apache/pulsar#9648
- PIP-45: Removed access to ZK client from PulsarService apache/pulsar#12100
- [Issue 12040][broker] Fix advertised listener confusion apache/pulsar#12353
Metadata
Metadata
Assignees
Labels
type/featureIndicates new functionalityIndicates new functionality