question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AllowBulkExecution is internal for stable builds

See original GitHub issue

CosmosClientOptions.AllowBulkExecution is public for the preview build 3.2.0-preview2, but internalized for the final version 3.2.0. I’d like to avoid using preview. What is the reason for this conditional compilation?

https://github.com/Azure/azure-cosmos-dotnet-v3/blob/b045e33824760d3fa4d4a16268501f8efff98e44/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs#L355-L360

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
j82wcommented, Sep 19, 2019

@SeanFeldman please take a look at this PR to update the changelog to make it a little bit clearer on how the preview versions work.

0reactions
j82wcommented, Sep 19, 2019

The preview features will not be included in the official release of the same version. A lot of the features in the SDK have changes in the Cosmos DB service. The changes to the service need to be ran for a while to verify the performance and stability of the new feature. We need to ship the SDK faster than the features are ready. To better explain how the versioning is currently working here is an example of the bulk feature.

Bulk is in 3.2.0-preview2 Bulk is not in 3.2.0 Bulk might be in 3.3.0 or it could still be a separate 3.3.0-preview package.

@Dave76 I think the best way to share your results is a github issue. That way everyone can see it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CosmosClientOptions.AllowBulkExecution Property
Allows optimistic batching of requests to service. Setting this option might impact the latency of the operations. Hence this option is recommended for ......
Read more >
A technical overview of Azure Cosmos DB | Azure Blog
Enable customers to elastically scale throughput and storage based on demand, globally. · Enable customers to build highly responsive, mission- ...
Read more >
New Azure Cosmos DB Features to Boost Performance and ...
Microsoft has recently unveiled several new features for Azure Cosmos DB to enhance cost efficiency, boost performance, and increase ...
Read more >
Package apache-airflow-providers-microsoft-azure
Fix where account url is build if not provided using login (account name) ... Allow and prefer non-prefixed extra fields for remaining azure...
Read more >
@azure/storage-file-share | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found