mdedetrich opened a new pull request, #67:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/pull/67

   This PR is a reaction to 
https://github.com/apache/incubator-pekko-persistence-jdbc/pull/44#discussion_r1257967998
 (i.e. Scala 3 is refusing to compile this code because it detects 
`MissingElements` being used in a public setting, i.e. `receive` is a public 
method asks for `MissingElements` in a parameter however `MissingElements` 
defined as private). Ontop of this I noticed that `MissingElements` is 
duplicated with the exact same implementation in multiple places.
   
   What this PR does is it moves `MissingElements` into its own public class 
that is abstracted over an `Integral` number (which types such as Long and Int 
satisfy) and then modifies `JournalSequenceActor`/`DurableStateSequenceActor` 
to use this new type.


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

Reply via email to