lhotari commented on PR #570: URL: https://github.com/apache/pulsar-manager/pull/570#issuecomment-2095827993
> * If the Service URL differs from the broker urls, then the corresponding token for authentification is not found. ex: service url `https://brokers.pulsar.internal:8443` found brokers: `http://broker01.pulsar.internal:8080` even the brokers are configured with tls. the environment token is then not found for broker01, it matches only brokers.pulsar.internal. btw. This is related to some gaps in the Pulsar API. In the past brokers didn't have a stable unique identifier. In PR https://github.com/apache/pulsar/pull/21894, the "lookupServiceAddress" was renamed to be "brokerId" so that there would be a single unique identifier for a broker in a cluster. This is WIP and https://github.com/apache/pulsar/pull/22647 adds brokerId to lookup results. There are a few more APIs to cover to make the brokerId the unique id for a broker. -- 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]
