frankvicky commented on code in PR #20363:
URL: https://github.com/apache/kafka/pull/20363#discussion_r2306047505


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java:
##########
@@ -140,7 +145,7 @@ public abstract class AbstractMembershipManager<R extends 
AbstractResponse> impl
      * assignmentReadyToReconcile. This will be true if {@link 
#maybeReconcile(boolean)} has been triggered
      * after receiving a heartbeat response, or a metadata update.
      */
-    private boolean reconciliationInProgress;
+    private final SharedReconciliationState reconciliationState;

Review Comment:
   Should we also update the Javadoc of this variable?



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