Anonymitaet commented on a change in pull request #11810:
URL: https://github.com/apache/pulsar/pull/11810#discussion_r697129968
##########
File path: site2/docs/functions-deploy.md
##########
@@ -154,6 +154,25 @@ $ bin/pulsar-admin functions create \
> #### Resources are *per instance*
> The resources that you apply to a given Pulsar Function are applied to each
> instance of the function. For example, if you apply 8 GB of RAM to a
> function with a parallelism of 5, you are applying 40 GB of RAM for the
> function in total. Make sure that you take the parallelism (the number of
> instances) factor into your resource calculations.
+### Use [Package management service](admin-api-packages.md)
+
+Package management enables version management and simplifies the upgrade and
rollback processes for Functions, Sinks, and Sources. When you use the same
function, sink and source in different namespaces, you can upload them to a
common package management system.
+
+To use Package management service, please ensure that the package management
service has been enabled in your cluster by setting following properties in
`broker.conf`.
Review comment:
```suggestion
To use [Package management service](admin-api-packages.md), ensure that the
package management service has been enabled in your cluster by setting the
following properties in `broker.conf`.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]