Ecwid / consul-api

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

Support for Connect agent-local operations #207

Open Walliee opened 4 years ago

Walliee commented 4 years ago

I arrived here while looking at spring-cloud-consul for Consul Connect support.

Before Connect support can be added there, the Consul Agent needs to be enhanced to add support for Connect agent-local operations.

Happy to contribute and add support for this. Please let me know.

hadrabap commented 2 years ago

Hello @Walliee,

I implemented Agent-local operations: https://github.com/hadrabap/consul-api/tree/feature/issue-207-224

Could you please take a look at it if it satisfies your needs?

Thanks a lot.

The branch also implements #224