FrankYang0529 commented on code in PR #18945:
URL: https://github.com/apache/kafka/pull/18945#discussion_r1967536889


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ClassicKafkaConsumer.java:
##########
@@ -230,7 +230,8 @@ public class ClassicKafkaConsumer<K, V> implements 
ConsumerDelegate<K, V> {
                         this.interceptors,
                         
config.getBoolean(THROW_ON_FETCH_STABLE_OFFSET_UNSUPPORTED),
                         config.getString(ConsumerConfig.CLIENT_RACK_CONFIG),
-                        clientTelemetryReporter);
+                        clientTelemetryReporter,
+                        Optional.empty());

Review Comment:
   Add a new constructor to `ConsumerCoordinator` and revert related change 
back. Thanks.



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