[ 
https://issues.apache.org/jira/browse/KAFKA-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510013#comment-16510013
 ] 

ASF GitHub Bot commented on KAFKA-7050:
---------------------------------------

hachikuji opened a new pull request #5203: KAFKA-7050: Decrease default 
consumer request timeout to 30s
URL: https://github.com/apache/kafka/pull/5203
 
 
   This patch changes the default `request.timeout.ms` of the consumer to 30 
seconds. Additionally, it adds logic to `NetworkClient` to set timeouts at the 
request level. We use this to handle the special case of the JoinGroup request, 
which may block for as long as the value configured by `max.poll.interval.ms`.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Decrease consumer request timeout to 30s
> ----------------------------------------
>
>                 Key: KAFKA-7050
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7050
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>            Priority: Major
>
> Per KIP-266 discussion, we should lower the request timeout. We should also 
> add new logic to override this timeout for the JoinGroup request.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to