Re: [jgroups-users] (no subject)

Questions/problems related to using JGroups <[email protected]> Fri, 20 Sep 2019 07:17:43 +0200
Newsgroups gmane.comp.java.javagroups.general
Message-ID <mailman.139077.1568956681.1518.javagroups-users@lists.sourceforge.net>

On 19.09.19 20:29, Questions/problems related to using JGroups wrote:
> Hello, JGroups User Group Community,
> =

> I am really new to JGroups, I am reading a lot, starting to play around =

> a bit,
> =

> My lack of knowledge is hurting me.
> =

> My need is to implement or instrument a 2/3 node failover cluster, 3 if =

> I need a controller server.
> =

> I need to failover JBoss Fuse Karaf containers from one server to =

> another. I=92m still baffled on how to accomplish this.

What do you mean by failover?

JGroups provides clustering, ie. discovering and joining a cluster, =

sending messages between members of a cluster and getting notifications =

when members join or leave (or crash).

This could be used for example to provide multiple JBoss Fuse servers, =

that possibly even share state.

Failover, however, in my opinion, is something between clients and a =

server: when the server dies (or leaves the cluster), clients are =

notified and re-connect ('fail over') to a surviving server.

Infinispan, for instance, has a client-server protocol (HotRod) which =

includes the list of servers, so that clients can failover to another =

server should the server they're connected to fail.

> I greatly appreciate any help and guidance.
> =

> Thank you!!!
> =

> Gary Mills
> =

> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=3D550986> for =

> Windows 10
> =

> =

> =

> _______________________________________________
> javagroups-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/javagroups-users
> =


-- =

Bela Ban | http://www.jgroups.org