Results 4 issues of Anshul Mehra

**Is your feature request related to a problem? Please describe.** While it's possible to configure Spring application with a sidecar proxy to use Consul Connect today, it would nice to...

enhancement

I arrived here while looking at [spring-cloud-consul](https://github.com/spring-cloud/spring-cloud-consul) for Consul Connect support. Before Connect support can be added there, the [Consul Agent](https://github.com/Ecwid/consul-api/blob/master/src/main/java/com/ecwid/consul/v1/agent/AgentClient.java) needs to be enhanced to add support for Connect...

## Summary / Problem Statement Promregator is published as an executable artifact (uberJAR/docker image), it would be really useful if there was support for sourcing configuration from a centralized repository....

enhancement

I was looking to stub `SchemaRegistryClient` and stumbled across [StubSchemaRegistryClient](https://github.com/spring-cloud/spring-cloud-schema-registry/blob/master/spring-cloud-schema-registry-client/src/test/java/org/springframework/cloud/schema/avro/StubSchemaRegistryClient.java). I think this would be nice to share with `spring-cloud-schema-registry` consumers for easier testing. Not sure if there are other...