sijie commented on a change in pull request #8781:
URL: https://github.com/apache/pulsar/pull/8781#discussion_r539032809



##########
File path: 
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/Worker.java
##########
@@ -59,6 +59,7 @@
     private GlobalZooKeeperCache globalZkCache;
     private ConfigurationCacheService configurationCacheService;
     private final ErrorNotifier errorNotifier;
+    private static boolean isInitialDlogMetadataByPulsarTool = false;

Review comment:
       How is this flag set?

##########
File path: 
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/Worker.java
##########
@@ -82,7 +83,11 @@ protected void start() throws Exception {
         }
     }
 
-    private static URI initialize(WorkerConfig workerConfig)
+    public static void setEnableInitialDlogMetadataByPulsarTool(boolean 
enable) {

Review comment:
       How is this method used?




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


Reply via email to