我Nginx的代理具有以下配置: upstream gateway_server {
ip_hash; # sticky session on as there will be more than one destination
server app.server:8080;
}
server {
listen 0.0.0.0:80;
ser
閱讀了關於Spring雲Zuul的文檔後,我已經理解,通過SEMAPHORE隔離和大約2個最大併發請求,Zuul服務器可以輕鬆處理大約5000個rps。當我試圖從Jmeter調用服務時,它的值大約爲2000,它拋出以下異常並顯示錯誤率爲100%。 com.netflix.hystrix.exception.HystrixRuntimeException:
Service1 could not a