Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 2.0.2 Released!

2016-01-14 Thread Patrik Nordwall
Play is compatible with Akka 2.4 and Akka Streams 1.0. There will soon be a new Play 2.5 milestone that is compatible with Akka Stream 2.0. If you have found something that Play is not compatible with Akka 2.4 we would be interested in the details. fre 15 jan. 2016 kl. 06:02 skrev Andrew Gaydenko

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 2.0.2 Released!

2016-01-14 Thread Andrew Gaydenko
On Thursday, January 14, 2016 at 11:44:37 PM UTC+3, Konrad Malawski wrote: > > Meanwhile, we have moved all new Streams & HTTP development to the master > branch, which means that these, as previously announced, will very soon > become part of Akka 2.4 > How fast are you going to be? The thing i

Re: [akka-user] Projecting the events from a PersistenceQuery

2016-01-14 Thread Roland Kuhn
Thanks for sharing! Sorry that we can’t look at the details of everything right now, we are working full speed towards a non-experimental release of Akka Streams on 2.4.x. > 4 jan 2016 kl. 16:52 skrev Jan-Terje Sørensen : > > This is how i solved it - EventStore.java >

Re: [akka-user] ANNOUNCE: Akka Streams & HTTP 2.0.2 Released!

2016-01-14 Thread Roland Kuhn
small correction: the milestone is stream-http-2.0.2 > 14 jan 2016 kl. 21:44 skrev Konrad Malawski : > > Dear Hakkers, > > we—the Akka committers—are happy to announce the second maintenance release > of Akka Streams & HTTP 2.

[akka-user] ANNOUNCE: Akka Streams & HTTP 2.0.2 Released!

2016-01-14 Thread Konrad Malawski
Dear Hakkers, we—the Akka committers—are happy to announce the *second* maintenance release of Akka Streams & HTTP 2.0. This minor update addresses a number of stability issues discovered recently, mostly in the HTTP and WebSocket code. Meanwhile, we have moved all new Streams & HTTP developm

[akka-user] unsubscribeAll(C classifier) for LookupEventBus?

2016-01-14 Thread John Ulric
Hi, I'm looking into akka.event.japi.LookupEventBus and siblings (ScanningEventBus, SubchannelEventBus). I think it would be useful to have a method to unsubscribe all subscribers of a given classifier. As it is, when a classifier becomes obsolete, you need to keep a separate application-specif

Re: [akka-user] Utility of SubFlow generating methods confusing to me

2016-01-14 Thread Roland Kuhn
Hi Tim, sorry again for the delay. You raise a valid question that is not answered in the documentation, perhaps it should be. The handling of substreams has been a concern in our design from day 1, the most prominent problem being that users may decide to not consume all of them (using combin

Re: [akka-user] Help on AudioInputStrem to Bytestring convert

2016-01-14 Thread Viktor Klang
Hi Pablo, what have you tried and where are you stuck? On Thu, Jan 14, 2016 at 11:31 AM, Pablo Souza wrote: > I'm trying to send RTCP packets and RTP with audio through a UDP Client > Actor > UDP Server Actor . Can I convert AudioInputStrem to ByteString and > ByteString to AudioInputStrem in J

[akka-user] [akka-http] drain connection or it will be Stalled

2016-01-14 Thread Frederic Masion
Hi, First I would like to say I'm a big fan of akka-http. It's really a great framework and I'd like to thank you all for making such a great product. In akka-http documentation there's a big caution I'm experimenting : Caution: When you receive a non-strict message from a connection then > ad

[akka-user] Help on AudioInputStrem to Bytestring convert

2016-01-14 Thread Pablo Souza
I'm trying to send RTCP packets and RTP with audio through a UDP Client Actor > UDP Server Actor . Can I convert AudioInputStrem to ByteString and ByteString to AudioInputStrem in Java? What better way to do this? There are examples of streaming audio using Akka? -- Atenciosamente, Pablo Souza

[akka-user] Advice on migration to Akka

2016-01-14 Thread Henrik Johansson
Hi, We have finally gotten around to try to migrate a fairly standard Spring REST application to Akka. It will be using the Java API (scala knowledge is moderate at best) and we could need some advice around the approach. The initial thought was to keep using the Spring based REST API i.e. keep a

Re: [akka-user] Service discovery?

2016-01-14 Thread Viktor Klang
Hi Igor, ConductR (free for development) has built in service discovery for Akka Cluster-based applications: https://conductr.typesafe.com/ On Thu, Jan 14, 2016 at 9:14 AM, Igor Katz wrote: > Thank you for your response. > > We have understood that we can perform service discovery in many diffe

Re: [akka-user] Service discovery?

2016-01-14 Thread Igor Katz
Thank you for your response. We have understood that we can perform service discovery in many different ways. We know that Akka supports a cluster for Actor system, but we want to use akka-http w/o Actors. *We want to know, does akka have plans to implement a service discovery in cluster f