sijie commented on issue #7824: URL: https://github.com/apache/pulsar/issues/7824#issuecomment-674615460
@SergeyYakubov Broker has a mechanism to refresh the authentication state. By default `authenticationRefreshCheckSeconds` is set to 60. It refreshes the authentication state for every 60 seconds. The client is required to implement the refresh logic. Which go library are you using? cgo or native go library? I guess it might not be implemented in the go client. ---------------------------------------------------------------- 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]
