Re: [akka-user] Merge matching elements of multiple streams into Tuples

2015-11-23 Thread Florian Witteler
ard. I really like the extensibility of akka-streams. If you have any suggestions, let me know. Feel free to use this as an example for extensibility in your documentation. Florian Am Freitag, 20. November 2015 14:25:03 UTC+1 schrieb Florian Witteler: > > I found out what

Re: [akka-user] Merge matching elements of multiple streams into Tuples

2015-11-20 Thread Florian Witteler
for pointing me in the right direction! Am Freitag, 20. November 2015 14:16:50 UTC+1 schrieb Patrik Nordwall: > > > > On Fri, Nov 20, 2015 at 2:09 PM, Florian Witteler < > florian@googlemail.com > wrote: > >> Thanks for getting back to me. >> No need to be so

[akka-user] Merge matching elements of multiple streams into Tuples

2015-11-20 Thread Florian Witteler
I have an elasticsearch-database with all our articles. Each tenant has its own index. These indexes are denormalized (the common properties of an article are duplicated into each index) We are about to implement streaming of articles with akka http and use the elasticsearch-drivers' reactive

Re: [akka-user] dependency between tests when using ImplicitSender and forget to consume a response with any of the expect-methods

2014-11-22 Thread Florian Witteler
Akka itself actually. — ktoso On 21 November 2014 at 22:41:24, Florian Witteler ( florian@googlemail.com javascript:) wrote: Hi! I was bitten by some special behaviour when testing my actorSystem with the help of the ImplicitSender trait. I have two testmethods. In each of them, I

[akka-user] dependency between tests when using ImplicitSender and forget to consume a response with any of the expect-methods

2014-11-21 Thread Florian Witteler
Hi! I was bitten by some special behaviour when testing my actorSystem with the help of the ImplicitSender trait. I have two testmethods. In each of them, I send a message to an actor wrapped in a TestActorRef. In the first testcase, I don't consume the answer of the actor with one of