WeAreFarmGeek / diplomat

A HTTP Ruby API for Consul
BSD 3-Clause "New" or "Revised" License
370 stars 116 forks source link

Register entities via agent #219

Open bustikiller opened 3 years ago

bustikiller commented 3 years ago

We have been using the method Diplomat::Node.register to register services in Consul using the Catalog HTTP API. However, the documentation itself recommends using the agent endpoints instead for registration.

Is this supported by the Diplomat gem?