merlimat opened a new pull request, #16183:
URL: https://github.com/apache/pulsar/pull/16183

   ### Motivation
   
   `ExecutorService.submit()` creates and returns a `Future` object which is 
triggered when the task is complete. If we're not checking that future, we can 
use `execute()` instead which avoids the creation of the future.


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