zymap opened a new pull request #2742: URL: https://github.com/apache/bookkeeper/pull/2742
### Motivation Make the FileChannel in the JournalChannel can use different implement. We found we can use [pmemstore](https://github.com/4paradigm/pmemstore) as the JournalChannel read from. So abstract the FileChannel in the JournnalChannel to make us can have a different implementation. ### Changes - Add interface for supporting implement different FileChannel This PR doesn't introduce any new things in the code. So make sure it can pass the CI -- 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]
