Thank Roland My question wasn't targeting any commercial or miscommunication issue but more a lack of basic information. We've been adopter to akka from the beginning using the standard actor model as described. As system architect in my company I'm confronted to make now a very difficult choice. We rewrite the same application and we need to decide to or not go with akka stream if not stream it's mean to stick with normal actor model. It's very difficult to us to evaluate if we're going to succeed or fail with akka-stream as we can't find what type of use case is intended to. As system architect it's difficult to explain why we should go or not go with Stream with all the consequences (e.g. dev team to learn an entire new technology (not easy task)).
I would like to emphasis that Spay or akka-http is not really the issue both are ok. The real point is stream or not stream as it change completely the way to write the application ! Do you have any advise for me On Wednesday, January 27, 2016 at 11:41:15 AM UTC+2, rkuhn wrote: > > Hi Richard, > > we have been pretty open about the plans in the 2.0 announcement > <http://akka.io/news/2015/12/21/akka-streams-2.0-released.html> and in > the announcement yesterday > <http://akka.io/news/2016/01/26/akka-2.4.2-RC1-released.html>. If there > are pieces that remain unclear please let us know, it is certainly not our > intention to leave anyone in the dark. > > Concerning the Java DSL for HTTP routing: work is only being started to > polish that piece and the core team is currently busy finalizing the other > parts, so it will probably take 1–2 months until we can remove the > experimental marker from that one—remember that this marker signals the > possibility of future API changes and is not indicative of lower code > quality. It is true, though, that we have received much more feedback from > Scala users so far, which means that the Java DSL would profit from more > external contributions. > > Another thing to keep in mind is that Akka still is—and always has been—an > open source project. Typesafe is pouring an extremely generous amount of > resources into its development, but that does not make Akka a commercial > product. For commercial products please refer to the Typesafe website. > > I hope this answers your questions, but please do not hesitate to ask. > > Regards, > > Roland > > 26 jan 2016 kl. 16:04 skrev Richard Grossman <[email protected] > <javascript:>>: > > Same Here > We've not much communication from typesafe. There is still push forward > for Akka using still spay as Http layer but in the other side Akka Stream > and akka Http promise to fix all the issues we encounter with Akka. > Please Typesafe could you please give orientation about what the strategy > and what is the target for each product > > Thanks > > On Tuesday, January 26, 2016 at 10:42:44 AM UTC+2, Amir Karimi wrote: >> >> Hi, >> >> We are going to build our microservices on top of akka-http but we are >> worry about the performance and stability as it's marked as experimental. >> What do you recommend to us? Using Spray and migrate to akka-http when it >> is ready? Or start with akka-http? >> >> Thanks, >> Amir >> > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > > > > *Dr. Roland Kuhn* > *Akka Tech Lead* > Typesafe <http://typesafe.com/> – Reactive apps on the JVM. > twitter: @rolandkuhn > <http://twitter.com/#!/rolandkuhn> > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
