EarthChen commented on issue #9342:
URL: https://github.com/apache/dubbo/issues/9342#issuecomment-985386276


   @yl-yue
   - tri 协议由于使用了 pb 序列化,对异常的序列化支持不好,同时对于异常使用了 http2的 header 进行传输,header 
的大小有限制,不能够将异常进行序列化放入 header 中,故不支持完整的异常重放。
   - 由于 http2 header 的限制,内容只支持 AsciiString,对于其他编码建议进行 base64后放入 header
   - 如果想实现上述功能,建议参考 #8363
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to