Matias Quaranta

Results 11 issues of Matias Quaranta

When reading the change feed on a streaming scenario with `changefeedmaxpagesperbatch` set to 1 and with Start from Beginning, some of the records are missing from the stream batches. Increasing...

bug

Binding any trigger to a POCO (C#) model that contains arrays is broken in V2, while it works in V1. #### Repro steps Repro repo available here: https://github.com/ealsur/arraybinding 1. Running...

The Retry Utility (https://github.com/Azure/azure-sdk-for-js/blob/191e4ce330acd60e014c13412204b9598870cfa1/sdk/cosmosdb/cosmos/src/retry/retryUtility.ts) should align with the other language SDKs in terms of failover mechanics. Right now, it is missing 2 areas: * HTTP 503 (Service Unavailable) - This...

Cosmos

Add internal GlobalEndpointManager to handle: Requires https://github.com/Azure/azure-sdk-for-go/issues/18982 * Periodic account information refresh (5M) * Marking regions as unavailable Reference: https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/Microsoft.Azure.Cosmos/src/Routing/GlobalEndpointManager.cs

Cosmos
Client
feature-request

Add SessionContainer to help with accounts with Session Consistency. https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/Microsoft.Azure.Cosmos/src/SessionContainer.cs ```[tasklist] ### Tasks - [ ] Adding hashing support - [ ] Add container properties cache (used to read the...

Cosmos
Client
feature-request

Reference PR for `azidentity`: https://github.com/Azure/azure-sdk-for-go/pull/21885/files

Cosmos
feature-request

Related code line: https://github.com/microsoft/kafka-connect-cosmosdb/blob/b7773f8fc1396da9beda055d1a956de37d72f97d/src/main/java/com/azure/cosmos/kafka/connect/sink/CosmosDBSinkTask.java#L107 It might be possible, if the value of a column is `null`, that the line that emits this log might throw a `NullPointerException`. ``` Task is...

bug

Hi! I took the liberty of forking (https://github.com/ealsur/AzureStorageExtensions) and making it compatible with Visual Studio 2015 and adding to the solution 2 projects: 1. AzureGraphStoreCore: A .NetCoreApp compliant version of...

Reference https://github.com/Azure/Microsoft.Extensions.Caching.Cosmos/issues/51 Rename the property and use it as-is, without any conversion.

vNext

This PR bumps the SDK version to the latest version to cover security updates