I have a requirement to secure the connection between NiFi and a (non-embedded) Zookeeper cluster. From the documentation here it mentions that it is being worked on in Zookeeper version 3.5.x. However, we are now on version 3.6.1 and I have got SSL working between Zookeeper and Kafka so I know it works.
It seems that the issue was that, according to this post, the Zookeeper client code in NiFi was not built on a version supporting SSL.
However, the post is now over 2 years old and Zookeeper 3.5.x has been and gone. My question is; has the Zookeeper client code in NiFi been updated to a version that supports SSL and, if yes, how can I implement it?
Thank you in advance,
Harry