Hi dudes!
I'm working on logging mechanizm.
The idea is to set logserver as subscriber of main data-process server.
Data-process server publish events, and they must be logged, on other machine.
So, does pub/sub guarantee delivering (while there is no hardware crashes)?
And the second question - could Data-process server be blocked to publish when its zmq-buffer overflows?