mimaison commented on code in PR #19452:
URL: https://github.com/apache/kafka/pull/19452#discussion_r2041784798


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SubmittedRecords.java:
##########
@@ -261,6 +259,7 @@ static class CommittableOffsets {
         /**
          * @return the offsets that can be committed at the time of the 
snapshot
          */
+        @Override
         public Map<Map<String, Object>, Map<String, Object>> offsets() {
             return Collections.unmodifiableMap(offsets);

Review Comment:
   Pushed an update



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