lhotari commented on PR #23378:
URL: https://github.com/apache/pulsar/pull/23378#issuecomment-2400615996

   > Pulsar uses implicit executor in many places, so often we are not sure who 
the executor is, as a result, this accident occurred, clarifying the executor 
is not a bad thing.
   
   It's very hard to be sure whether it had performance impacts. When an 
executor is defined, it will add extra overhead of queuing to the other 
executor and the extra thread switching overhead. It depends a lot on the 
situation whether this causes performance regressions or not.


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