zhaohaidao commented on a change in pull request #8550: URL: https://github.com/apache/kafka/pull/8550#discussion_r415335411
########## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/InternalStreamsBuilder.java ########## @@ -312,6 +312,7 @@ public void buildAndOptimizeTopology(final Properties props) { graphNodePriorityQueue.offer(graphNode); } } + internalTopologyBuilder.validateCoPartition(); Review comment: I'm not sure if we can remove later stage validation code @mjsax @lkokhreidze Can you give some advice? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org