Relative Content

Tag Archive for keycloakquarkus

Transaction Logs in Keycloak (Quarkus distribution)

Using the keycloak/keycloak image of the docker repo, which is the Quarkus distribution, in a Kubernetes cluster, I have a question concerning the transaction logs: Do they have to be stored persistently in order for keycloak to start up and function properly after the cluster crashed? Or is it sufficient if the logs are only stored temporarily and hence lost after a cluster restart?
I’ve consulted https://quarkus.io/guides/transaction#jdbcstore but still have this question.

Transaction Logs in Keycloak (Quarkus distribution)

Using the keycloak/keycloak image of the docker repo, which is the Quarkus distribution, in a Kubernetes cluster, I have a question concerning the transaction logs: Do they have to be stored persistently in order for keycloak to start up and function properly after the cluster crashed? Or is it sufficient if the logs are only stored temporarily and hence lost after a cluster restart?
I’ve consulted https://quarkus.io/guides/transaction#jdbcstore but still have this question.