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
Hey, I'm working on Cross-dc deployment of keycloak with JDG as remote infinispan server.
After following the documentation, I saw that on infinispan server (infinispan.xml) I should configure a template of replicated cache type for all of caches (work, session, ....)
But in domain.xml in keycloak for each cache I can configure distributed cache type.
So my question is how does it work when in keycloak I configure distributed cache but in infinispan I configure replicated cache?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm working on Cross-dc deployment of keycloak with JDG as remote infinispan server.
After following the documentation, I saw that on infinispan server (infinispan.xml) I should configure a template of replicated cache type for all of caches (work, session, ....)
But in domain.xml in keycloak for each cache I can configure distributed cache type.
So my question is how does it work when in keycloak I configure distributed cache but in infinispan I configure replicated cache?
Here is the template:
And here is an example from domain.xml:
For example, what happens if I set a distributed cache with 2 owners. ( Reminding that from the infinispan site it is a replicated cache )
Beta Was this translation helpful? Give feedback.
All reactions