Skip to content

Horizontally scaling with multiple instances - synchronization and other features between service instances. #17

Closed Answered by deepakarora3
c-ankur asked this question in General
Discussion options

You must be logged in to vote

a. what features are supported as part of horizontal scalability?
Flowret is an embedded orchestrator which means that it runs in the same JVM as the application. All the processing triggered with Flowret also happens on the same JVM. So if the application uses Flowret and the application is horizontally scalable i.e. can run on multiple pods, then so will Flowret. Of course it is up to the application to take care of issues like distributed locking at an application level i.e. avoiding situations where the same case gets picked up on more than one pod etc.

b. how is synchronization managed between different service instances / multiple nodes running Flowret? (seems like application has t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@c-ankur
Comment options

Answer selected by c-ankur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants