Speeding up Netflix-Eureka Unregistration not working for Spring Boot
问题 I have a eureka server running with the application.yml looking like server: port: 8761 eureka: client: registerWithEureka: false fetch-registry: false server: wait-time-in-ms-when-sync-empty: 5 enable-self-preservation: false and on the client side, I have eureka: instance: prefer-ip-address: true lease-renewal-interval-in-seconds: 1 lease-expiration-duration-in-seconds: 1 client: register-with-eureka: true fetch-registry: true service-url: defaultZone: http://localhost:8761/eureka I