Hello everybody, I want to deploy a zookeeper-ensemble in a non-secure environment where every instance is connected over non-seucre channels. So far I've successfully added TLS-support to the inter-server communication. My naive approch for upgrading the leader-communication to secure tls-sockets fails and is also unacceptable slow.
My next guess was using the "AuthFastLeaderElection", but I can't find any information why this class is deprecated. So I have basically two questions: 1. Why is AuthFastLeaderElection deprecated? 2. Are there currently any alternatives for securing the LeaderElection? My basic requirements are integrity and authencity not necessarily encryption. Has somebody successfully secured the leaderelection by using tools like stunnel? Thanks and happy holidays Leo
