You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in apache/pulsar#7824, 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.
So we should implement the refresh logic in Go client.
The text was updated successfully, but these errors were encountered:
As mentioned in apache/pulsar#7824, 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.So we should implement the refresh logic in Go client.
The text was updated successfully, but these errors were encountered: