One thing unanswered from the previous email:

Is it in the "spirit" of akka-stream/reactive streams to implement your own
producers? Or should all producers (publishers) be created by the framework?

In theory reactive streams aim to be usable between frameworks - so an Rx
Producer would be consumable in akka-streams and vice-versa.
So, yes it's ok to provide your own Producers (like from a database etc).
Internally we have some more abstractions which make implementing these
easier, but I'm not aware of plans of exposing them any time soon - for
starters we need to update akka-streams to the updated reactive-streams
interfaces.

-- 
Cheers,
Konrad 'ktoso' Malawski
hAkker - Typesafe, Inc

<http://scaladays.org>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to