Ruben Bartelink

Results 214 comments of Ruben Bartelink

~The `Equinox.Templates` template for `dotnet new` will likely gain a backoff function for read/append retries. When that's done, including wiring for putting the backoff into resync will likely make sense...

See also #263 - similar considerations make me not want to expose it until someone has a use case that we can't provide a clean workaround for

Sample time reductions / throughput improvements over 5m: - 16 handler instances, 9m - throughput 77678 CPU/m(x100ms) (9, 8, 8, 7, 7, 7, 8, 6, 7) original to (3, 3,...

Assorted asides and red herrings: - Re F# Json.NET converters: https://github.com/jet/Jet.JsonNet.Converters is in active use and works - some people seem to want things more complex by adding tuple converters...

Remember CosmosDb ultimately wants json though - if you don't have that, you need to e.g. base64 it. The problem with 'just' using a `string` is that the content is...

Hi, Apologies for not responding earlier (I only saw this yesterday) I'm the curator of a lot of the stuff in the Equinox repo (and critically for this discussion, the...

I have no objection to you doing as you see fit with my words. On occasion I transcribe Slack comments from [the DDD-CQRS-ES slack](https://github.com/ddd-cqrs-es/slack-community] with light editing and feed them...

As highlighted by #74, having a test scenario which runs >1 streams scheduler should be covered in the acceptance test for the feature

There's an impl in [`dotnet-templates`' `eqxShipping` sample](https://github.com/jet/dotnet-templates/blob/237e1586902b691b8e79f6c14c73faf2b12d89cb/equinox-shipping/Watchdog.Integration/PropulsionInfrastructure.fs#L16) - this can be packaged into `Propulsion.MemoryStore` when it's been validated in more scenarios

Slight tangent but... I'd be interested to see how you represent the events and/or manage efficient idempotent writing to azure tables (the thing termed 'changefeed duplication' above) I suspect that...