lucasbru commented on code in PR #18652: URL: https://github.com/apache/kafka/pull/18652#discussion_r1934196132
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/assignor/GroupSpec.java: ########## @@ -28,6 +28,11 @@ public interface GroupSpec { */ Map<String, AssignmentMemberSpec> members(); + /** + * @return The list of subtopologies. + */ +// List<String> subtopologies(); Review Comment: remove -- 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