My application is running in multiple JVM instances (in separate docker containers).
The application uses hibernate (and spring-data-jpa) to access the single database (MySQL) instance.
Do I need to disable some hibernate cache (e.g. the first-level-cache for a hibernate session) to get that setup work?