Our team uses a standalone on-premise Keycloak 8.0.1 instance (no cloud, no cluster) and we’re migrating it to Keycloak 22.0.5. We noticed a couple of warning messages during Keycloak boot and the one I’m worried about is
WARN [org.infinispan.CONFIG] (keycloak-cache-init) ISPN000569: Unable to persist Infinispan internal caches as no global state enabled
Is this warn message an indicator of any problem that has to be fixed in my specific case with a single Keycloak instance? I never faced a ‘global state’ notion before.
I consulted with Configuring Keycloak for production and Configuring distributed caches docs but only found recommendations for multi-node Keycloak clusters and nothing about standalone installations. Maybe there are examples of standalone Keycloak configuration without such warning messages?
I will be grateful for any assistance and hints