[akka-user] Emptying a mailbox

2017-05-17 Thread Marc Christoph
Good day Does Akka provide functionality to empty an actor's mailbox? I need all message processing in an actor to immediately stop after receiving a specific message. I have tried something like this: @Override public void onReceive(Object msg) throws Throwable { if (msg instanceof SomeMessage

Re: [akka-user] Akka and RDMA

2017-05-02 Thread Marc Christoph
to your sources? > > I found this github ticket https://github.com/real-logic/Aeron/issues/220 > but it's still open. > > Thanks, > > Michal > > On 02/05/17 09:43, Marc Christoph wrote: > > Hi, everyone > > I am having some issues understanding the

[akka-user] Akka and RDMA

2017-05-02 Thread Marc Christoph
Hi, everyone I am having some issues understanding the implementation details of RDMA and whether it is supported by Akka. According to this blog post , Akka is using Aeron as an underlying transport i