feign.RetryableException: Connection reset executing GET
Asked Answered
W

1

10

We have a micro services architecture deployed on AWS ECS with Docker. The API Gateway and Eureka is from Spring. We have Java/NodeJS micro services which are working perfectly through the gateway but the .NET micro service, which uses SteelToe Eureka client gives us connection reset exception.

The following are screenshots for a better understanding.

Eureka app registration details

Feign client stacktrace

We have spent a lot of time, trying to figure it out, but at the moment with no success. Can we get some help on this to solve it please.

Thank you very much!

Weft answered 3/2, 2017 at 4:54 Comment(1)
any luck? Are you able to solve the problem?Kedgeree
J
0

A lot of time has passed since the question, but my solution maybe will help someone. I faced java.net.SocketException: Connection reset during calling FeignClient. To fix it i change used OpenJDK to Oracle JDK and exception was gone! So, i really don't know root of the problem, but changing jdk works for me.

Jemadar answered 25/6, 2020 at 15:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.