python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

Add support for service Health query with multi tags

Open cablehead opened this issue 8 years ago • 4 comments

#124

cablehead avatar Dec 20 '16 01:12 cablehead

What is the status of this issue ? Is the work started somewhere ?

pgrzesik avatar Jan 03 '17 15:01 pgrzesik

I believe the status is not started. Pretty sure this is just a 2-3 line patch, a doc string update and a test, if you'd like to open a pull request.

cablehead avatar Jan 03 '17 22:01 cablehead

Well, actually it was 3 line patch, but I didn't realise that to execute those kind of queries you have to prepare them first using https://www.consul.io/docs/agent/http/query.html#general so I guess this issue is much more broad and it's possible to create such queries using Consul.Query.

pgrzesik avatar Jan 04 '17 20:01 pgrzesik

Hey folks, this looks to have been resolved a lot more recently (v.1.3.0 as of late 2018). It looks like we're still pending a fix here, happy to contribute if we need.

sebito91 avatar May 13 '20 23:05 sebito91