Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

deprecate HealthServicesRequest#tags in favor of filter #213

Open ovesh opened 3 years ago

ovesh commented 3 years ago

Consul api docs say that the tag parameter for /health/service/:service is deprecated:

Use filter with the Service.Tags selector instead. This parameter will be removed in a future version of Consul.

Deprecate the tag related methods and add new filter methods instead (filter docs).

ovesh commented 3 years ago

I'm working on a pr for this