You are creating too many HashedWheelTimer instances.

在Springboot项目中批量初始化redis遇到如下警告信息,大致意思就是创建了过多的HashedWheelTimer,由于该类需要跨JVM共享,所以建议只创建一个实例io.netty.util.
Netty LettuceConnection 2021年07月23日 483次浏览