You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code, io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager#addRegistration.The method just call 'subsMapHelper.put(address, registrationInfo, promise);'.
As a result, there will be many nodes like '__vertx.net.fb433846-5f7f-4888-b8fd-4ef6a05825dc' in path '/io.vertx/__vertx.subs'.These ids should be generated by io.vertx.core.net.impl.NetSocketImpl#writeHandlerID.And when I debug, I found these registration is localOnly, why these registration info write to zookeeper
Version
4.0.4
The text was updated successfully, but these errors were encountered:
Questions
In the code, io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager#addRegistration.The method just call 'subsMapHelper.put(address, registrationInfo, promise);'.
As a result, there will be many nodes like '__vertx.net.fb433846-5f7f-4888-b8fd-4ef6a05825dc' in path '/io.vertx/__vertx.subs'.These ids should be generated by io.vertx.core.net.impl.NetSocketImpl#writeHandlerID.And when I debug, I found these registration is localOnly, why these registration info write to zookeeper
Version
4.0.4
The text was updated successfully, but these errors were encountered: