Hello,
I am new at flowable at I want to create a springboot application which uses flowable 7.0.1 version.
I want to use this application in a clustered enviroment in order to have multiple instances. Is there some guide for that? Or can you highlight some considerations/thoughts/tips?
Hi @desp.kaz,
in general, you only need to connect Flowable to the same database, then the nodes work together in a cluster. You probably want to have a load balancer distributing the incoming traffic to Flowable as well.
Valentin