vert-x3 / vertx-zookeeper

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

Synchronize access to localSubs list when traversing #125

Closed tsegismont closed 2 years ago

tsegismont commented 2 years ago

Fixes #120

Otherwise, a ConcurrentModificationException could be thrown if a local consumer is registered or unregistered at the same time.