sebastienviale commented on code in PR #18233:
URL: https://github.com/apache/kafka/pull/18233#discussion_r1937384414


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java:
##########
@@ -192,6 +196,10 @@ public InternalTopologyBuilder(final TopologyConfig 
topologyConfigs) {
 
     private boolean hasPersistentStores = false;
 
+    private boolean ensureExplicitInternalResourceNaming;

Review Comment:
   done



##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java:
##########
@@ -192,6 +196,10 @@ public InternalTopologyBuilder(final TopologyConfig 
topologyConfigs) {
 
     private boolean hasPersistentStores = false;
 
+    private boolean ensureExplicitInternalResourceNaming;
+
+    private Set<InternalResourcesNaming> unprovidedInternalNames = new 
LinkedHashSet<>();

Review Comment:
   done



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

Reply via email to