apoorvmittal10 commented on code in PR #14843:
URL: https://github.com/apache/kafka/pull/14843#discussion_r1409739909


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##########
@@ -160,6 +164,16 @@ public AbstractCoordinator(GroupRebalanceConfig 
rebalanceConfig,
                                Metrics metrics,
                                String metricGrpPrefix,
                                Time time) {
+        this(rebalanceConfig, logContext, client, metrics, metricGrpPrefix, 
time, Optional.empty());
+    }
+
+    public AbstractCoordinator(GroupRebalanceConfig rebalanceConfig,
+        LogContext logContext,

Review Comment:
   Done.



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