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 the caches (work, session, ....)
But in domain.xml in Keycloak for each cache I can configure distributed cache type (not recommended for 'work' cache).
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 for JDG:
```
And here is an example from domain.xml:
```
For example, what happens if I set a distributed cache with 2 owners? (Considering I have more than 2 nodes in both Keycloak clusters)