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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to