|
private void findProperties(String path, List<String> children) { |
If there are a large number of configurations in Zookeeper, it will take a lot of time to get all configs one by one when the application starts. I find nothing abount batch operation for read in curator. Eager for your advice ~
spring-cloud-zookeeper/spring-cloud-zookeeper-config/src/main/java/org/springframework/cloud/zookeeper/config/ZookeeperPropertySource.java
Line 80 in b4e3c39
If there are a large number of configurations in Zookeeper, it will take a lot of time to get all configs one by one when the application starts. I find nothing abount batch operation for read in curator. Eager for your advice ~