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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java:
##########
@@ -52,15 +52,15 @@ public class MembershipManagerImpl implements 
MembershipManager {
      * Member ID assigned by the server to the member, received in a heartbeat 
response when
      * joining the group specified in {@link #groupId}
      */
-    private String memberId;
+    private String memberId = "";

Review Comment:
   Found out that the default values for member id and member epoch were 
incorrect.



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