liubao68 commented on code in PR #3288:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/3288#discussion_r947656494
##########
clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ConfigurationsRequestFactory.java:
##########
@@ -30,12 +30,16 @@ public class ConfigurationsRequestFactory {
private static final String KEY_SERVICE = "service";
+ private static final String KEY_INSTANCE = "version";
+
private static final int SERVICE_ORDER = 100;
private static final int APP_ORDER = 200;
private static final int CUSTOM_ORDER = 300;
+ private static final int INSTANCE_ORDER = 400;
Review Comment:
order should less than SERVICE_ORDER
--
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]