[akka-user] Any simple example of akka-http and multipart/form-data

2015-04-12 Thread Fernando Romero
I want to upload pictures to an akka-http server. It would be very useful a simple example of this. I have experience using spray and play but I haven't used the new akka-http yet. Thanks in advance. -- Read the docs: http://akka.io/docs/ Check the FAQ:

Re: [akka-user] How to restart a node?

2015-04-12 Thread Viktor Klang
The reason why it is not possible to rejoin is because other nodes have already acted upon the death of that node. Allowing the Undead in a cluster makes it really hard to reason about. On Sat, Apr 11, 2015 at 1:36 AM, Andrey Ilinykh ailin...@gmail.com wrote: Thank you! It works. But still

Re: [akka-user] How to restart a node?

2015-04-12 Thread Andrey Ilinykh
Thank you! It works. But still there is a slim chance something goes wrong (for example java process crashed). What a reason not to allow the same actor system join multiple times? As far as I understand each actor system has internal UUID which is generated every time you start akka. If some

[akka-user] Is there any way in Akka-Streams (at all in Reactive Streams) to guarantee a message has been handled by Sink?

2015-04-12 Thread Reza Samee
Hello; Note: Please forgive me if I have mistake in English :) I would use akka-streams and reactive-rabbitmq to consuming/producing message from/to rabbitmq. In my problem I need a publisher (that in akka-streams would be an ActorProducer) that will be the Source of a flow to a Sink that