AlbumenJ commented on PR #11543:
URL: https://github.com/apache/dubbo/pull/11543#issuecomment-1439933698

   Change `getExecutorKey` to:
   ```java
       private String getExecutorKey(URL url) {
           if (CONSUMER_SIDE.equalsIgnoreCase(url.getParameter(SIDE_KEY))) {
               return CONSUMER_SHARED_EXECUTOR_SERVICE_COMPONENT_KEY;
           }
           return EXECUTOR_SERVICE_COMPONENT_KEY;
       }
   
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to