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.