谢斌

Results 4 comments of 谢斌

Hi @TeslaCN @Bean(initMethod = "init") public CoordinatorRegistryCenter zookeeperRegistryCenter() { ZookeeperConfiguration zkConfig = new ZookeeperConfiguration(zookeeperProperties.getServerLists(), zookeeperProperties.getNamespace()); zkConfig.setBaseSleepTimeMilliseconds(zookeeperProperties.getBaseSleepTimeMilliseconds()); zkConfig.setConnectionTimeoutMilliseconds(zookeeperProperties.getConnectionTimeoutMilliseconds()); zkConfig.setDigest(zookeeperProperties.getDigest()); zkConfig.setMaxRetries(zookeeperProperties.getMaxRetries()); zkConfig.setMaxSleepTimeMilliseconds(zookeeperProperties.getMaxSleepTimeMilliseconds()); zkConfig.setSessionTimeoutMilliseconds(zookeeperProperties.getSessionTimeoutMilliseconds()); CoordinatorRegistryCenter coordinatorRegistryCenter = new ZookeeperRegistryCenter(zkConfig); coordinatorRegistryCenter.init(); return coordinatorRegistryCenter; }...

![image](https://user-images.githubusercontent.com/14512197/129677824-98ad4bec-6127-40ea-b127-2c05794571e7.png) Hi, this is the log printed by my test. My task is to execute it every 5S. From the log, we can see that there are some differences in...

Hi, the red box in the figure shows the start time of each job execution. By comparing each time, we can see that there is a difference between each execution...

OK, please see the screenshot of my code as follows. ![image](https://user-images.githubusercontent.com/14512197/129817664-99eef5bd-faa4-4767-88c8-0630ae9e328c.png) ![image](https://user-images.githubusercontent.com/14512197/129817709-e7d91c41-e065-4303-bc41-bdba303d4f5b.png)