lhotari opened a new pull request, #22062: URL: https://github.com/apache/pulsar/pull/22062
This PR is WIP ### Motivation PIP-61 and PIP-95 isn't fully implemented in the Pulsar code base. For example, topic lookup with Admin API is broken when using advertised listeners. ### Modifications - cover gaps in redirects to handle advertised listeners - allow having both Pulsar binary protocol (pulsar & pulsar+ssl) and web api (http & https) with the same listener name by removing the unnecessary restriction of max 2 endpoints for a listener name ### Additional context - [PIP-338](https://github.com/apache/pulsar/pull/22039) is related - https://github.com/apache/pulsar/pull/17063 is related ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- 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]
