lianetm commented on code in PR #16683:
URL: https://github.com/apache/kafka/pull/16683#discussion_r1690468383


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ClassicKafkaConsumer.java:
##########
@@ -146,7 +146,7 @@ public class LegacyKafkaConsumer<K, V> implements 
ConsumerDelegate<K, V> {
     // to keep from repeatedly scanning subscriptions in poll(), cache the 
result during metadata updates
     private boolean cachedSubscriptionHasAllFetchPositions;
 
-    LegacyKafkaConsumer(ConsumerConfig config, Deserializer<K> 
keyDeserializer, Deserializer<V> valueDeserializer) {
+    ClassicKafkaConsumer(ConsumerConfig config, Deserializer<K> 
keyDeserializer, Deserializer<V> valueDeserializer) {

Review Comment:
   we should also remove the reference to LegacyKafkaConsumer right above, on 
ln 140



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to