|
|
|
|
|
by beagle3
3940 days ago
|
|
A pretty fair comparison, I think. NATS requires a broker, ZeroMQ doesn't (though it generally supports a "forwarding device", which -- in the absence of transactional semantics as it is in NATS -- is mostly indistinguishable from a broker). From the user's perspective, ZeroMQ provides a superset of the functionality, and a superset of the topologies. Why would you say the comparison is unfair? |
|
A proper comparison would need to include the forwarding device for ZeroMQ.