Re: [akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-23 Thread Johan Andrén
Hi Leo, What IntelliJ version and how did you open/import the Akka into IntelliJ? Make sure you have the latest as that works best, and just use Open make IntelliJ load the project. IntelliJ doesn't quite understand the Akka build files in that it will give those red warning lines in the .sbt

[akka-user] Re: Pass Future to Sink.ignore, how do I know it's completed

2016-07-23 Thread Johan Andrén
You can go from a stream of Future[T] to a stream of T by using mapAsync that way your stream will actually complete when the last future completes, Sink.ignore will materialize into a Future[Done] which completes when the stream completes, so those two in combination should be one solution.

[akka-user] Re: [cluster] why Connection refused.

2016-07-23 Thread Johan Andrén
There is not enough information to say anything certain about your problem. "Connection refused" means there is a route to that host but it was not possible to connect to the given port, it could for example be because of a internal firewall or a firewall between the systems, or if you use

Re: [akka-user] Creating Actor w/ Props having Value Class Argument(s)

2016-07-23 Thread Johan Andrén
Hi Kevin, If you scroll down a bit from where you linked into the docs you can see the variations of prop factory methods and how to make it work with a value class (http://doc.akka.io/docs/akka/current/scala/actors.html#Value_classes_as_constructor_arguments) Reflection is used when you do

[akka-user] Re: SBT Dependencies need to be updated for Akka Sample Twitter Streaming template on Activator

2016-07-23 Thread Dagny T
Responding to Endre from Akka Team. So, I did look at the release documentation; and it says to use the experimental version because that contains the Routing DSL? Also, I looked at the Central Maven site to lookup the latest Scala v2.11 compatible version for those libraries to get the

[akka-user] Re: Questions on Activator Template: Akka Sample Twitter Streaming

2016-07-23 Thread Dagny T
THANK YOU to the Akka Team for answering my questions; which I will need to go through tomorrow. On Friday, July 15, 2016 at 10:55:55 PM UTC-7, Dagny T wrote: > > Hi there! Akka newbie. Trying to learn the latest Akka Http Streams API > from this: >

[akka-user] on Newbies learning Akka Streams for Http and Websockets

2016-07-23 Thread Dagny T
Trying to find the best code samples to learn how to use the APIs for Akka Streams for Http and Websockets. Started with this Typesafe Activator Template: http://www.lightbend.com/activator/template/akka-http-websocket-reactive-streams Posting questions to the Disqus comments section for that.

[akka-user] Rejected to persist event type with sequence doAsyncWriteMessages

2016-07-23 Thread ajefrre
Hey, This is one function in AsyncWriteJournal, while creating my own Journal Plugin I am receiving the warning Rejected to persist event type [blah] with sequence number [1] etc. How do I make the function return without producing this warning, Thanks public Future>

Re: [akka-user] akka-cluster split brain when enable auto-down and set a node random package loss rate 50%

2016-07-23 Thread Patrik Nordwall
It's one of Lightbend's commercial offerings. Contact Lightbend for more information and pricing https://www.lightbend.com/contact lör 23 juli 2016 kl. 06:26 skrev Yutao Shuai : > Can I use the SBR for free? > > 在 2016年7月22日星期五 UTC+8下午10:02:13,Patrik Nordwall写道: >> >> Yes, it