This commit is contained in:
2026-05-22 10:53:55 +07:00
parent 6da7708e72
commit 0c9aebdd37
2 changed files with 1 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ msghandler addresses the challenge of cross-platform data exchange between **Jul
- File server integration using Claim-Check pattern
- Multi-payload support with mixed types in single message
- Exponential backoff for reliable file downloads
- Correlation ID propagation for message tracing
- Correlation ID propagation for message tracing
**Out of Scope**:
- Message compression (adds complexity without clear benefit)

View File

@@ -36,8 +36,6 @@ This walkthrough serves as the primary onboarding guide for new developers and e
## 2. Overview: The Big Picture
## 2. Overview: The Big Picture
msghandler implements the **Claim-Check pattern** for efficient handling of large payloads (>0.5MB):
```mermaid