tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
149 stars 40 forks source link

Server IDs should use a strong ID #77

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

zk::server::configuration allows for servers to be named arbitrary string values. This is inaccurate. Servers must be identified by a number 1-255 (inclusive).