dajac commented on code in PR #14801:
URL: https://github.com/apache/kafka/pull/14801#discussion_r1399460117
##########
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:
I found out because a few tests were broken after my change. I will take a
look and to as a follow-up if it makes sense. Is it ok for you?
--
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]