bilahepan opened a new pull request #6440: fix the bug of authenticationData is't initialized. URL: https://github.com/apache/pulsar/pull/6440 ### Motivation fix the bug of authenticationData is't initialized. the method ```org.apache.pulsar.proxy.server.ProxyConnection#handleConnect``` can't init the value of authenticationData. cause of the bug that you will get the null value form the method ```org.apache.pulsar.broker.authorization.AuthorizationProvider#canConsumeAsync``` when implements ```org.apache.pulsar.broker.authorization.AuthorizationProvider``` interface. ### Modifications init the value of authenticationData from the method ```org.apache.pulsar.proxy.server.ProxyConnection#handleConnect```. ### Verifying this change implements ```org.apache.pulsar.broker.authorization.AuthorizationProvider``` interface, and get the value of authenticationData.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
