Re: [akka-user] Parse multipart/form-data in Java

2016-07-13 Thread Magnus H
Thank you Marcelo. Do you have any idea how to build that route using tha Java DSL? On Tuesday, July 12, 2016 at 7:27:52 PM UTC+3, Marcelo Alves wrote: > > Hello Magnus, > You can use this code example -> > https://gist.github.com/jrudolph/08d0d28e1eddcd64dbd0 .. Its works well :) > >> >>

[akka-user] Parse multipart/form-data in Java

2016-07-12 Thread Magnus H
Hi, I've been experimenting with posting data to an Akka-http server but I cannot figure out how to parse multipart/form-data. Basically I've got an HttpRequest and I want to get the posted data out from it, preferably one part at a time as a stream. If I post using

Re: [akka-user] Multiple sharded actors for the same entry

2015-02-09 Thread Magnus H
and share those logs. Failures to save snapshots should not influence correctness, but the maintainer of akka-persistence-sql-async might be interested of that issue. Regards, Patrik On Thu, Feb 5, 2015 at 5:13 PM, Magnus H magnus@gmail.com javascript: wrote: Hi, I have a problem