In memory syncing between ballerina replications #39510
pcnfernando
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Looping @hasithaa @gimantha. Appreciate your thoughts on this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assume, I have a stateful ballerina program(uses in-memory storage through tables, arrays, maps, etc).
When this program is deployed in Choreo and needs to guarantee availability; when we do replications on the app we'll have to migrate the original ballerina source from in-memory to DB-backed or other means.
I was wondering instead of a source change, we provide means through the language level to sync the in-memory between the instances.
Suggestion from the language level,
Beta Was this translation helpful? Give feedback.
All reactions