Heartbeat Mechanism in Java

混江龙づ霸主 提交于 2019-12-10 17:04:33

问题


Do you know if there is well designed (state machine based) heartbeat mechanism written in Java as opensource project? Actually state-based is not mandatory for me. I just assume that this kind of design covers various failover case.

After google searching I have found Java DMK. Your responses will be helpful for me to avoid testing all such projects to find the better one.


回答1:


I could point you to JGroups project. It has decentralized system that has cluster state and heardbeat functionality out of the box.

Also there are famous ZooKeeper project, that also has some of your needs.

Hope it helps.



来源:https://stackoverflow.com/questions/11904299/heartbeat-mechanism-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!