karanmehta93 commented on issue #2182: Add API for Bookie checksum verification writeFlags URL: https://github.com/apache/bookkeeper/pull/2182#issuecomment-547062494 So if I understand this correctly, we _should_ copy over a writeFlag class to server side, have only 2 flags at the client level. Since the server uses `getWriteFlags()` method to get a list of flags, we would still need those enum types on the server that map to the exact digest types. Another option is that I split over this method, and create separate methods that return different portions of write flag, boolean in case of `DEFERRED_SYNC` and an integer for digestType. Is that something you would like to do?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
