Reputation: 23
In Eureka service registry there is a property called eureka.server.expected-client-renewal-interval-seconds=x
which tells the registry to expect a heartbeat every x
seconds from every instance which is registered to it.
Is it possible to set separate expected renewal/heartbeat interval for every instance? I know this would possibly break the heartbeat calculations for self preservation mode but we have this mode disabled.
I would expect this to be configured through a property defined in an eureka instance not in registry but I could not find anything. This would work similar to property eureka.instance.lease-expiration-duration-in-seconds=y
which tells the registry after how many seconds it should deregister that instance (I actually do not understand how it works because i have tested it and after y
period the instances are still up in the eureka dashboard)
Upvotes: 0
Views: 13