akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/docs/alpakka/current/
Other
1.26k stars 645 forks source link

ZeroMQ connector #78

Open savulchik opened 7 years ago

savulchik commented 7 years ago

Is there any interest in adding a link to external ZeroMQ connector https://github.com/2gis/reactive-zmq ? Currently it provides a Source[ByteString] for unidirectional ZeroMQ sockets.

ktoso commented 7 years ago

zmq would be definitely nice to integrate with. I wonder how to best expose it generally speaking, since it has multiple interaction patterns one might want to use it, not just as a Source. Do you have further plans to expose the other styles as well? Contributing to alpakka should be somewhat the beginning of a journey, in that sense :)

savulchik commented 7 years ago

Unfortunately the development of the connector has been stalled and right now I've no plans to implement other use cases beyond Source due to lack of the use cases in production. Nevertheless I'm ready to transfer the project or contribute its source code to alpakka.