top | item 30402149

(no title)

virtualbluesky | 4 years ago

As "restful events" can't exist without "trigger events" to communicate deletion, the categories aren't really separable?

discuss

order

frankdejonge|4 years ago

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.

morelisp|4 years ago

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.