merlimat opened a new pull request #5330: Added basic metadata store API and initial ZK implementation URL: https://github.com/apache/pulsar/pull/5330 ### Motivation This PR is the first in a series of changes. The ultimate goal is to have all the metadata accesses to ZooKeeper to be routed through a single, pluggable interface. This PR defines the first cut of the `MetadataStore` interface, along with the ZK implementation. Subsequent PRs will start converting metadata accesses.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
