You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/10 07:27:58 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #15521: [doc] Add a note of enabled package management on admin-api-packages page

momo-jun commented on code in PR #15521:
URL: https://github.com/apache/pulsar/pull/15521#discussion_r868906112


##########
site2/docs/admin-api-packages.md:
##########
@@ -60,7 +60,18 @@ source://my-tenant/my-ns/mysql-cdc-source@2.3
 
 ## Package management in Pulsar
 
-You can use the command line tools, REST API, or the Java client to manage your package resources in Pulsar. More specifically, you can use these tools to [upload](#upload-a-package), [download](#download-a-package), and [delete](#delete-a-package) a package, [get the metadata](#get-the-metadata-of-a-package) and [update the metadata](#update-the-metadata-of-a-package) of a package, [get the versions](#list-all-versions-of-a-package) of a package, and [get all packages of a specific type under a namespace](#list-all-packages-of-a-specific-type-under-a-namespace).  
+You can use the command line tools, REST API, or the Java client to manage your package resources in Pulsar. More specifically, you can use these tools to [upload](#upload-a-package), [download](#download-a-package), and [delete](#delete-a-package) a package, [get the metadata](#get-the-metadata-of-a-package) and [update the metadata](#update-the-metadata-of-a-package) of a package, [get the versions](#list-all-versions-of-a-package) of a package, and [get all packages of a specific type under a namespace](#list-all-packages-of-a-specific-type-under-a-namespace).
+
+To use Package management service, ensure that the package management service has been enabled in your cluster by setting the following properties in broker.conf.

Review Comment:
   ```suggestion
   To use package management service, 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: commits-unsubscribe@pulsar.apache.org

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