This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Description
The KubernetesDiscoveryClient should publish HearbeatEvents when there are changes to the service catalog to actively notify the application.
From javadoc:
/**
* Event DiscoveryClient implementation can broadcast if they support heartbeat's from the
* discovery server. Provides listeners with a basic indication of a state change in the
* service catalog.
*
We need this for example in Spring Boot Admin...
... and the other discovery implementations I know (eureka, consul, zookeeper, cloudfoundry) are implementing this...