-
默认的instanceId是${spring.application.name}-${server.port},则向consul注册服务时的serviceId是service:${spring.application.name}-${server.port}
当 service 部署多个实例在某些容器平台时(port往往一致),会导致serviceId重复而只能注册最后一个服务。
可以通过…
-
## Feature Request
**For English only**, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we c…
-
Hello,
We have migrated a spring boot app from
springBootVersion = '2.3.2.RELEASE' -> '2.5.2'
springCloudVersion = 'Hoxton.SR6' -> '2020.0.3' (spring-cloud-consul = 3.0.3)
Our consul discove…
-
Specifically using:
- Spring Boot: 2.4.6
- Spring Cloud: 2020.0.3
- Spring Cloud Consul Discover 3.0.3
When the `ConsulDiscoveryClient.getInstances()` is called, and the service is registered …
welsh updated
3 years ago
-
This is a question regarding the following code:
https://github.com/spring-cloud/spring-cloud-consul/blob/master/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/service…
-
### 不启动consul
### spring.cloud.consul.enabled=false
AllNestedConditions 1 matched 1 did not; NestedCondition on ConditionalOnConsulEnabled.OnConsulEnabledCondition.FoundClass @ConditionalOnClass …
-
### Description
Hi am using Consul as service discovery and spring cloud gateway and it register as service in consul now i want migrate to apisix and i am using it apisix-docker 3.8 but i am unabl…
-
I have a cloud-gateway enabled service discovery with consul using https, a http service and a https service both registered to consul for test. Gateway worked fine when it(https) redirect to http…
-
**Serivices wont register automatically when consul-server is started after starting spring-cloud-consul**
version:spring-cloud-consul-discovery 3.1.0
I already configured _spring.cloud.consul.…
-
Although I've enabled SSL on my spring-boot application by setting the server.ssl.key-store related properties Spring-Cloud-Consul still registers my service using a regular http address instead of ht…