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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##########
@@ -113,7 +113,7 @@ public InternalTopicManager(final Time time,
         }
     }
 
-    static class ValidationResult {
+    public static class ValidationResult {

Review Comment:
   Thanks. Ok to leave as-is as we know the context. In general, it would be 
cleaner to make it public on the other PR as the other PR contains the context 
why we make it public. But it's ok as-is, too.



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