vertx-consul-client
vertx-consul-client copied to clipboard
Vert.x Consul Client
### Version 4.1.5 ### Context Building a maven project, with java 17.0.1 or newer, fails with compilation failures after: ``` [WARNING] The POM for io.vertx:vertx-consul-client:jar:4.1.5 is invalid, transitive dependencies (if...
### Version 3.9.3 ### Context I encountered an exception which looks suspicious while ... ``` Vertx vertx = Vertx.vertx(); ConsulClientOptions options = new ConsulClientOptions() .setHost("192.168.6.107") .setPort(8500) .setTimeout(50000) .setLogActivity(false); for (int...
It would be nice to create only one watcher for multiple keyspaces. Is there such functionality on your roadmap. If there is not I would like to help.