jerrypeng commented on a change in pull request #2923: Allow configuring extra dependencies directory for functions URL: https://github.com/apache/pulsar/pull/2923#discussion_r230571936
########## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java ########## @@ -123,6 +122,8 @@ private String javaInstanceJarLocation; private String pythonInstanceLocation; private String logDirectory; + // the directory for dropping extra function dependencies + private String extraFunctionDependenciesLocation; Review comment: Should we name 'extraFunctionDependenciesLocation' and 'extraFunctionDependenciesDir' the same? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services