-
Notifications
You must be signed in to change notification settings - Fork 413
Open
Labels
Description
Line 80 in b4e3c39
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 ~