jolshan commented on code in PR #14801:
URL: https://github.com/apache/kafka/pull/14801#discussion_r1399451046
##########
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:
Did we have any test for this or do we want one?
--
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]