ivankelly opened a new pull request #11841: URL: https://github.com/apache/pulsar/pull/11841
e943d1b2 changed how the root URI was generated for PulsarAdmin so that if multiple hosts had been selected in the URI, only one would be used. However, the change in question discarded the path from the URI which is necessary for some usecases, such as using PulsarAdmin over kube-proxy. This change adds a method to ServiceURI to generate a correct fully formed URI with a single host, and uses this to generate the URI for PulsarAdmin. -- 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]
