From 0c9aebdd37aa0730839f0e556b70d441309d75cc Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 22 May 2026 10:53:55 +0700 Subject: [PATCH] update --- docs/solution-design.md | 2 +- docs/walkthrough.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/solution-design.md b/docs/solution-design.md index fb0ffd7..3b5ed00 100644 --- a/docs/solution-design.md +++ b/docs/solution-design.md @@ -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) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 6abd6a9..a3c83bb 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -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