Ruben Bartelink

Results 214 comments of Ruben Bartelink

Another approach might be to wrap it like this: https://stackoverflow.com/a/33942013/11635 There's an evolution of that [with expiration semantics](https://github.com/jet/equinox/blob/master/src/Equinox.Core/AsyncCacheCell.fs#L36) too (there are some tests if one wanted to port it to...

I'd like to see the benchmark verify this against an appropriate baseline - if this is going to be done, it should run like nothing else out there

Semi-related feature request: https://github.com/JamesNK/Newtonsoft.Json/issues/2039

I definitely agree with not having tricks around tuples - they're a recipe for confusion, and once you've used a construct with surprising serialization behavior in stored form, you're stuck...

As someone who as spent significant time implementing and tuning CosmosDb support for another system with CosmosDb Event Storage ([Equinox](https://github.com/jet/equinox)), I'd strongly advise against considering a 'trivial' event-as-a-document implementation -...

One thing to bear in mind is that STJ doesnt necessary have 100% compatibility with json.net conventions and doesn't honor json.net Converters that one might be reliant on. The choice...

Make a room in the DDD-CQRS-ES slack; suggest discussion questions be asked there (it also has a general and a eventsourcing place where general "how do I model this kinda...

Here's an [invite link](https://t.co/MRxpx0rLH2) (NB These things expire so search up invite link ddd-cqrs-es if that's the case)

@FinalFortune [replenishing repo](https://github.com/ddd-cqrs-es/slack-community/pull/5) with [updated](http://j.mp/ddd-es-cqrs) link now. Thanks for the heads up. The eventflow room has not seen much traffic in recent times, but the DDD-CQRS-ES slack as a whole...

Regarding Metrics, there's very good metrics for both Equinox and Propulsion via a Grafana dashboard on Prometheus in https://github.com/jet/dotnet-templates/pull/100 There's some wiring missing in Equinox.EventStore, i.e. an Equinox.EventStore.Prometheus but it...