ableegoldman commented on pull request #8540:
URL: https://github.com/apache/kafka/pull/8540#issuecomment-623690181


   @vvcephei yeah the regression was only introduced in 2.5, so we only _need_ 
to backport it that far. But I actually would agree that we should backport it 
to 2.4 as well: in a global-only topology you have unnecessary group 
coordination overhead of any stream threads resulting in unnecessary 
rebalances, network usage, etc. Of course you can set the number of threads to 
zero to get around this, but the KafkaStreams state would not reach RUNNING. 
That's one of the fixes in this PR, which actually is worth backporting 


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

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


Reply via email to