Claim Check Pattern
When your messages are too fat for the broker, store the payload elsewhere and send a lightweight reference instead. Read the full blog post for the story behind the pattern.
128 KB
1 KB256 KB512 KB
Enable Claim Check Pattern
1Producer sends the 128 KB payload to the broker.
2Broker acknowledges receipt.
3Consumer polls the broker for new messages.
4Broker delivers the full 128 KB payload to the consumer.
5Consumer acknowledges processing.
Found an issue or have an improvement? Drop me an email