You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "mattisonchao (via GitHub)" <gi...@apache.org> on 2023/08/01 10:54:05 UTC

[GitHub] [pulsar] mattisonchao commented on a diff in pull request #20909: [fix] [doc] Update BookKeeper metadataServiceUri doc

mattisonchao commented on code in PR #20909:
URL: https://github.com/apache/pulsar/pull/20909#discussion_r1280456755


##########
conf/bookkeeper.conf:
##########
@@ -644,8 +644,12 @@ diskCheckInterval=10000
 
 # Metadata service uri that bookkeeper uses for loading the corresponding metadata driver and resolving its metadata service location
 # Examples: 
-#  - metadataServiceUri=zk://my-zk-1:2181/ledgers
-#  - metadataServiceUri=etcd:http://my-etcd:2379
+#  - metadataServiceUri=zk+hierarchical://my-zk-1:2181/ledgers
+#  - metadataServiceUri=etcd+hierarchical:http://my-etcd:2379
+#  - metadataServiceUri=metadata-store:zk:my-zk-1:2281
+# If you use metadata-store configuration, you need to configure following items in JVM option:

Review Comment:
   ```suggestion
   # If you want to use the Apache Pulsar metadata-store driver, you need to configure the following items in the JVM option:
   ```



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