From b2a574bcfa32e5119505760b6729334489b5d6cb Mon Sep 17 00:00:00 2001 From: "yuxuan.wang1" Date: Thu, 9 Oct 2025 14:58:14 +0800 Subject: [PATCH] fix: wrong ttstream doc paths in kitex release doc --- content/en/blog/releases/Kitex/release-v0_15_1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/releases/Kitex/release-v0_15_1.md b/content/en/blog/releases/Kitex/release-v0_15_1.md index 609f111afa..3b0ca52f4b 100644 --- a/content/en/blog/releases/Kitex/release-v0_15_1.md +++ b/content/en/blog/releases/Kitex/release-v0_15_1.md @@ -29,13 +29,13 @@ description: > 4. **TTHeader Streaming: Support for ctx Cancel to Control Flow Lifecycle** - Quickly terminate streaming calls, saving model resources - - Aligns with gRPC, for detailed usage see [Stream Lifecycle Control Best Practices](/docs/kitex/tutorials/basic-feature/streamx/StreamX_Lifecycle_Control) + - Aligns with gRPC, for detailed usage see [Stream Lifecycle Control Best Practices](/docs/kitex/tutorials/basic-feature/streamx/streamx_lifecycle_control) - Supports Client actively invoking cancel to end streaming calls - Supports Client sensing the ctx cancel signal of the current Handler and cascading to end streaming calls 5. **Streaming Error Handling Optimization** - - Quickly address specific error scenarios, accelerate troubleshooting of cascade cancel link issues, see [Stream Error Handling Best Practices](/docs/kitex/tutorials/basic-feature/streamx/StreamX_Error_Handling) for details + - Quickly address specific error scenarios, accelerate troubleshooting of cascade cancel link issues, see [Stream Error Handling Best Practices](/docs/kitex/tutorials/basic-feature/streamx/streamx_error_handling) for details - In cascade cancel scenarios, error description includes complete cancel link, quickly locating the first-hop service that actively cancels - Error description includes specific error scenarios and corresponding unique error codes - Unified and convenient cancel error handling method, eliminating the need for cumbersome string matching