srkukarni commented on a change in pull request #1657: Document default values 
for Pulsar Functions
URL: https://github.com/apache/incubator-pulsar/pull/1657#discussion_r184544505
 
 

 ##########
 File path: site/docs/latest/functions/api.md
 ##########
 @@ -45,10 +45,14 @@ Deploying Pulsar Functions is handled by the 
[`pulsar-admin`](../../reference/Cl
 
 ```bash
 $ bin/pulsar-admin functions localrun \
-  --py sanitizer.py \
-  --className sanitizer \
-  --tenant sample \
-  --namespace ns1
+  --py sanitizer.py \          # The Python file with the function's code
+  --className sanitizer \      # The class or function holding the processing 
logic
+  --tenant sample \            # The function's tenant ("public" by default)
 
 Review comment:
   By default the tenant/namespace takes the input topic names 
tenant/namespace(atleast in the current code)

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to