sijie commented on a change in pull request #531: Issue-530 BP-14 BP-14 Relax
Durability - protocol changes preview
URL: https://github.com/apache/bookkeeper/pull/531#discussion_r142500148
##########
File path: bookkeeper-server/src/main/proto/BookkeeperProtocol.proto
##########
@@ -111,6 +112,12 @@ message AddRequest {
required int64 entryId = 2;
required bytes masterKey = 3;
required bytes body = 4;
+
+ enum LedgerType {
Review comment:
can you move LedgerType out of AddRequest?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services