lengshanwudi opened a new issue #2151: URL: https://github.com/apache/servicecomb-java-chassis/issues/2151
一个业务的请求流向为A-->B-->C 1、A服务调用B服务GET:v1/skill 接口,A服务在调用该接口前,调用如下方法在接口URI尾部拼接“skillName”字段,用于标识某类业务请求 ContextUtils.getInvocationContext().addContext(Constant.Trace.CONTEXT_APPEND_URL, skillName); 2、服务B处理完GET:v1/skill业务时,调用了C服务的GET:v1/user 接口。 问题:B、C服务的接口日志中均打印了GET:v1/user/skillName 接口,而不是GET:v1/user。这里接口日志是否应该传递拼接? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
