Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/184
Added the 2 main properties to JMX as read-only properties.
About renaming: looks like that these 2 properties are slightly different
from the others. Rest of the new settings have been split into 2 groups
depending on whether they relate to Quorum or Client side of SSL. Hence the 2
classes override the prefix: `zookeeper.ssl.*` properties belong to client
side, `zookeeper.ssl.quorum.*` properties belong to Quorum side.
In contrast, `sslQuorum` and `portUnification` properties are global
switches and don't really belong to any of the above groups, so keeping them
"global" makes sense to me.
---