Ben Brandt
Ben Brandt
> its important that the catalog that stored the outbox data does not use snapshot isolation @ramonsmits Do you have any details or background for why these options are not...
Thanks! I am realizing today that I knew less about snapshot isolation than I had thought. This issue is specifically targeted at the Outbox Pessimistic locking [enabled like this](https://docs.particular.net/persistence/sql/outbox#concurrency-control-pessimistic-concurrency-control): ```csharp...
Handled in Azure with #31. @jackie-ob Can you update this Issue to only be for updating the GCP templates? I did not modify GCP as I have no way to...
@jackie-ob ## This is the testing I've done: * Create, delete, and create a cluster using this script about 3-4 times. * Passed testing * Change variables for argo and...
@polomani Would this first have to be implemented server-side on CDF?
Examples: https://stackoverflow.com/a/67317050/5167537 https://martendb.io/documents/querying/linq/async-enumerable.html
My completely untested attempt in my layer wrapping the Cognite SDK: ```csharp public static async IAsyncEnumerable AsAsyncEnumerable( Func listAsync, TQuery query, [EnumeratorCancellation] CancellationToken token) where TQuery : CursorQueryBase { var...
Thanks for the tag, @polomani. Can you give a bit more detail around what would be expected from a PR from the community? Does the implementation need to follow the...