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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]