BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
12 / 18 · Module 15 — Deployment and Operations · filtered: cheatsheet← prev⊞ allnext →

15.43Multiple replicas + local filesystem

Bad:

Replica A downloads file to /tmp/customer.csv

then assume:

Replica B can read it

No.

Replica-local storage isn't shared state.

For shared integration data use:

object storage
database
shared durable store

according to architecture.