lucasbru commented on code in PR #19189: URL: https://github.com/apache/kafka/pull/19189#discussion_r1991576556
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/topics/InternalTopicManager.java: ########## @@ -180,17 +178,13 @@ private static void enforceCopartitioning(final StreamsTopology topology, x.repartitionSourceTopics().stream().filter(y -> y.partitions() == 0) ).map(StreamsGroupTopologyValue.TopicInfo::name).collect(Collectors.toSet()); - if (fixedRepartitionTopics.isEmpty() && flexibleRepartitionTopics.isEmpty()) { - log.info("Skipping the repartition topic validation since there are no repartition topics."); Review Comment: Skipping here is actually not correct - we need to enforce copartitioning also for source topics. -- 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