You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KubernetesDiscoveryClient should publish HearbeatEvents when there are changes to the service catalog to actively notify the application.
From javadoc:
/**
* EventDiscoveryClientimplementationcanbroadcastiftheysupportheartbeat's from the
* discoveryserver. Provideslistenerswithabasicindicationofastatechangeinthe
* servicecatalog.
*
We need this for example in Spring Boot Admin...
... and the other discovery implementations I know (eureka, consul, zookeeper, cloudfoundry) are implementing this...
The
KubernetesDiscoveryClientshould publishHearbeatEvents when there are changes to the service catalog to actively notify the application.From javadoc:
We need this for example in Spring Boot Admin...
... and the other discovery implementations I know (eureka, consul, zookeeper, cloudfoundry) are implementing this...