liubao68 commented on code in PR #3251:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/3251#discussion_r934162870
##########
handlers/handler-flowcontrol-qps/src/main/java/org/apache/servicecomb/qps/QpsControllerManager.java:
##########
@@ -167,6 +167,13 @@ private boolean keyMatch(String configKey, Entry<String,
AbstractQpsStrategy> co
|| controllerEntry.getKey().startsWith(configKey + SEPARATOR);
}
+ /**
+ * Determine whether the micro-service level is ANY during dynamic
configuration
+ */
+ private boolean isConfigKeyContainsANY(String configKey){
+ return configKey.contains("ANY");
Review Comment:
see Config.ANY_SERVICE
--
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]