Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: event omission due to loss of ReplicationSucceeded due to restart of Entity #129

Closed
wants to merge 5 commits into from

Conversation

tksugimoto
Copy link
Contributor

@tksugimoto tksugimoto commented Feb 21, 2022

Fix: #130 Entity processes the command in the presence of uncommitted events · Issue #130 · lerna-stack/akka-entity-replication

…es the next command without executing any side effect if ReplicationActor receives ReplicationFailed in `waitForReplicationResponse` state
…d processes the next command without executing any side effect if ReplicationActor receives ReplicationFailed in `WaitForReplication` state
@tksugimoto tksugimoto marked this pull request as ready for review February 21, 2022 09:56
@tksugimoto
Copy link
Contributor Author

tksugimoto commented Feb 21, 2022

Since the branch name is invalid, create another PR.
#131 Fix/new event during event committing by tksugimoto · Pull Request #131 · lerna-stack/akka-entity-replication

@tksugimoto tksugimoto closed this Feb 21, 2022
@tksugimoto tksugimoto deleted the fix/event-application-leaks branch February 22, 2022 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A new event is created even though all past events have not been applied
1 participant