When domain events are the "trigger", RESTful events can exist without an explicit "trigger" type of event. If you look at the payload, they are different, but sometimes one is used for the same purpose as the other, internally.
Lots of REST systems have ways to denote a deleted resource (e.g. `{ "data": null }`) and some event systems too (e.g. Kafka, empty body and length -1), so I don’t see why you need trigger events to handle deletion.
frankdejonge|4 years ago
morelisp|4 years ago