sanpwc commented on code in PR #3220:
URL: https://github.com/apache/ignite-3/pull/3220#discussion_r1500680833


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/topology/api/LogicalTopologyService.java:
##########
@@ -62,6 +62,11 @@ public interface LogicalTopologyService {
      */
     CompletableFuture<LogicalTopologySnapshot> logicalTopologyOnLeader();
 
+    /**
+     * Retrieves the current logical topology snapshot stored in the local 
storage.
+     */
+    LogicalTopologySnapshot getLogicalTopology();

Review Comment:
   Agee. I've used the mehod naming from internals, but you proposal looks 
reasonable.



-- 
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]

Reply via email to