jerrypeng commented on a change in pull request #3980: fix: bug when function 
auth is not enabled
URL: https://github.com/apache/pulsar/pull/3980#discussion_r272281927
 
 

 ##########
 File path: 
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/FunctionActioner.java
 ##########
 @@ -153,9 +153,13 @@ RuntimeSpawner getRuntimeSpawner(Function.Instance 
instance, String packageFile)
         int instanceId = instance.getInstanceId();
 
         FunctionDetails.Builder functionDetailsBuilder = 
FunctionDetails.newBuilder(functionMetaData.getFunctionDetails());
+        
 
 Review comment:
   I can do that

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