I am trying to subscribe to zeromq message and then convert the messages to akka streams. Can anyone please point me to the right approach to do so?
Asked
Active
Viewed 122 times
0
-
2https://doc.akka.io/docs/akka/2.3/scala/zeromq.html (first search in google: akka+zeromq). Even better, couple search results down: https://github.com/2gis/reactive-zmq. – yǝsʞǝla Oct 30 '18 at 06:07
-
I tried using reactive-zmq, I am not receiving any zmq messages. – Angel Oct 30 '18 at 17:47
-
1Akka 2.3 has been EOL:ed a couple of years already and is not something to use for a new project. – johanandren Nov 08 '18 at 13:31