gaoran10 commented on a change in pull request #11490:
URL: https://github.com/apache/pulsar/pull/11490#discussion_r680173505
##########
File path: managed-ledger/src/main/proto/MLDataFormats.proto
##########
@@ -124,3 +124,8 @@ message ManagedCursorInfo {
// Store which index in the batch message has been deleted
repeated BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 7;
}
+
+message ManagedLedgerInfoMetadata {
+ required string compressionType = 1;
Review comment:
The `CompressionType` in the `PulsarApi.proto`, if we want to use the
enum `CompressionType`, we need import `PulsarApi.proto`, maybe we could use
`string` type here?
--
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]