Hi, new to this form, and was looking at a similar issue running Keycloak 12.
So, if I am understanding this correctly, when running in HA mode, the offline session cache will be used instead?
Our setup is running the keycloak 12 container with the standalone-ha.xml mode, and a couple of jboss-cli scripts to modify the configurations accordingly. We scale up to 10 instances at certain times of the day, and scale back down to 1 instance afterwards. We currently have cache replication set at 2. When I had switched to using offline tokens instead of normal refresh tokens, i was hoping that if the token didn't exist in the cache, it would go to the database, but if the above is true, then are my only choices to either increase the cache replication to 10, or to setup an external infinispan cache via hotrod?
Thanks,
Andy