epugh commented on code in PR #4610:
URL: https://github.com/apache/solr/pull/4610#discussion_r3798947116


##########
solr/cross-dc-manager/src/java/org/apache/solr/crossdc/manager/consumer/Util.java:
##########
@@ -88,7 +88,8 @@ public static void printKafkaInfo(String host, String 
groupId) {
           for (TopicPartition topicPartition : topicPartitions) {
             if (topicPartition.topic().equals(topic)) {
               long endOffset = consumer.position(topicPartition);
-              long committedOffset = 
consumer.committed(topicPartition).offset();

Review Comment:
   I guess this is one of those deprecated apis that I saw now being fixed!



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to