tgockel / zookeeper-cpp

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

configuration defaults are not constant #91

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

The "constant" values like server::configuration::default_client_port are completely editable by anyone. This is not meant to be.