Netflix / eureka

AWS Service registry for resilient mid-tier load balancing and failover.
Apache License 2.0
12.39k stars 3.74k forks source link

Heartbeat failed #1549

Open Chu3laMan opened 3 months ago

Chu3laMan commented 3 months ago

Hi,

I spotted a weird behavior, I register a new instance within the instance that come up auto when you lunch the eureka, however, after a certain seconds, it de-registers because it does not send heartbeat to eureka server.

NB: even I try to send heartbeat using REST API, I get 200 response however, it still the same behavior (it de-register)

I am interested to work on this issue