dongzl commented on a change in pull request #4109: persist SchemaNames for 
getChildren.
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4109#discussion_r373339376
 
 

 ##########
 File path: 
sharding-orchestration/sharding-orchestration-center/sharding-orchestration-center-nacos/src/main/java/org/apache/shardingsphere/orchestration/center/instance/NacosConfigInstance.java
 ##########
 @@ -32,14 +30,18 @@
 import 
org.apache.shardingsphere.orchestration.center.listener.DataChangedEvent;
 import 
org.apache.shardingsphere.orchestration.center.listener.DataChangedEventListener;
 
+import java.util.List;
+import java.util.Properties;
+import java.util.concurrent.Executor;
+
 /**
  * The nacos instance for ConfigCenter.
  *
  * @author huangjian
  * @author sunbufu
  */
 @Slf4j
-public class NacosInstance implements ConfigCenter {
+public class NacosConfigInstance implements ConfigCenter {
 
 Review comment:
   the same to above.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to