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)