kirktrue commented on code in PR #13990:
URL: https://github.com/apache/kafka/pull/13990#discussion_r1265870309


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/DefaultBackgroundThread.java:
##########
@@ -102,7 +109,10 @@ public DefaultBackgroundThread(final Time time,
                                    final BlockingQueue<ApplicationEvent> 
applicationEventQueue,
                                    final BlockingQueue<BackgroundEvent> 
backgroundEventQueue,
                                    final ConsumerMetadata metadata,
-                                   final KafkaClient networkClient) {
+                                   final ApiVersions apiVersions,
+                                   final Metrics metrics,
+                                   final Sensor fetcherThrottleTimeSensor,
+                                   final SubscriptionState subscriptions) {

Review Comment:
   Removed.



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