[akka-user] Re: [akka-streams] Generic streams and abstract types

2017-07-12 Thread Jeff
Thanks for the great suggestions - I eventually came to the "custom tuple" solution myself and it seems to work well. As for the issue of complexity, it's actually not as complex as it sounds. I'm using Http().superPool() to make api requests and I wanted to avoid having to create a separate

[akka-user] Re: [akka-streams] Generic streams and abstract types

2017-07-12 Thread johannes . rudolph
Hi Jeff, your API seems quite complex. I don't know the purpose of it so I cannot suggest anything but I'd try to simplify. :) That said, your problem seems to be that you cannot write a concrete type that would express the dependency between the two components of the tuple `(RequestBuilder,

Re: [akka-user] Re: Akka Camel and Akka Streams

2017-07-12 Thread Konrad “ktoso” Malawski
And it is listed under Alpakka projects too :-) http://developer.lightbend.com/docs/alpakka/current/external-connectors.html#camel — Konrad On 12 July 2017 at 15:06:01, 'Martin Krasser' via Akka User List ( akka-user@googlegroups.com) wrote: Hi Andreas, the replacement for akka-camel is the

[akka-user] Re: Akka Camel and Akka Streams

2017-07-12 Thread 'Martin Krasser' via Akka User List
Hi Andreas, the replacement for akka-camel is the Streamz project with its Camel DSL for Akka Streams . It allows you to use any Camel component