You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by GitBox <gi...@apache.org> on 2021/12/20 16:07:59 UTC

[GitHub] [sling-org-apache-sling-distribution-journal-messages] cschneider commented on a change in pull request #8: SLING-11028 - Allow to assign to relative offsets

cschneider commented on a change in pull request #8:
URL: https://github.com/apache/sling-org-apache-sling-distribution-journal-messages/pull/8#discussion_r772488977



##########
File path: src/main/java/org/apache/sling/distribution/journal/MessagingProvider.java
##########
@@ -40,6 +40,8 @@ default Closeable createPoller(
 
     String assignTo(long offset);
     
+    String assignTo(Reset reset, long relativeOffset);

Review comment:
       done

##########
File path: src/main/java/org/apache/sling/distribution/journal/Reset.java
##########
@@ -18,4 +18,5 @@
  */
 package org.apache.sling.distribution.journal;
 
+// Do not change the enum names. Implementation depends on the exact names.

Review comment:
       done




-- 
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: commits-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org