The-Inevitable-Event-Centric-Book icon indicating copy to clipboard operation
The-Inevitable-Event-Centric-Book copied to clipboard

Some day, someone might write an authoritative book about this aspect. Let's call that inevitable book Event Centric as a placeholder title (this is a quote...)

Results 55 The-Inevitable-Event-Centric-Book issues
Sort by recently updated
recently updated
newest added

> Is there any resources you recommend to read for dealing with invariants that involve multiple streams? Thoughts:- - Do everything you possibly can to avoid needing so to do.

https://twitter.com/SKleanthous/status/1197272391304523776 https://github.com/cloudevents/spec/blob/master/spec.md See also #29 #33

- @MerrionComputing concurrency 🐊 - pessimistic: - checkout / checkin - optimistic locks - no concurrency - stream design - merge - deduplicate - Actor Model

There seem to be different usages of the word "consistent" (e.g. in "eventually consistent") but it might be helpful to define and differentiate the usages?

As in ... some call needs to be done to say a payment gateway Options: - Requested Patterns (@edblackburn or @MerrionComputing term, I like it )

A lot of business domains have processes that happen according to a calendar (or schedule). (For example where interest is accrued on a loan on say 6-monthly basis) For these...