How does zeromq determine load balancing?

The documentation explains what types of sockets use load balancing between connected peers, but they don’t say how it balances the load. I am curious if it is deterministic and if so, then what is it based on (the order is related to the address, some internal hash, etc.).

+3
source share
1 answer

This is a simple list with load balancing in a circle.

+1
source

All Articles