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
There are cases where the client needs to increase consumer timeout. The default value set in the sarama library is 10 seconds which might not be enough for example sometimes rebalancing a group takes a while resulting in a timeout.
We can easily use the requestTimeout set in the configuration for all of the timeouts.
If this is a valid idea to you I can create a pull request.
The text was updated successfully, but these errors were encountered:
Hello,
There are cases where the client needs to increase consumer timeout. The default value set in the sarama library is 10 seconds which might not be enough for example sometimes rebalancing a group takes a while resulting in a timeout.
We can easily use the
requestTimeout
set in the configuration for all of the timeouts.If this is a valid idea to you I can create a pull request.
The text was updated successfully, but these errors were encountered: