Replies: 1 comment 2 replies
-
Use Infinispan instead. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my current project we are trying to use Jgroups for cluster. wanted to use a distributed cache. Initially we thought of using Jgroups Repl cache. But in this article http://www.jgroups.org/manual4/index.html#ReplCache its mentioned that "Note that this class was written as a demo of how state can be shared between nodes of a cluster. It has never been heavily tested and is therefore not meant to be used in production."
What is your opinion on using this class in production? What is the alternative to use?
Beta Was this translation helpful? Give feedback.
All reactions