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 2021/11/19 15:54:33 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #12776: [metadata] Add RocksdbMetadataStore

codelipenghui commented on a change in pull request #12776:
URL: https://github.com/apache/pulsar/pull/12776#discussion_r753316997



##########
File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -324,6 +324,12 @@
     )
     private long topicLoadTimeoutSeconds = 60;
 
+    @FieldContext(
+            category = CATEGORY_SERVER,
+            doc = "Configuration file path for local metadata store. It's supported by RocksdbMetadataStore for now."
+    )
+    private String metadataStoreConfigPath = null;

Review comment:
       ```suggestion
       private String rocksDbMetadataStorePath = null;
   ```
   
   WDYT @merlimat 




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