I have an spring application. It uses zookeeper to manage cluster access. I want populate zookeeper service with properties data to dynamic reconfigure spring beans.
How I can put properties into zookeeper service? Can I populate data using spring for that? Can I have an example or spring class names to investigate and be able solve my problem please?