Commit 0edea401 by Nepxion

重入读写分离锁改成高性能缓存Caffeine组件来代替

parent 2916681f
......@@ -53,8 +53,8 @@ public class PluginLoadBalanceConfiguration {
return loadBalancer;
}
// @Bean
// public ServerListUpdater ribbonServerListUpdater(IClientConfig config) {
// return new PollingServerListUpdaterDecorator(config);
// }
@Bean
public ServerListUpdater ribbonServerListUpdater(IClientConfig config) {
return new PollingServerListUpdaterDecorator(config);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment