-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KubernetesDiscoveryClient should publish HearbeatEvents #92
Comments
@iocanel is this project still active? seems quite abandoned to me... |
As per the README this project had moved to https://github.com/spring-cloud-incubator/spring-cloud-kubernetes |
I apologise. I jumped directly to the issue tracker and didn't read the readme. May be you should shut the issue tracker down... |
On 02.13.18, Johannes Edmeier wrote:
@iocanel is this project still active? seems quite abandoned to me...
No, its not. The project has moved to the spring-cloud-incubator: https://github.com/spring-cloud-incubator/spring-cloud-kubernetes.
…
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#92 (comment)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
KubernetesDiscoveryClient
should publishHearbeatEvent
s 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...
The text was updated successfully, but these errors were encountered: