gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

Support service metadata for service registration #117

Closed Imaclean74 closed 6 years ago

Imaclean74 commented 6 years ago

As added in Consul 1.07

Service metadata - You can now set key/value data during service registration that will be accessible during the full lifecycle of the service. Service metadata can be used to specify information such as the version of the service, weights or priorities for external load balancing, or other static information that may have previously been stored in the K/V datastore that should be attached to the service directly.

https://www.hashicorp.com/blog/consul-1-0-7