Anonymitaet commented on code in PR #542:
URL: https://github.com/apache/pulsar-site/pull/542#discussion_r1178633867


##########
docs/functions-deploy-cluster-builtin.md:
##########
@@ -14,3 +14,15 @@ bin/pulsar-admin functions create \
   --inputs persistent://public/default/input-1 \
   --output persistent://public/default/output-1
 ```
+
+To get the list of available built-in Functions, use the `available-functions` 
command:
+
+```bash
+bin/pulsar-admin functions available-functions
+```
+
+If you add or delete a nar file in a `functions` folder, reload the available 
built-in functions before using it.

Review Comment:
   ```suggestion
   If you add or delete a NAR file in a `functions` folder, reload the 
available built-in functions before using it.
   ```



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

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to