[Bug]: executeBlocking is executed with ordered=true by default #290
Labels
bug
Something isn't working
needs triage
This issue needs to be investigated and confirmed as a valid
Is there an existing issue for this?
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
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: