liubao68 commented on code in PR #3288:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/3288#discussion_r949262980


##########
clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ConfigurationsRequestFactory.java:
##########
@@ -67,6 +74,16 @@ private static ConfigurationsRequest 
createServiceConfigurationsRequest(KieConfi
             buildLabelQueryItem(KEY_ENVIRONMENT, 
configuration.getEnvironment())));
   }
 
+  private static ConfigurationsRequest 
createInstanceConfigurationsRequest(KieConfiguration configuration) {
+    return new ConfigurationsRequest()

Review Comment:
   createServiceVersionConfigurationsRequest



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

Reply via email to