Scenaio:
We ran some tests where one api is down, we fire requests to this api which is down from another api, majority of the Requests have connection Refused exception, wheras very few have connectionTimeoutException, any know why this is happening, threadpool size is 500.
Both the apis are inside kube cluster.
TIA
I am expecting all to be connection refused, but found some were connection timeout.