mjsax commented on code in PR #20326:
URL: https://github.com/apache/kafka/pull/20326#discussion_r2292718498
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##########
@@ -578,8 +579,29 @@ private void readyTopics(final Set<NewTopic>
topicsToCreate,
}
}
}
+
+ if (!topicsNotReady.isEmpty()) {
Review Comment:
Should this go after the for-loop? I don't think we need to retry-backoff
after verifying a single topic, but should be sufficient to check once for the
whole "batch" of topics?
--
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]