Re: [akka-user] Re: When using akka-persistence-dynamodb, akka is not finding the proper avro serialzer

2017-02-22 Thread Asif Fayyaz
serialization-bindings { > "report.compute.model.br.BuilderRecord" = builder-records > } > } > } > > > On Wed, Feb 22, 2017 at 12:23 AM, Asif Fayyaz <asif@gmail.com > > wrote: > >> Hi Richard, Thankyou for answering the quest

[akka-user] Re: When using akka-persistence-dynamodb, akka is not finding the proper avro serialzer

2017-02-22 Thread Asif Fayyaz
sing all the same versions you are. Have you > enabled Akka debug level logging to see which serializer the framework is > trying to use? > > On Tuesday, February 21, 2017 at 6:07:39 AM UTC-8, Asif Fayyaz wrote: >> >> We are using akka-persistence-dynamodb plugin for akka persi

[akka-user] When using akka-persistence-dynamodb, akka is not finding the proper avro serialzer

2017-02-21 Thread Asif Fayyaz
We are using akka-persistence-dynamodb plugin for akka persistance and using avro for our data serialization. We loaded the serializer along with serializer bindings via configuration and we can see that configuration does load the proper serializer for the required object. However, When