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

Getting all instance registry info without timeout

Open yangqiancheng90 opened this issue 3 years ago • 0 comments

the version of eureka as follows: <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> 3.1.3

I find that the method of RestTemplateTransportClientFactory#restTemplate(String serviceUrl) creates RestTemplate without config of timeout. This will cause getting all instance registry info timeout makes it much easier for us to diagnose the problem and to verify that

yangqiancheng90 avatar Aug 01 '22 09:08 yangqiancheng90