rreddy-22 commented on code in PR #16068:
URL: https://github.com/apache/kafka/pull/16068#discussion_r1621186636


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/GroupSpec.java:
##########
@@ -39,4 +41,20 @@ public interface GroupSpec {
      *         False, otherwise.
      */
     boolean isPartitionAssigned(Uuid topicId, int partitionId);
+
+    /**
+     * Gets the member subscription specification for a member.
+     *
+     * @param memberId          The member Id.
+     * @return The member's subscription metadata.
+     */
+    MemberSubscriptionSpec memberSubscriptionSpec(String memberId);

Review Comment:
   thanks for the comment! I wanted to say that during our design discussions, 
we had agreed to keep it as memberSubscriptionSpec to maintain consistency and 
streamline the review process so we don't go back and forth. If there are new 
considerations or changes that we might not have anticipated, I would love to 
understand them better so we can make this more efficient going forward.



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

Reply via email to