AlbumenJ commented on issue #11657: URL: https://github.com/apache/dubbo/issues/11657#issuecomment-1446177491
`RpcContext ` is not design for `Filter` developers. All context operation in `Filter` should base on `Invocation` and `Response`. If we support change `RpcContext` in `Filter`, achieving synchronization between `RpcContext.clientAttachment` and `Invocation` would be complex and inefficient. -- 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]
