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
https://erszcz.medium.com/ee4a2091255a describes an interop issue between Redpanda and Elixir Kaffe / Erlang Brod client libs. @senior7515pointed out it might be worth tracking here if the default value of rebalance_timeout_ms is changed from -1 to avoid such issues in case of less-than-perfect client behaviour.
@zmstonepointed out that Kafka defaults to session timeout if rebalance timeout is not provided by the client - maybe it's a good idea to do the same.
By the way, thanks for a great piece of software!
The text was updated successfully, but these errors were encountered:
Hey @Nezteb I know of at least one user of the erlang library that had some problems with SCRAM auth, but that is fixed now. I've not heard anything related to this timeout. I'll close this ticket since it is so old, but please feel free to open again if there is an issue with the erlang client.
https://erszcz.medium.com/ee4a2091255a describes an interop issue between Redpanda and Elixir Kaffe / Erlang Brod client libs. @senior7515 pointed out it might be worth tracking here if the default value of
rebalance_timeout_msis changed from -1 to avoid such issues in case of less-than-perfect client behaviour.@zmstone pointed out that Kafka defaults to session timeout if rebalance timeout is not provided by the client - maybe it's a good idea to do the same.
By the way, thanks for a great piece of software!
The text was updated successfully, but these errors were encountered: