vert-x3 / vertx-consul-client

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

Feature/add support for registering deregistering entity catalog api #82

Closed tiberiuac closed 3 years ago

tiberiuac commented 3 years ago

Motivation:

Extend the vertx-consul-client library to add support for registering / deregistering a catalog entity, as they are described here: https://www.consul.io/api-docs/catalog#register-entity and https://www.consul.io/api-docs/catalog#deregister-entity, respectively.

ruslansennov commented 3 years ago

thanks @tiberiuac