apache / apache/pulsar-client-go
Support the mechanism to refresh the authentication state
Open
area/security
help wanted
week-36
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
As mentioned in https://github.com/apache/pulsar/issues/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.
Contributor guide
Assessment
This issue has not been assessed yet.