lhotari opened a new pull request, #4266:
URL: https://github.com/apache/bookkeeper/pull/4266

   ### Motivation
   
   - The http handler implementations in Bookkeeper aren't necessarily 
non-blocking. That's why they should be executed on the blocking thread pool in 
vertx.
   
   
   ### Changes
   
   Executing on blocking thread pool in vertx can be achieved by registering 
the handlers using the `blockingHandler` method instead of the `handler` method.


-- 
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]

Reply via email to