zoo_deterministic_conn_order

\brief enable/disable quorum endpoint order randomization

Note: typically this method should NOT be used outside of testing.

If passed a non-zero value, will make the client connect to quorum peers in the order as specified in the zookeeper_init() call. A zero value causes zookeeper_init() to permute the peer endpoints which is good for more even client connection distribution among the quorum peers.

extern (C)
void
zoo_deterministic_conn_order
()

Meta