vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
115 stars 67 forks source link

Replace the consul backend tests for Vert.x 4 #110

Closed cescoffier closed 5 years ago

cescoffier commented 5 years ago

The current approach (for Vert.x 3.x) is using an embedded consul engine using Vert.x 3.x. While it works for Vert.x 3.x, it fails for Vert.x 4 as there is a version conflict.