lucasbru commented on code in PR #18442: URL: https://github.com/apache/kafka/pull/18442#discussion_r1922564511
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/topics/InternalTopicManager.java: ########## @@ -148,6 +148,19 @@ private static Map<String, Integer> decidePartitionCounts(final LogContext logCo decidedPartitionCountsForInternalTopics.putAll(repartitionTopics.setup()); + enforceCopartitioning(topology, copartitionGroupsBySubtopology, log, + decidedPartitionCountsForInternalTopics, copartitionedTopicsEnforcer); 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org