tgockel / zookeeper-cpp

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

Add four letter word whitelist to configuration #90

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

The ZooKeeper Administrator's Guide specifies a whitelist of four-letter words that the server will allow with the key "4lw.commands.whitelist". server::configuration should allow this as well.