marcopaggioro commented on PR #365:
URL: 
https://github.com/apache/pekko-persistence-jdbc/pull/365#issuecomment-3533587412

   > If this works out, we can look at backporting it to the 1.2.x branch and 
doing a 1.2.0 release for this.
   
   I published it locally and imported it into a test project.
   I created an actor with durable state.
   - I sent 500 commands in one second to the same actor to see if a single 
record with the correct revision appeared.
   - I sent 500 commands in one second to 500 different actors to see if 500 
records with revision 1 appeared.
   - I sent 2 commands to 500 different actors in one second to see if 500 
records with revision 2 appeared.
   Tests passed without errors.
   
   They aren't deterministic tests, but it's also true that, combined with the 
unit and integration tests, plus the fact that the only real change is an 
additional explicit sequence with a different query to obtain the global 
offset, it seemed sufficient.
   
   I'll leave it up to you to decide the merge strategy, whether 1.2.0 or 2.0.0
   


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