cammckenzie commented on a change in pull request #364:
URL: https://github.com/apache/curator/pull/364#discussion_r421110702
##########
File path:
curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
##########
@@ -242,6 +244,29 @@ public Builder ensembleProvider(EnsembleProvider
ensembleProvider)
return this;
}
+ /**
+ * Allows to configure if the ensemble configuration changes will be
watched.
+ * The default value is {@code true}.<br>
+ *
+ * IMPORTANT: Use this method in combination with {@link
#ensembleProvider(EnsembleProvider)} to provide
+ * and instance that returns {@code false} on {@link
EnsembleProvider#updateServerListEnabled()} in order
Review comment:
typo: should be "an instance"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]