pjfanning commented on code in PR #302: URL: https://github.com/apache/pekko-projection/pull/302#discussion_r2384008767
########## eventsourced/src/main/scala/org/apache/pekko/projection/eventsourced/javadsl/EventSourcedProvider.scala: ########## @@ -146,6 +146,16 @@ object EventSourcedProvider { .getReadJournalFor(classOf[EventsBySliceQuery], readJournalPluginId) .sliceForPersistenceId(persistenceId) + def sliceForPersistenceId( Review Comment: can you add `@since 2.0.0` on the new public methods? -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org