Eduard Català
Eduard Català
```js console.log("this will fail (" + b + ")"); console.log("this will fail too (" + b + ")"); /*NotClearConsole*/ ```
```js console.log("this will fail (" + b + ")"); console.log("this will fail too (" + b + ")"); /*NotClearConsole*/ ```
Use case: We are using vertx-config to configure a database connection pool, we wanted to replace it with a new one when configuration is changed. `Retriever.configStream` seems a perfect fit...
vertx-service-discovery relies on ```apache-curator-2.13.0``` version while vertx-zookeeper depends on ```apache-curator-4.3.0```. Many exceptions are thrown when creating a vertx project with zookeeper clustering and zookeper based service discovery.