lucliu1108 commented on code in PR #22639:
URL: https://github.com/apache/kafka/pull/22639#discussion_r3462076644


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsRebalanceData.java:
##########
@@ -351,6 +352,12 @@ public String toString() {
 
     private final AtomicLong acceptableRecoveryLag = new AtomicLong(-1);
 
+    private final 
AtomicReference<StreamsGroupTopologyDescriptionUpdateRequestData.TopologyDescription>
 wireTopologyDescription = new AtomicReference<>(null);
+
+    private final AtomicReference<String> memberId = new AtomicReference<>();

Review Comment:
   Make sense to me. I dropped the `memberId` field from 
`StreamsRebalanceData`. For follow-up PR will use 
`membershipManager.memberId()` directly.



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