python-consul
python-consul copied to clipboard
Add support for ServiceMeta in prepared queries
Currently the consul.Query class doesn't support specifying Service metadata as documented at https://www.consul.io/api/query.html#servicemeta. I believe this should just be a matter of plumbing it through https://github.com/cablehead/python-consul/blob/master/consul/base.py#L2155
@poppyred have you opened a PR for this?
@perzizzle just here https://github.com/poppyred/python-consul2/