Orleans.CosmosDB icon indicating copy to clipboard operation
Orleans.CosmosDB copied to clipboard

Orleans providers for Azure Cosmos DB

Results 18 Orleans.CosmosDB issues
Sort by recently updated
recently updated
newest added

Update CosmosDBMembershipTable to allow for using a managed identity instead of account key

Current version is no longer compatible with latest Microsoft Orleans 7.0

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Currently the Orleans CosmosDB Provider only supports manual throughput options. This PR adds autoscale throughput options, while maintaining the prior default settings.

Looks like this PR might be related, although not sure. Using package version 3.0.3 https://github.com/OrleansContrib/Orleans.CosmosDB/pull/56

I am trying to use a combo of Orleans, Orleans transactions, CosmosDB and polymorphism in my application. So far I came up to the conclusion that the only way to...

I am referring to: https://github.com/OrleansContrib/Orleans.CosmosDB/blob/948ef97fb415d36409b84df956294157a8e621d0/src/Orleans.Persistence.CosmosDB/CosmosDBGrainStorage.cs#L416-L419 From my understanding of the code, the Orleans.Persistence.CosmosDB Storage Provider always does point reads (only using ID and Partition Key); so it uses CosmosDB as...

enhancement

When using managed identity to access CosmosDB with dataplane SDK, it's currently not supported to do database/container provisioning operations like create/delete. This PR adds another CosmosClient, called ProvisionClient, to the...

Currently only JSON serialization is supported but Orleans allows configuring any other serializer - can this be updated to use other configured serializers?

Just downloaded the project and tried to run tests and none of the persistence test succeeded. Same error for each test: Message: System.ArgumentException : GenericArguments[0], 'Orleans.Persistence.CosmosDB.CosmosDBGrainStorage', on 'Microsoft.Extensions.Options.OptionsMonitor`1[TOptions]' violates the...