merlimat opened a new pull request, #3835: URL: https://github.com/apache/bookkeeper/pull/3835
### Motivation This is just a preparatory refactoring change. The final goal is to streamline the send-response path from Journal to the client connections. We're now passing the Netty Channel object as context for the requests, though that prevents us from adding more state and logic when tracking back to the original connection. Instead, we can pass `BookieRequestHandler` where we can potentially add new fields. -- 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]
