jgroups-raft 0.4 (upgrade to JGroups 4.0.x)

46 views
Skip to first unread message

Bela Ban

unread,
Aug 4, 2017, 10:46:24 AM8/4/17
to jgroups-raft
Hi,

I just released jgroups-raft 0.4 which is a port from JGroups 3.6.x to 4.0.x.

The changes were mainly internal to jgroups-raft and should not be visible at the API level, so your code should continue to run unchanged.

However, since JGroups 4.0.x changed protocols, your configuration may not work anymore. The error message should be self-explanatory though and should be mostly about attributes that are not supported any longer, so just remove those.

Or start with a copy of raft.xml shipped with jgroups-raft and make modifications to it.

To use jgroups-raft, add the following dependency to your POM:

<dependency>
    <groupId>org.jgroups</groupId>
    <artifactId>jgroups-raft</artifactId>
    <version>0.4.Final</version>
</dependency>
Reply all
Reply to author
Forward
0 new messages