You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/05/07 01:18:43 UTC

[GitHub] [bookkeeper] merlimat commented on a change in pull request #2708: BookKeeper-Client config to write ledger metadata with configured version

merlimat commented on a change in pull request #2708:
URL: https://github.com/apache/bookkeeper/pull/2708#discussion_r627861608



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java
##########
@@ -440,6 +441,25 @@ public String getLedgerManagerFactoryClassName() {
         return getString(LEDGER_MANAGER_FACTORY_CLASS);
     }
 
+    /**
+     * Set Ledger metadata format version.
+     *
+     * @param metadataFormatVersion
+     *          Ledger metadata format version. pass -1 to use default version
+     */
+    public void SetLedgerMetadataFormatVersion(int metadataFormatVersion) {

Review comment:
       ```suggestion
       public void setLedgerMetadataFormatVersion(int metadataFormatVersion) {
   ```




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

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