524 Star 4K Fork 1.7K

shishan100 / Java-Interview-Advanced

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
service-register-discovery.md 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
jorden.li 提交于 2020-04-25 19:55 . first commit

zk,一般来说还好,服务注册和发现,都是很快的

eureka,必须优化参数

eureka.server.responseCacheUpdateIntervalMs = 3000 eureka.client.registryFetchIntervalSeconds = 30000

eureka.client.leaseRenewalIntervalInSeconds = 30 eureka.server.evictionIntervalTimerInMs = 60000 eureka.instance.leaseExpirationDurationInSeconds = 90

服务发现的时效性变成秒级,几秒钟可以感知服务的上线和下线

Java
1
https://gitee.com/shishan100/Java-Interview-Advanced.git
git@gitee.com:shishan100/Java-Interview-Advanced.git
shishan100
Java-Interview-Advanced
Java-Interview-Advanced
master

搜索帮助