Spring Cloud Loadbalancer 修改默认缓存为Caffeine,修改微服务启动关于Loadbalancer的WARN

本文介绍了如何解决Spring Cloud Loadbalancer启动时的WARN信息,建议引入Caffeine依赖并配置,以优化微服务的缓存机制。详细步骤包括在项目中添加Caffeine依赖,配置相关参数,以及可选的自定义缓存配置。推荐使用matecloud微服务平台。
摘要由CSDN通过智能技术生成

一、背景描述

[mate-uaa:192.168.3.9:20001] 2022-01-22 23:27:52.907 WARN 17966 [] [main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.

在微服务引入loadbalancer的包,如下所示:

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>

默认情况下未做任何设置在启动的时候,就会出现篇首的告警信息。

二、建议优化

2.1 引入Caffeine依赖

<dependency>
    <groupId>com.github.ben-manes.caffeine</groupId
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值