Scott Clasen

Results 44 comments of Scott Clasen

@ryanwalls could this be a case of not vendoring something hurting here? Maybe I should also vendor in protobut too, since maybe your version is incompatible?

Since the module hasnt been published to the play repo yet, you can't use it as that doc states, try checking out the code and following the sample app if...

I think the code you are referencing is being called from here, https://github.com/sclasen/akka-persistence-dynamodb/blob/master/src/main/scala/akka/persistence/journal/dynamodb/DynamoDBRecovery.scala#L23 which will be called with increasing fromSequenceNr inside the recursive asyncReplayMessages function. So afaik it will load...

Hi @sief I published 0.0.5-SNAPSHOT to oss.sonatype.org with 2.11.artifacts. I need to take some time and get the code generator working with the latest schema, there are some unanticipated cases...