The Claim-Check Pattern (reference-based messaging)
The Claim-Check pattern, or Reference-Based Messaging, is a pattern where we split a large message into a claim check and a payload. The claim check is sent to our message broker and the payload will be stored in an external data store.
This pattern ...
willvelida.hashnode.dev4 min read