79586552

Date: 2025-04-22 13:11:58
Score: 1.5
Natty:
Report link

I was facing similar problem and in my case, I was using "my-own-hostname" as hostname instead of "localhost" to run and register the service with Eureka. If so, you may need to add an entry as below in your OSs' host file.

127.0.0.1 my-own-hostname

This will make the feign client to identify and call the service.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: JeyV