You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/12/30 12:51:46 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2179: RPC调用处理链问题咨询

liubao68 commented on issue #2179:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2179#issuecomment-752551263


   可以给不同服务配置不同的处理链:
   
   ```
   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
   ```


----------------------------------------------------------------
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:
users@infra.apache.org