-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returing a file from Quarkus REST endpoint with Uni
leads to Vert.x error now that Vert.x Pump was replaced
#45627
Labels
Milestone
Comments
cc @geoand |
Thanks, I'll have a look |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jan 16, 2025
#45630 fixes the issue |
thanks for quick fix |
Thanks for spotting the issue! |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jan 21, 2025
Fixes: quarkusio#45627 (cherry picked from commit 30ee339)
carlesarnal
pushed a commit
to carlesarnal/quarkus
that referenced
this issue
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have a REST endpoint like this:
After #45538 my request to this endpoint hangs.
Expected behavior
Works.
Actual behavior
Request hangs and following error is logged:
How to Reproduce?
Steps to reproduce the behavior:
git clone git@github.com:quarkus-qe/quarkus-test-suite.git
cd quarkus-test-suite/http/rest-client-reactive
mvn clean verify -Dit.test=LargeFileHandlingIT
Output of
uname -a
orver
Fedora 41
Output of
java -version
Temurin 21 and 17
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: