YangruiEmma

Results 80 comments of YangruiEmma

you'd better check the compile error code and provide more detailed info, it should not happen

有请求才会执行MetaHandler

谢谢 @cqqqq777 的回复,@xu756 ErrorHandler 只有rpc error(认定为此次rpc请求失败的异常,不包括 biz error)才会执行,biz error是业务层面定义的状态信息,不算rpc失败。你应该如 @cqqqq777 所说使用了业务异常,所以ErrorHandler没有输出。 - ErrorHandler 用于基于kitex对异常规范结合自己的需求进行定制,主要框架的封装开发者使用,见 https://www.cloudwego.io/zh/docs/kitex/tutorials/advanced-feature/error_handler/ - 业务异常:用于微服务开发者,自定义业务上的失败,比如handler里有发起了redis请求但失败了,返回一个状态给client,但从rpc层面来说这是正常的,只是告知client handler的异常状态

> windows 不支持WithMuxTransport() @zhangsilly 是的,windows 下目前是 fallback 到 go net,对 mux 不支持

好的,有应用场景的话会排期支持,后续进展会在这里同步

@ZUOLI11111111 Thanks, I assign to you, could you please give your solution first ;)

@jkskj After discussion, the necessity of this change is not significant. The "remote" in the error msg can distinguish whether it is an error on the server-side or the local-side