Migrating socket application from stand alone to cluster mode using Zookeper. I have noticed that all socket write IDs are being published to the cluster, which seemed suspicious and possible scalability problem for very busy network applications.
Steps to reproduce
Start application in clustered mode with Zookeper.
Create local consumer event handler with a subscription or open a NetSocket.
Inspect /io.vertx/__vertx.subs in Zookeper.
Local addresses or socket write IDs are published.
Version
4.0.3
Context
Migrating socket application from stand alone to cluster mode using Zookeper. I have noticed that all socket write IDs are being published to the cluster, which seemed suspicious and possible scalability problem for very busy network applications.
Steps to reproduce
NetSocket
./io.vertx/__vertx.subs
in Zookeper.