tkalkirill commented on a change in pull request #568:
URL: https://github.com/apache/ignite-3/pull/568#discussion_r789582346
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationRegistry.java
##########
@@ -299,6 +314,15 @@ public Void visitInnerNode(String key, InnerNode newRoot) {
return CompletableFuture.allOf(resultFutures);
}
+ /**
+ * Notifies all listeners of the current configuration.
+ *
+ * @return Future that must signify when processing is completed.
+ */
+ public CompletableFuture<Void> notifyCurrentConfigurationListeners() {
Review comment:
Hope it's better now
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]