Consul遭遇到大量请求报错Your IP is issuing too many concurrent connections, please rate limit your calls 在配置启动配置consul.json中添加 “limits”: { “http_max_conns_per_client”: 1000 } 默认限制是200个请求,超出后会报错,设置成适合自己系统的数量既能保持consul的稳定又能有一定的吞吐量。