mirror of
https://gitee.com/shishan100/Java-Interview-Advanced
synced 2025-08-05 07:11:40 +00:00
first commit
This commit is contained in:
14
docs/distributed-system/service-register-discovery.md
Executable file
14
docs/distributed-system/service-register-discovery.md
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
**zk,一般来说还好,服务注册和发现,都是很快的**
|
||||
|
||||
**eureka,必须优化参数**
|
||||
|
||||
**eureka.server.responseCacheUpdateIntervalMs = 3000**
|
||||
**eureka.client.registryFetchIntervalSeconds = 30000**
|
||||
|
||||
**eureka.client.leaseRenewalIntervalInSeconds = 30**
|
||||
**eureka.server.evictionIntervalTimerInMs = 60000**
|
||||
**eureka.instance.leaseExpirationDurationInSeconds = 90**
|
||||
|
||||
**服务发现的时效性变成秒级,几秒钟可以感知服务的上线和下线**
|
||||
|
Reference in New Issue
Block a user