cacheRegistry
-
[Spring Cloud Eureka] EurekaClient - cacheRefresh, heartbeat 파헤쳐보기(1)개발/Spring Cloud 2020. 12. 16. 17:03
Eureka Client가 Eureka Server를 통해서 Eureka Server에 등록되어있는 ServerList에 대한 heartbeat를 확인하고, 존재하는 ServerList에 대해 Eureka Client 본인이 직접 List를 cache해서 가지고 있는 과정을 한번 대충 따라가 보았다... spring-cloud-netflix-eureka-client-2.2.5.RELEASE.jar -- org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration @Configuration(proxyBeanMethods = false) @ConditionalOnRefreshScope protected static class Refreshab..