Yes, dynamic reconfig is supported in Curator 4.x. There are no examples because it's really a ZooKeeper feature, not a Curator feature. Curator's DSL has a reconfig() method, etc. Curator also listens for dynamic ensemble changes.
-Jordan > On Apr 3, 2020, at 1:29 AM, Suhas S R <suha...@gmail.com> wrote: > > Hi Mr. Zimmerman, I am Suhas and I had a query on the apache-curator project. > > We have a use case where we are planning to upgrade our existing system in > zookeeper 3.4 to 3.6 so that we could use the dynamic-reconfig feature. We > are currently using curator framework 2.12 and were evaluating options to > upgrade to curator 4.3. > > I wanted to know if dynamic reconfiguration functionality provided by > zookeeper 3.5.x is supported through the curator 4.3.0? > > I could not find any examples/resources on the internet regarding this and > going through the source code on GitHub there was no direct option to call > the reconfig method. > > Is it still work-in-progress or have I missed something? > > Sorry to mail you here directly, if this is not the right forum can you > please direct me to one. > > Thanks, > Suhas SR