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

Replay filter for events by tag #705

Open
chbatey opened this issue Feb 24, 2020 · 0 comments
Open

Replay filter for events by tag #705

chbatey opened this issue Feb 24, 2020 · 0 comments
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted

Comments

@chbatey
Copy link
Member

chbatey commented Feb 24, 2020

In the event of a persitence id running in multiple locations resulting in duplicate sequence numbers we have the replay filter for the messages table: https://doc.akka.io/docs/akka/current/typed/persistence.html#replay-filter

However this happens in core akka and only for messages from the plugin to the persistent actor. The duplicates will still be sent to the tag writers and will be rejected as it validates sequence numbers come in order.

@chbatey chbatey added the 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted label Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
Projects
None yet
Development

No branches or pull requests

1 participant