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
We're using OAUTHBEARER sasl_mechanism to connect to AWS MSK with MSKAuthTokenProvider generated tokens. The tokens have an expiration duration. Is there any way to make the Kafka clients refresh the connections before the token expires? Does the client support KIP-368?
Right now, we observe that a connection is established. Later, there will be a Kafka connection failure because the connection is closed by the broker.
The text was updated successfully, but these errors were encountered:
Hi,
We're using OAUTHBEARER sasl_mechanism to connect to AWS MSK with MSKAuthTokenProvider generated tokens. The tokens have an expiration duration. Is there any way to make the Kafka clients refresh the connections before the token expires? Does the client support KIP-368?
Right now, we observe that a connection is established. Later, there will be a Kafka connection failure because the connection is closed by the broker.
The text was updated successfully, but these errors were encountered: