vert-x3 / vertx-zookeeper

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

EVENTBUS_PATH #18

Closed xingxuan closed 8 years ago

xingxuan commented 8 years ago

Hello, the SUBS_MAP_NAME of the ClusteredEventBus on version 3.2.0 is "__vertx.subs", so the param EVENTBUS_PATH of the ZKMap values should be "/" + ZK_PATH_ASYNC_MULTI_MAP + "/__vertx.subs/"

stream-iori commented 8 years ago

This issue has been fix in down stream, i will update upstream before vertx 3.3.0 release.