Encrypted Keystore support

2020-05-27 Thread shrikant kalani
Hi I am running a zookeeper cluster with SSL turned on. The client connecting to the cluster has encrypted keystore , is there a way we can use encrypted keystore ? The property zookeeper.ssl.keystore expects a plain keystore Thanks Srikant Kalani

Re: Curator 5.0 binary compatibility

2020-05-27 Thread Cameron McKenzie
OK, based on your confirmation Enrico and no other feedback from the community, I will move onto releasing this in the next few days. cheers On Thu, May 28, 2020 at 6:30 AM Enrico Olivelli wrote: > Il Mer 27 Mag 2020, 17:38 Jordan Zimmerman ha > scritto: > > > BookKeeper is not using the two

Re: Curator 5.0 binary compatibility

2020-05-27 Thread Enrico Olivelli
Il Mer 27 Mag 2020, 17:38 Jordan Zimmerman ha scritto: > BookKeeper is not using the two recipes then, NodeCache and > PathChildrenCache. I think we can safely release and document the > workaround for those that need it. > Just to be clear. I have cited Bookkeeper but my tests where mostly

Re: Curator 5.0 binary compatibility

2020-05-27 Thread Jordan Zimmerman
BookKeeper is not using the two recipes then, NodeCache and PathChildrenCache. I think we can safely release and document the workaround for those that need it. -Jordan > On May 27, 2020, at 9:51 AM, Enrico Olivelli wrote: > > Jordan and Cameron > I have double checked most of the projects I

Re: Curator 5.0 binary compatibility

2020-05-27 Thread Enrico Olivelli
Jordan and Cameron I have double checked most of the projects I am aware and finally I came to the conclusion that upgrading to 5.0 in all of my cases is safe. I only add a nuisance on Apache BookKeeper because we are building with -Werror and so using deprecated APIs is seen as an error, but it