vert-x3 / vertx-consul-client

Vert.x Consul Client
Apache License 2.0
34 stars 23 forks source link

Replacing embedded-consul with testcontainers #95

Closed ViktoriiaLebedeva closed 1 year ago

ViktoriiaLebedeva commented 1 year ago

Reason

Embedded-consult, which is used in tests, is no longer supported. New versions of the consul will not be supported. I would like to change embedded-consult to testcontainer.

ruslansennov commented 1 year ago

@ViktoriiaLebedeva thanks