XnLemon opened a new pull request, #3579:
URL: https://github.com/apache/dubbo-go/pull/3579

   ### Description
   
   Fixes #3557.
   
   Preserve request context across metadata RPC, REST, JSON-RPC, proxy, and 
`RPCInvocation` flows. This prevents cancellation, deadlines, tracing values, 
and context attachments from being lost when a new `context.Background()` is 
created.
   
   Added regression tests for metadata v1/v2, REST, JSON-RPC, and invocation 
context propagation.
   
   
   修复 metadata RPC、REST、JSON-RPC、proxy 和 `RPCInvocation` 链路中的 context 
丢失问题,确保取消信号、超时、deadline、tracing 信息及 context attachment 能够继续传递。
   
   新增 metadata v1/v2、REST、JSON-RPC 和 invocation context 传播的回归测试。
   
   ### Checklist
   
   - [x] I confirm the target branch is `develop`
   - [x] Code has passed local testing
   - [x] I have added tests that prove my fix is effective or that my feature 
works
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to