You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in the source code of spring-hello-hystrix project that it is trying to call hello-hystrix service with the name. Unfortunately, it does not round robbin the load and always prints the same pod name.
Whereas as when I tried to curl hello-hystrix service multiple times the load is uniformly distributed and I can see each pod name in response one after the other.
Is this behavior correct or am I missing anything here?
The text was updated successfully, but these errors were encountered:
Hi,
I tried the spring-hello-hystrix example. There are three pods running for hello-hystrix with a service on the front.
I can see in the source code of spring-hello-hystrix project that it is trying to call hello-hystrix service with the name. Unfortunately, it does not round robbin the load and always prints the same pod name.
Whereas as when I tried to curl hello-hystrix service multiple times the load is uniformly distributed and I can see each pod name in response one after the other.
Is this behavior correct or am I missing anything here?
The text was updated successfully, but these errors were encountered: