timoninmaxim commented on code in PR #12287:
URL: https://github.com/apache/ignite/pull/12287#discussion_r2303873353


##########
modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.java:
##########
@@ -524,6 +504,14 @@ public Map<String, Object> getLocNodeAttrs() {
         return locNodeAttrs;
     }
 
+    /**
+     * Callback before join topology.
+     * @param locNode Local node.
+     */
+    public void beforeJoinTopology(ClusterNode locNode) {

Review Comment:
   This method doesn't restrict a developer to use it in production code. 



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to