ylorph

Results 102 comments of ylorph

List of options : * Big Fat Aggregate (a serialization boundary) * Duplicate detection + resolution / compensations strategies * reservation patterns http://codebetter.com/gregyoung/2010/08/12/eventual-consistency-and-set-validation/

@johnbywater > This "only write to a single stream" rule might be a That rule is more a guiding principle to avoid shooting oneself in the foot since most event...

Both right ;-) https://www.enterpriseintegrationpatterns.com/patterns/messaging/EnvelopeWrapper.html

Makes me think of what biztalk (!) did with "promoted properties" , they were attributes in the messages that could be used anywhere in the processing pipeline of biztalk (routing,...

or FlashCard (suggested by @MerrionComputing )

@MerrionComputing ^ It's also one of the point of #47

Not necessarily infra , it's always dependent on the type of process behind the scene, => think of web sites where you reserve a spot & they tell you at...

note to self : discussion with @skleanthous as well as some pointers he provided : https://github.com/ylorph/RandomThoughts/pull/5 https://jepsen.io/consistency https://blog.acolyer.org/2014/11/07/highly-available-transactions-virtues-and-limitations/ http://www.vldb.org/pvldb/vol7/p181-bailis.pdf https://arxiv.org/pdf/1512.00168.pdf

Seems vite v2.9.15 break the dev experience on windows . In the docs directory ``` yarn install yarn dev ``` The browser just has a blank page. I suspect it's...

- Fix by running the scavenge on the follower - Fix by updating the checkpoint to the new value in the error message. - how to detect -> read the...