Flaugh24 commented on code in PR #1569:
URL: https://github.com/apache/ignite-3/pull/1569#discussion_r1113458698
##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -253,6 +257,9 @@ public class IgniteImpl implements Ignite {
private final RestAddressReporter restAddressReporter;
+ /** CompletableFuture of {@link ClusterRestConfiguration} that will be
resolved after the cluster initialization. */
+ private final CompletableFuture<ClusterRestConfiguration>
clusterRestConfigurationFuture = new CompletableFuture<>();
Review Comment:
see DistributedConfigurationUpdater
--
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]