We can configure total connections Eureka, updating peerNodeTotalConnections property in the application.yml (default: eurkea peerNodeTotalConnections is 1000) in eureka application:
eureka:
server:
waitTimeInMsWhenSyncEmpty: 0
peerNodeTotalConnections: 1000
peerNodeTotalConnectionsPerHost: 500
Ref:
https://github.com/spring-cloud/spring-cloud-netflix/blob/master/spring-cloud-netflix-eureka-server/src/main/java/org/springframework/cloud/netflix/eureka/server/EurekaServerConfigBean.java
EurekaServerConfigBean...
Build Your Own Test Framework
-
[image: Build Your Own Test Framework]
Learn to write better automated tests that will dramatically increase your
productivity and have fun while doing so...
1 hour ago