Claim check pattern By David Boyne

Claim check pattern By David Boyne

Claim check pattern

Sometimes you may want to store information first, and then send message downstream to consumers. This allows you to offload data or large events into a database and then send lighter events downstream.

An example use-case of this pattern would be to send large payloads (exceeding your event broker limits) to downstream consumers. First you store, then you use the key downstream to get the information back from the database.

Extra resources

Download EDA Visuals

Join over 8,000 others learning EDA and download all the EDA visuals directly to your computer. This document updates everytime a new visual is added so make sure you come back to get the latest.

Download now →
Diagrams and thoughts by @boyney123 to help you learn.