ableegoldman commented on PR #13920:
URL: https://github.com/apache/kafka/pull/13920#issuecomment-1654436865

   @flashmouse you can decrease the consumer count. For one thing, this covers 
the edge case where the consumers do not all have the same topic subscription, 
which seems to be quite rare. For another, 2,000 consumers is fairly large to 
begin with. And especially large for a consumer group where the consumers are 
all given different topic subscriptions.
   
   Honestly it's probably more important to test with a higher partition count 
than a large group of consumers like this. Are you able to get it passing 
within 90s with 500 consumers and 5,000 partitions? That feels like a more 
realistic large-scale test case. If not, fix it with just 500 consumers and 
maybe run the test with 4,000, then 3,000, then 2,000 partitions, etc, until 
you can get it to pass.
   
   If it's still not passing with 500 consumers and 2000 partitions, that's a 
bit troubling. But we can cross that bridge if it comes up


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to