dajac commented on code in PR #16068:
URL: https://github.com/apache/kafka/pull/16068#discussion_r1614004840


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/GroupSpec.java:
##########
@@ -26,9 +26,9 @@
  */
 public interface GroupSpec {
     /**
-     * @return Member metadata keyed by member Id.
+     * @return Member subscription metadata keyed by member Id.
      */
-    Map<String, MemberSubscriptionSpec> members();
+    Map<String, MemberSubscriptionSpec> memberSubscriptions();

Review Comment:
   Okay. If we use it then we must keep it.



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