You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2020/12/09 01:57:00 UTC

[jira] [Created] (KAFKA-10831) Consider increasing default session timeout for consumer

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)