Girtonnen
Girtonnen
CC#
Created by Girtonnen on 5/14/2024 in #help
Any tooling to help with "event carried state transfer" pattern?
https://martinfowler.com/articles/201701-event-driven.html Taking definition of "Event-Carried State Transfer" from this M.Fowler's article
3 replies
CC#
Created by Girtonnen on 5/14/2024 in #help
Any tooling to help with "event carried state transfer" pattern?
I can use message bus to listen to customer created/updated/deleted events, manually persist data in my service db. But I feel like there should be a standardized way of dealing with this, which would also help in case when customer entity is being extended and I need new customer property in downstream service. Or if I spin up new service, would like it to automatically deal with populating my customer "cache" in that new service... Or this tooling could verify that "caches" are indeed valid, and if not, fix them?
3 replies