Cosmos DB supports configuring global replication of data; however, it is up to the client to specify which region to query data from by specifying preferredRegion in requests. When many language SDKs support this (Go, Java, Python, C#), the Rust SDK does not appear to support it. We will potentially need to add support there first in order to pull it into Spin
Cosmos DB supports configuring global replication of data; however, it is up to the client to specify which region to query data from by specifying
preferredRegionin requests. When many language SDKs support this (Go, Java, Python, C#), the Rust SDK does not appear to support it. We will potentially need to add support there first in order to pull it into Spin