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 the proble

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

2015-11-20 Thread Florian Witteler
hanks 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

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

2015-11-20 Thread Florian Witteler
2015 at 12:03 PM, Florian Witteler < > florian@googlemail.com > wrote: > > 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

[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 st

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
ur personal testing > style - we use both styles to test Akka itself actually. > > — ktoso > > > > On 21 November 2014 at 22:41:24, Florian Witteler ( > florian@googlemail.com ) wrote: > Hi! > > I was bitten by some special behaviour when testing my actorSystem wi

[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 TestKit'