Jason Gustafson created KAFKA-10831:
---------------------------------------
Summary: Consider increasing default session timeout for consumer
Key: KAFKA-10831
URL: https://issues.apache.org/jira/browse/KAFKA-10831
Project: Kafka
Issue Type: Improvement
Reporter: Jason Gustafson
The default session timeout is 10s, which is probably a bit low for cloud
environments (which are becoming the standard). Moreover, the value is
inconsistent with other defaults such as request.timeout.ms (30s), and
default.api.timeout.ms (60s). Perhaps the default should be set to 60s so that
it is consistent with the api timeout and so that we can give the client enough
time to timeout a pending request and retry.
Note that we made a similar default change for the Zookeeper session timeout
here:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-537%3A+Increase+default+zookeeper+session+timeout.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)