gaoran10 commented on a change in pull request #11490:
URL: https://github.com/apache/pulsar/pull/11490#discussion_r680175324
##########
File path:
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerFactoryConfig.java
##########
@@ -75,4 +75,9 @@
* cluster name for prometheus stats
*/
private String clusterName;
+
+ /**
+ * ManagedLedgerInfo compression type. If the compression type is null or
invalid, don't compress data.
+ */
+ private String managedLedgerInfoCompressionType = null;
Review comment:
Using the configuration `managedLedgerInfoCompressionType` of the
`ServiceConfiguration` to set this field, maybe we could convert `String` to
`ComprssionType` in `MetaStoreImpl`.
--
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]