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/03/14 16:02:11 UTC

[GitHub] [pulsar] gaoran10 commented on a change in pull request #14542: [PIP-146] ManagedCursorInfo compression

gaoran10 commented on a change in pull request #14542:
URL: https://github.com/apache/pulsar/pull/14542#discussion_r826117143



##########
File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerFactoryConfig.java
##########
@@ -86,4 +86,9 @@
      * ManagedLedgerInfo compression type. If the compression type is null or invalid, don't compress data.
      */
     private String managedLedgerInfoCompressionType = MLDataFormats.CompressionType.NONE.name();
+
+    /**
+     * ManagedCursorInfo compression type. If the compression type is null or invalid, don't compress data.
+     */
+    private String managedCursorInfoCompressionType = MLDataFormats.CompressionType.NONE.name();

Review comment:
       Could we consider using a common configuration name for all metadata?




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