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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java:
##########
@@ -153,6 +154,13 @@ public int memberEpoch() {
         return memberEpoch;
     }
 
+    @Override
+    public ConsumerGroupMetadata groupMetadata() {
+        // TODO: what do we use here, epoch?

Review Comment:
   We should return the member epoch. The generationId name is a bit annoying 
though. I am not sure if we can do something about 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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to