OmniaGM commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2032965956


##########
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorCheckpointTask.java:
##########
@@ -88,6 +88,9 @@ public MirrorCheckpointTask() {}
         this.topicFilter = topic -> true;
         this.interval = Duration.ofNanos(1);
         this.pollTimeout = Duration.ofNanos(1);
+        // read __offset-sync-topic
+        // update __checkpoint_topic has consumer group offset on 
source/destination
+        // admincliuent -> consumergroupX 100 on source and consumergroupX 20 
on destination

Review Comment:
   oh no they were committed by mistake 



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