Ecwid / consul-api

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

Cannot include the "wan" path parameter to request to /v1/agent/members #222

Open bkuhhirte opened 2 years ago

bkuhhirte commented 2 years ago

The Consul HTTP API supports a "wan" path parameter (https://www.consul.io/api-docs/agent) that allows you to observe a more complete set of joined members to the cluster. The current class (AgentConsulClient) doesn't seem to be able to support that.

I have a set of changes that enable that feature, but I seem to be lacking permission to create a pull request against this repo.

spencergibb commented 2 years ago

You need to fork the repo first, push your change there, then make a PR