-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not supported KIP-368: Allow SASL Connections to Periodically Re-Authenticate #2060
Comments
@ppatierno this should now be available on main thanks to @k-wall and will be in the next upcoming release version of Sarama |
@dnwe Hi, when will the new version be released about this issue? |
refresh client controller before attempting to operate kafka ACL. for { |
Hi, @dnwe I think this issue is closeable. |
Hi,
it seems that Sarama doesn't support KIP-368 which is about re-authenticating when on the broker the
connections.max.reauth.ms
is set as timeout.Right now Sarama is able to handle the disconnection and reconnecting, even if it works for producer and consumer but not for the admin client as reported by #2042.
Is there any plan/roadmap to add this feature to future Sarama version?
The text was updated successfully, but these errors were encountered: