gudelian941 commented on code in PR #3377:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/3377#discussion_r991716132
##########
governance/src/main/java/org/apache/servicecomb/governance/marker/RequestProcessor.java:
##########
@@ -103,4 +115,68 @@ private boolean operatorMatch(String str, RawOperator
rawOperator) {
}
return true;
}
+
+ private boolean customMatch(GovernanceRequest request, Matcher matcher) {
Review Comment:
done
##########
governance/src/main/java/org/apache/servicecomb/governance/utils/CustomMatch.java:
##########
@@ -0,0 +1,9 @@
+package org.apache.servicecomb.governance.utils;
Review Comment:
done
--
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]