摘要:
1 public class RnrFpRestTemplateUtils { 2 3 private static final Logger LOGGER = LoggerFactory.getLogger(RnrFpRestTemplateUtils.class); 4 5 6 /** 7 * 阅读全文
posted @ 2023-05-22 13:27
不撞南墙
阅读(48)
评论(0)
推荐(0)
https://www.xuxueli.com/ 开源地址 xxl-job 对比elasticjob elasticjob是无中心化的,通过ZooKeeper的选举机制选举出主服务器,如果主服务器挂了,会重新选举新的主服务器。因此elasticjob具有良好的扩展性和可用性,但是使用和运维有一定的复 阅读全文