Skip to content
#

claim-check-pattern

Here are 5 public repositories matching this topic...

Language: All
Filter by language

Cloud-agnostic Claim Check pattern for Go. Offload large messages to blob storage (S3/GCS) while sending lightweight pointers via Pub/Sub (Kafka/RabbitMQ). Powered by Go CDK. Pluggable serialization and compression via an extensible Transformer interface (bring-your-own encryption), plus rich metadata (checksums, size, counts).

  • Updated Jul 4, 2026
  • Go

This project implements the Claim Check pattern to handle large payloads. Instead of sending heavy data via message bus, it stores the content in Azure Blob Storage and sends a reference (URI) to the consumer. This optimizes performance, reduces messaging costs, and bypasses provider size limits.

  • Updated Mar 14, 2026
  • HCL

Add this topic to your repo

To associate your repository with the claim-check-pattern topic, visit your repo's landing page and select "manage topics."

Learn more