deyanp
deyanp
@jeffhollan this is great news, assuming I got it correctly - we will be finally able to network/firewall-secure (using service endpoints and vnet integration) the underlying storage account of a...
I got burnt by this as well - is this going to be fixed one day?? And the funny thing is that there is no way to delete a service...
Hi, Does this mean that the projections get built "in-process", without any guarantee in case the process crashes after writing to the event stream? Best regards, Deyan
Yep, this is the problem I am facing ... writing to a queue is not a solution, as I cannot (and dont want to) open a distributed transaction between Azure...
Thank you for sharing your concerns, now I understand better. I am thinking of using 1) Cosmos DB for the write side (taking advantage of the Change Feed) 2) Azure...
> @deyanp I independently arrived at the same architecture you described (namely CosmosDB for writes and Azure Table Storage for denormalized views, changefeed duplication, and snapshots). I arrived here after...
@bartelink , neither sprocs nor anything else helps I am afraid. I need to update a **shared account balance** multiple times per second in parallel (e.g. 20x), and I cannot...
+1 but please consider also the case when instead of Controllers with Route attributes direct mapping is used (IEndpointRouteBuilder.MapPut, MapGet, MapMethods)
@AntyaDev , I have 2 additional questions: 1. If PsPingPlugin has multiple executions, should PingPlugin be left with only 1? 2. When you calculate the statistics for the actual load...
@iwilltry42 I have the same problem, and also in my case the config map does not have the host.k3d.internal injected, I have only `172.20.0.2 k3d-c2d-dev-k8s-server-0` my cluster is running (re-created...