mjsax commented on code in PR #20326:
URL: https://github.com/apache/kafka/pull/20326#discussion_r2292715152


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##########
@@ -527,8 +527,9 @@ private Set<NewTopic> computeTopicsToCreate(final 
Map<String, InternalTopicConfi
         return topicsToCreate;
     }
 
-    private void readyTopics(final Set<NewTopic> topicsToCreate,
-                             final Set<String> topicsNotReady) {
+    private void createTopics(final Set<NewTopic> topicsToCreate,
+                             final Set<String> topicsNotReady,

Review Comment:
   nit: indention



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