mz0113 commented on issue #10545: URL: https://github.com/apache/dubbo/issues/10545#issuecomment-1238903823
> 请问一下,你的异常为什么是个 json 呢?如果是自定义的字符串 这边建议用 attachment 进行传输,走 filter 进行抛出 按照你的建议 , 我在服务端的filter里面将appResponse值改写 , 将exception放到了value里面 , 然后exception字段置空, 消费端filter再将value放到exceotion字段中,目前可以正常工作了 -- 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]
