You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/10/27 02:47:00 UTC

[GitHub] [servicecomb-java-chassis] little-cui commented on a change in pull request #2625: #SCB-2349 When the configuration center record is 0, when KIE is connected for the first time, the startup waiting time is 30 seconds

little-cui commented on a change in pull request #2625:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2625#discussion_r737060854



##########
File path: clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ConfigurationsRequest.java
##########
@@ -20,7 +20,7 @@
 import java.util.Map;
 
 public class ConfigurationsRequest implements Comparable<ConfigurationsRequest> {
-  public static final String INITIAL_REVISION = "0";
+  public static final String INITIAL_REVISION = "-1";

Review comment:
       Any UT?




-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org