spring-cloud-consul icon indicating copy to clipboard operation
spring-cloud-consul copied to clipboard

Spring Cloud Consul

Results 176 spring-cloud-consul issues
Sort by recently updated
recently updated
newest added

https://github.com/spring-cloud/spring-cloud-netflix/issues/4125

waiting-for-triage

**Describe the bug** Im want to use a shared config with consul and its working well in http-mode but https won't work. With postman and browser the UI and the...

waiting-for-triage

Hello! **Is your feature request related to a problem? Please describe.** Needed to have ability to configure trashholds for healthcheck configuration. **Describe the solution you'd like** Native consul API has...

waiting-for-triage

This question might not be appropriate to ask here, but I have tried various methods and still can't solve the problem. Using `com.orbitz.consul.consul-client:1.5.3`, I can retrieve the value of the...

waiting-for-triage

When consul set with `discovery.heartbeat.enabled=true` and `spring-boot-starter-actuator's health endpoint` enabled. At same time, `spring-boot-starter-data-mongodb` also added. Use my own `ConsulServiceRegistry`. Startup and comes with dependency cycle for consul's TtlScheduler! Here...

waiting-for-triage

Bumps [com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.27.2 to 2.35.1. Release notes Sourced from com.github.tomakehurst:wiremock-jre8-standalone's releases. 2.35.1 - Security Release 🔒 This is a security release that addresses the following issues CVE-2023-41327 - Controlled...

dependencies

**Describe the bug** If [ConfigDataApplicationContextInitializer](https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/test/context/ConfigDataApplicationContextInitializer.html) is added to tests then properties declared in DynamicPropertySource are not contributed. When I was debugging and put a breakpoint in this class, it was...

in progress

**Describe the bug** We are running consul with https and when spring boot service trying to connect to consul with SSL using tls encrypted key-store-password & certificate-password it is giving...

waiting-for-triage

Support was introduced in 7a21240a82515f284f46fc2040d6731746e8ad9e but dropped later, the [docs](https://github.com/spring-cloud/spring-cloud-consul/blame/e46358b089737eec4b5c8c2265b9f86217b8c92b/docs/src/main/asciidoc/spring-cloud-consul.adoc#L376) still say this is supported, so this fixes this regression. Fixes #712

waiting-for-triage

Hello, I'm working on Consul and have seen several users face issues around how spring-cloud-consul interfaces with Consul so I've been trying to investigate. I've noticed that [spring-cloud-consul-discovery](https://github.com/spring-cloud/spring-cloud-consul/blob/main/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.java#L128) polls the...

waiting-for-triage