0

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?

Sergii
  • 7,044
  • 14
  • 58
  • 116
  • Refer this [Spring-Zookeeper](https://github.com/james-wu-shanghai/spring-zookeeper) – Sagar Nov 25 '16 at 09:13
  • @Sagar, thank you for your help, but it seems does not help me, sorry. Possible you knows some classes (factories\bridges) from spring-cloud-feign to resolve my issue in easiest way.... – Sergii Nov 25 '16 at 09:33
  • Seems I have got quit good [spring cloud documentation](http://cloud.spring.io/spring-cloud-zookeeper/spring-cloud-zookeeper.html). I hope it will solve my problem. I'll add the answer if no one ahead of me. – Sergii Nov 25 '16 at 09:51
  • Rather than using ZooKeeper client directly, it is better if you can use `Apache Curator` instead which is a improved client written on top of zookeeper client. If you use that, you can solve those problems easily – Imesha Sudasingha Nov 29 '16 at 05:23

0 Answers0