Re: [akka-user] Re: Can I run akka-http/streams 1.0-RCx on akka-2.4-Mx until they are included? Can I use streams and persistence together?

2015-07-15 Thread Giovanni Alberto Caporaletti
Oh, I didn't know that, that's great news (for me)! I am very insterested in the query power, mostly to be able to ingest past events into spark and do machine learning on them. Schema evolution via event adapters/custom serializers and query capabilities = infinite power. Cheers G On

Re: [akka-user] Re: Can I run akka-http/streams 1.0-RCx on akka-2.4-Mx until they are included? Can I use streams and persistence together?

2015-07-15 Thread Giovanni Alberto Caporaletti
Thank you Konrad I read the discussion about the read-side, it's going to be in 2.5 right? That'll be awesome :) Meanwhile I'll make some experiments with subscriber/producer/persistent and let you all know if everything works... Thanks for the great work, all the akka-related projects are

[akka-user] Re: Can I run akka-http/streams 1.0-RCx on akka-2.4-Mx until they are included? Can I use streams and persistence together?

2015-07-15 Thread Giovanni Alberto Caporaletti
In the meantime both Streams and HTTP can be used with Akka 2.4 artifacts since these are binary backwards compatibility with Akka 2.3. I guess that answers my first question! Cheers! p.s.: typo in the announcement compatibility - compatible On Monday, 13 July 2015 17:06:13 UTC+2, Giovanni

Re: [akka-user] Re: Can I run akka-http/streams 1.0-RCx on akka-2.4-Mx until they are included? Can I use streams and persistence together?

2015-07-15 Thread Konrad Malawski
Thanks for pointing out the typo! Yes, as the annoucement states - they're compatible; we worked on 2.4 to keep it binary compatible with 2.3 (even though in terms of naming those used to mean major) :-) We have not tried combining ActorSubscriber / ActorPublisher with PersistentActor yet...

Re: [akka-user] Re: Can I run akka-http/streams 1.0-RCx on akka-2.4-Mx until they are included? Can I use streams and persistence together?

2015-07-15 Thread Konrad Malawski
I read the discussion about the read-side, it's going to be in 2.5 right? That'll be awesome :) In fact, in 2.4 it will be in but experimental - it'll be a new module, working well together with the current one, but separate.  If you don't need any query power you don't need to use it - i.e.