Hello All;
I m new with keycloak, i will use last version 20.0.3 (Quarkus distribution) and I have couple of questions regarding the deployement.
My Keycloak cluster (three nodes) will be reparted on three datacenter, each datacenter have it's own network (no extended vlans every thinks is routed) and it's too complicated to implement the multicast configuration. So i will just need to create a database cluster (mariadb galera) and don't configure distributed cache (infinspane as i have understand it need multicast configuration) . My questions:
1- It's good enough to replicate only databases and no need for distributed cache, if it's the case How to force local cache for every node in cluster deployement ?
2- The best way to configure keycloak as systemd service ( to avoid launch keycloak with ks scripts).
Thanks in advance for your Help.