We have a lot of incoming third-party ZMQ traffic (zmq.PULL
on our side).
We need to implement a high-availability solution for that traffic. At the very least, we need to be able to manually switch the actual data receiver machine to another one without losing (much) traffic.
Please advise an existing high-availability solution that supports ZMQ. (Yes, it will not be hard to code one, but we'd like to use something already well-tested and proven, just to be on the safe side.)
0 Answers