merlimat opened a new pull request #12841: URL: https://github.com/apache/pulsar/pull/12841
### Motivation The BookieRackAffinityMapping is based on reading the (bookie->rack) mapping from a z-node. Therefore we're injecting the ZK client in the RackAffinity plugin. Instead, we are going to inject the instance of `MetadataStore` in the properties, so that we're not depending on the ZK implementation. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
