merlimat opened a new pull request, #16115: URL: https://github.com/apache/pulsar/pull/16115
### Motivation The `topicOrderedExecutor` is labeled as an `OrderedExecutor` although it gets instantiated as an `OrderedScheduler`. `OrderedScheduler` is a super-set of `OrderedExecutor` which includes methods to scheduled delayed task and it has a much higher overhead per task since it has to keep a priority queue. We should always use `OrderedExecutor` if we don't need to schedule delayed tasks. -- 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]
