<spring-cloud.version>2023.0.3</spring-cloud.version>
org.springframework.cloud
spring-cloud-starter-config
4.1.3
When I use cloud-config-client through eureka to cloud-config-server, I find if a node belong to cloud-config-server was down, the cloud-config-client still connect the down node though the heart beat already refresh the configClientProperties.
I have already find the reason and add pull request.
#2623
<spring-cloud.version>2023.0.3</spring-cloud.version>
org.springframework.cloud
spring-cloud-starter-config
4.1.3
When I use cloud-config-client through eureka to cloud-config-server, I find if a node belong to cloud-config-server was down, the cloud-config-client still connect the down node though the heart beat already refresh the configClientProperties.
I have already find the reason and add pull request.
#2623