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

Support deletion of old events and snapshots #201

Closed
xirc opened this issue Apr 10, 2023 · 0 comments · Fixed by #204
Closed

Support deletion of old events and snapshots #201

xirc opened this issue Apr 10, 2023 · 0 comments · Fixed by #204
Labels
enhancement New feature or request
Milestone

Comments

@xirc
Copy link
Contributor

xirc commented Apr 10, 2023

Features

  • Support Akka Persistence Cassandra (https://doc.akka.io/docs/akka-persistence-cassandra/1.0.5/index.html) as the target journal and snapshot plugins.
  • This deletion feature is an opt-in feature (disabled is the default) since it only supports the Akka Persistence Cassandra.
  • akka-entity-replication deletes old events and snapshots automatically (when it saves events or snapshots)
  • akka-entity-replication doesn't delete tagged events (tag_view):
    • Tagged events will be deleted using the Cassandra compaction strategy TimeWindowCompactionStrategy

Implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant