michaeljmarshall commented on issue #10816: URL: https://github.com/apache/pulsar/issues/10816#issuecomment-1362498047
One problem I see is that the auth data is hard coded: https://github.com/apache/pulsar/blob/f3608074f537471545926a84df8a1d061b30692c/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConnection.java#L322-L324 As a result, when a client connects for a lookup with an existing client/proxy connection but triggers a new proxy/broker connection, the auth data may be expired. I have a draft solution for this issue here: https://github.com/apache/pulsar/pull/19026. I am still working on a test. -- 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]
