lucasbru commented on code in PR #21059:
URL: https://github.com/apache/kafka/pull/21059#discussion_r2592177955
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -1066,13 +1023,6 @@ void maybeGetClientInstanceIds() {
);
}
}
-
- if (mainConsumerInstanceIdFuture.isDone()
Review Comment:
I'm not sure, I fully understand the impact of the optimization, so I will
let you judge what's best w.r.t. older versions.
@shashankhs11 Can you please bring back the if block, but without the line
that refers to the restoreConsumer?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]