[Bug]: executeBlocking is executed with ordered=true by default
Opened this issue · 0 comments
pk-work commented
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Two years ago executeBlocking got a new default value: ordered = true [1]. We now saw in one of our Quarkus apps, that this has massive performance issues. So if ordered = false is possible, we should use it.
[1] eclipse-vertx/vert.x@87004b7
Expected Behavior
My suggestion is to modify AsyncHelper in a way, that ordered = false will be used, or is at least the default value.
Steps To Reproduce
No response
Environment
- OS:
- Java:
- NeonBee:Relevant log output
No response
Anything else?
No response