vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

Local subscription topics are published on the Cluster Manager #117

Closed elventear closed 3 years ago

elventear commented 3 years ago

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

  1. Start application in clustered mode with Zookeper.
  2. Create local consumer event handler with a subscription or open a NetSocket.
  3. Inspect /io.vertx/__vertx.subs in Zookeper.
  4. Local addresses or socket write IDs are published.
elventear commented 3 years ago

Fixed in #118.