LoadBalancerCacheManager not available, returning delegate without caching
警告:LoadBalancerCacheManager not available, returning delegate without caching。背景:更换了redis集群。重启gateway网关服务。也就是引用下面这个包的服务。
·
警告:LoadBalancerCacheManager not available, returning delegate without caching
背景:更换了redis集群
解决方案:
重启gateway网关服务
也就是重启引用下面这个包的服务
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
更多推荐




所有评论(0)