hachikuji commented on code in PR #12832:
URL: https://github.com/apache/kafka/pull/12832#discussion_r1036365262


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/DefaultFetcher.java:
##########
@@ -162,7 +162,7 @@
 
     private CompletedFetch nextInLineFetch = null;
 
-    public Fetcher(LogContext logContext,
+    public DefaultFetcher(LogContext logContext,

Review Comment:
   Would it confuse git if we add an empty `Fetcher` interface in this PR? That 
would make the intent a little easier to understand.



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