Clusterless feature status and future #42486
-
|
Hello Keycloak community 👋 . We are interested in activating the clusterless feature from keycloak, but we are hesitating because of its experimental status. We fully rely on a remote cache with a dedicated infinispan cluster with all replicated / distributed caches managed by this remote cache (including work, login failures, action tokens). Only the following caches remain local: realms, users, keys and authorization. The state of the clusterless feature is unclear to us. It has been introduced with release 26.0. It is still marked as experimental within release 26.3 and on main branch. Would one know the status of the clusterless feature? Will it be fully supported in a future release, or is it likely to be removed? Thank you for your help 🙏 . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
I'm not sure whether clusterless, as described in the blog post, can work with persistent user sessions - all references to
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi @jfgaret-docto
I'm glad to hear you're interested in
clusterlessfeature. The feature is tested, but we lack community interest to promote it to support. The main complaint is the complexity of setting up an external Infinispan cluster. You shouldn't have any issues enabling, and we're here to help if you find any issues.An alternative is to use the supported
multi-sitefeature. You may ask what the difference is, and I saymulti-siteisclusterless + persistent-user-sessions; this is forced, meaning you cannot disablepersistent-user-sessions. And that's the reason in our docs we joinclusterlesswith--features-disabled="persistent-user-sessions".Let me know if you have more inquir…