Is your feature request related to a problem? Please describe.
Currently, we support multi-tenant data to be stored in the data store. For some use cases, we will need to support multi-instance (deployments) to the same datastore.
Describe the solution you'd like
Ability to store data for multiple instances to be backed by the same datastore. For e.g.
Coke - Instance1 (US-east) - R1, R2
- Instance2(US-west) - R1, R2
Pepsi - Instance3 (US-east) - R1, R2
- Instance4 (US-west) - R1, R2
Describe alternatives you've considered
No response
Additional context
No response