Search before asking
Description
Now when worker ack or response, master will put this event into a eventQueue, and use a single thread to handle looply, see TaskResponseService.
I found that in performance test, it will consume event slower than produce.
So I think it can use thread pool to handle it parallel.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct