You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/17 01:50:23 UTC

[GitHub] [pulsar] sijie commented on issue #7824: JWT token does not expire for opened connections

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:
users@infra.apache.org