Replies: 1 comment 2 replies
-
Hi @escouser Thanks for sharing the feedback. This is automatically managed by the Data API Builder Engine. We use the Direct Connectivity Mode since the engine leverages .Net SDK. Can you elaborate more on the requirement here? |
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
-
Hi
I would like to request adding support for changing the connectivity mode when using CosmosDB.
CosmosDB has two connectivity modes, see https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/sdk-connection-modes - the gateway mode is suitable for people working within a corporate network.
This can be done by using the WithConnectionModeGateway method when creating the CosmosClientBuilder e.g.
Client = new CosmosClientBuilder(_connectionString).WithContentResponseOnWrite(true).WithConnectionModeGateway().Build();
Beta Was this translation helpful? Give feedback.
All reactions