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
You could have a small service running alongside of each application instance pinging each other (the memberlist svc and your app) so then the memberlist could communicate with the others about the status of your app depending on the Ping.
That would "kind" of work for failure detection, but if you want to have more information then you would need to add layers on top of that svc. For example if you want to add data of the application to the heartbeats memberlist uses to communitate, or have the list of members and so.
Is there any way I can use memberlist go library in my java distributed application for failure detection ?
The text was updated successfully, but these errors were encountered: