0

I am using com.netflix.hystrix:hystrix-metrics-event-stream:1.5.12 maven dependency to get hystrix metric stream. If I keep on reloading page continuously, some-times application is throwing 503. reason for that I found https://github.com/Netflix/Hystrix/issues/1644 is that maxConcurrentConnections limit is breached. I need to increase hystrix.stream.maxConcurrentConnections but I am not able to get how to provide this config?

0 Answers0