Skip to content

Concurrent requests for blocking reactive routes is limited by quarkus.vertx.event-loops-pool-size #10292

@timoesk

Description

@timoesk

Describe the bug

Concurrent requests for blocking reactive routes is limited by quarkus.vertx.event-loops-pool-size

Expected behavior

Concurrent requests for blocking reactive routes should be limited by quarkus.vertx.worker-pool-size

Actual behavior

When a blocking route is created with the the Route annotation.

@Route(path = "/blocking-with-annotation", methods = HttpMethod.GET, type = Route.HandlerType.BLOCKING)

Then the concurrent HTTP requests are limited by the number of event loops.

To Reproduce

See ReactiveRoutesTest.java in:

https://github.com/timoesk/quarkus-reactive-routes-issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions