You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/07/07 14:30:00 UTC

[jira] [Created] (KAFKA-5570) Join request's timeout should be slightly higher than the rebalance timeout

Ismael Juma created KAFKA-5570:
----------------------------------

             Summary: Join request's timeout should be slightly higher than the rebalance timeout
                 Key: KAFKA-5570
                 URL: https://issues.apache.org/jira/browse/KAFKA-5570
             Project: Kafka
          Issue Type: Improvement
            Reporter: Ismael Juma
            Assignee: Ismael Juma


This is necessary because the join request blocks until the rebalance completes. The join request currently uses the same timeout as other consumer requests and this is the reason why the default  request timeout for the consumer is 305 seconds (while the default rebalance timeout is 300 seconds). This JIRA is related to KAFKA-4237, but it doesn't include the part where we change the default request timeout for the consumer (as that has additional compatibility implications and requires a KIP).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)