sclasen / akka-persistence-dynamodb

MOVED TO: github.com/akka/akka-persistence-dynamodb
https://github.com/akka/akka-persistence-dynamodb
24 stars 0 forks source link

update SL keys on both perm and non-perm deletes #11

Open CptnKirk opened 9 years ago

CptnKirk commented 9 years ago

Resolves: issue https://github.com/sclasen/akka-persistence-dynamodb/issues/10

CptnKirk commented 9 years ago

Generating SL keys was only part of the solution. I've also incorporated additional handling that takes these values into account when constructing the BatchGet keys.

rkuhn commented 8 years ago

Hi @CptnKirk,

sorry for the delay: the Akka team is taking over maintainership of this plugin, the new repo is at https://github.com/akka/akka-persistence-dynamodb. We are in the process of updating to Akka 2.4.1, which will change the code around a bit, so I am not yet sure how much this will conflict. My current understanding is that this issue should be solved, so would you mind to submit a PR against the new repo in a few days?

Thanks,

Roland