jaykay12 commented on code in PR #3274:
URL: https://github.com/apache/solr/pull/3274#discussion_r3503343686
##########
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();
+ long committedOffset =
Review Comment:
https://github.com/apache/solr/actions/runs/28428066221/job/84235821648 ,
Simply updating the version was giving compilation error.
<img width="1012" height="481" alt="Image"
src="https://github.com/user-attachments/assets/2327ddd2-e6e9-4bc3-a54c-3356a21b5164"
/>
## Evidences for supporting this change:
<img width="789" height="340" alt="Image"
src="https://github.com/user-attachments/assets/939cd879-15bb-4b1f-8bca-918c94f68f7b"
/>
--
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]