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