Eureka never unregisters a service

I realized that self preservation mode was never actually being disabled. It turns out the actual property is

eureka.server.enableSelfPreservation=false

(See DefaultEurekaServerConfig Code), which I haven’t found documented anywhere. This resolved my issue.

Leave a Comment