yhs0092 opened a new issue #2443: URL: https://github.com/apache/servicecomb-java-chassis/issues/2443
consumer会在`InvocationContext`中设置`x-cse-src-microservice`来标识自己的微服务名. 但是这个设置机制没有区分同应用调用和跨应用调用, 导致跨应用调用场景下, `x-cse-src-microservice`键的值仍然是只有微服务名称的, **而不是**`<APPLICATION_ID>:<微服务名>`的格式. 这会导致用户配置provider端限流等涉及provider感知consumer微服务名的场景, 用户体验不一致. 即跨应用调用场景下, 有些配置下需要给微服务名加上APPLICATION_ID前缀, 有些配置又不能加. -- 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]
