hangc0276 opened a new pull request, #3197: URL: https://github.com/apache/bookkeeper/pull/3197
### Motivation Define the interface and contract for entrylogger. This is mostly taking the entrylogger methods used by other components and prettying them up a bit. ### Notable Changes - Abstract `EntryLoggerIface` and `CompactionEntryLog` interface. Provide common interface for read/write entries and entry log compaction. - Put the `EntryLogScanner` interface out of EntryLogger class - shutdown has been renamed to close. - the compaction entrylog methods have been put behind the `CompactionEntryLog` interface. Sub task of https://github.com/apache/bookkeeper/pull/2932 -- 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]
