FrankYang0529 commented on code in PR #18034:
URL: https://github.com/apache/kafka/pull/18034#discussion_r1871644688


##########
clients/src/main/java/org/apache/kafka/clients/admin/MemberDescription.java:
##########
@@ -131,13 +140,30 @@ public Optional<MemberAssignment> targetAssignment() {
         return targetAssignment;
     }
 
+    /**
+     * The epoch of the group member.
+     */
+    public Optional<Integer> memberEpoch() {
+        return memberEpoch;
+    }
+
+    /**
+     * The flag indicating whether a member is classic.
+     */
+    public Optional<Boolean> isClassic() {

Review Comment:
   Thanks for the suggestion. Updated PR and KIP.



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