mdedetrich commented on code in PR #44:
URL:
https://github.com/apache/incubator-pekko-persistence-jdbc/pull/44#discussion_r1258227577
##########
core/src/main/scala/org/apache/pekko/persistence/jdbc/query/JournalSequenceActor.scala:
##########
@@ -48,15 +48,15 @@ object JournalSequenceActor {
* Efficient representation of missing elements using NumericRanges.
* It can be seen as a collection of OrderingIds
*/
- private case class MissingElements(elements: Seq[NumericRange[OrderingId]]) {
+ final case class MissingElements(elements: Seq[NumericRange[OrderingId]]) {
Review Comment:
Resolved in
https://github.com/apache/incubator-pekko-persistence-jdbc/pull/67
--
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]