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
When using offsetRangeFor the connections to brokers do not close up properly and are stuck in the "TIME_WAIT" state, this can be seen in netstat. The connections do die out after while.
There are two connections that get stuck like this. One is when we try to find a leader for the given topicId and second one is the actual fetch of the offsetRange.
There may be other instances where the connections do not close up properly. As such we should check every place where we communicate with kafka.
The text was updated successfully, but these errors were encountered:
When using
offsetRangeFor
the connections to brokers do not close up properly and are stuck in the "TIME_WAIT" state, this can be seen in netstat. The connections do die out after while.There are two connections that get stuck like this. One is when we try to find a leader for the given topicId and second one is the actual fetch of the offsetRange.
There may be other instances where the connections do not close up properly. As such we should check every place where we communicate with kafka.
The text was updated successfully, but these errors were encountered: