akka-persistence-dynamodb
akka-persistence-dynamodb copied to clipboard
DynamoDBJournal for Akka Persistence
To be able to use events generated on the read side using Akka Persistence Query.
Implements #50 A 6 yr old issue 😄 Implements `currentEventsByPersistenceId` and `currentPersistenceIds` queries. There are two implementations of `currentPersistenceIds`. One does a dynamodb `scan`, the other a `query` using an...
### Versions used akka-persistence-dynamodb version: 1.1.1 ### Expected Behavior The page https://doc.akka.io/docs/akka/current/persistence.html#optional-snapshots describes that it is possible to configure the snap shot store to ignore snapshots that fail to deserialize....
Hi folks, I'd like to propose a change to add a TTL to each item to leverage [DynamoDB's feature](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html). I am not aware of any discussion about this subject. To...
### Short description Add feature to allow to expire DynamoDB items. ### Details DynamoDB has the feature that allow to expire an item based on a field value. In a...
References #xxxx
Hello Akka team, Just a suggestion. Would you consider including the JSON that is needed to create the table for the event journal in the documentation? I know you have...
### Short description 400KB snapshot state limit should be handled by sharding item payload across multiple dynamodb documents ### Details For example, if an 800KB snapshot state cannot fit into...
This should also contain a procedure for the migration of stored event as far as possible.