huangdong-new commented on issue #2179: URL: https://github.com/apache/servicecomb-java-chassis/issues/2179#issuecomment-752821578
> 可以给不同服务配置不同的处理链: > > ``` > servicecomb: > handler: > chain: > Consumer: > default: internalAccess,auth,qps-flowcontrol-consumer,loadbalance > service: > authentication-server: internalAccess,qps-flowcontrol-consumer,loadbalance > authentication-client: internalAccess,qps-flowcontrol-consumer,loadbalance > ``` 外部访问 ==> EDGE处理链 ==> 后端服务,这个流程OK。 现在的问题是,EDGE处理链的业务逻辑中需要访问后端服务获取信息,EDGE处理链中访问后端服务不需要再走cosumer自定义处理链,要如何规避? 我当前的处理逻辑是判断invocation中endpoint是否为null,为null则不执行该自定义处理链。 ---------------------------------------------------------------- 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]
