-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Currently for TLS and authentication we use the clientPort instead of secureClientPort due to a bug in ZooKeeper (https://issues.apache.org/jira/browse/ZOOKEEPER-4276).
Once this is fixed and we should switch from clientPort to secureClientPort and remove the portUnification property (allows plaintext and secured communication via the same port).
The necessary steps are documented in the code (see rust/crd/src/lib.rs)
Since this does not work in versions 3.8.0 or lower, it will be a little more work to differentiate between zookeeper versions with and without that bug.
Relates to PR #479.
Tasks
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress