GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3503
KAFKA-5570: Join request's timeout should be slightly higher than the rebalance timeout - Introduce per request timeouts in NetworkClient - Use rebalanceTimeout + 5s for join request timeout - A few minor clean-ups in NetworkClient and ConsumerNetworkClient You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-5570-join-request-timeout-higher-than-rebalance-timeout Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3503.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3503 ---- commit 1a1060f3a04f9f7e376df9df953ff47d829ca076 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-07-07T14:00:44Z Introduce per request timeouts in NetworkClient commit 6cb76f8e73ffe13870270a93b757caf72ed43a48 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-07-07T14:07:07Z Use rebalanceTimeout + 5s for join request timeout commit 2dec4b149675e6158ec851b06117e606963afe49 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-07-07T14:07:39Z A few minor clean-ups in NetworkClient and ConsumerNetworkClient ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---