Re: [PR] KAFKA-15953: Refactor polling delays [kafka]

2023-12-03 Thread via GitHub
lucasbru merged PR #14897: URL: https://github.com/apache/kafka/pull/14897 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache

Re: [PR] KAFKA-15953: Refactor polling delays [kafka]

2023-12-01 Thread via GitHub
lucasbru commented on code in PR #14897: URL: https://github.com/apache/kafka/pull/14897#discussion_r1412360054 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThread.java: ## @@ -51,7 +51,7 @@ */ public class ConsumerNetworkThread extends

[PR] KAFKA-15953: Refactor polling delays [kafka]

2023-12-01 Thread via GitHub
AndrewJSchofield opened a new pull request, #14897: URL: https://github.com/apache/kafka/pull/14897 Caches the maximum time to wait in the consumer network thread so the application thread is better isolated from the request managers. ### Committer Checklist (excluded from commit mess