snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Using quarkus-rest-client-reactive-jackson on rest-client-quickstart blocks when Uni is returned #312

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug

When taking https://github.com/quarkusio/quarkus-quickstarts/tree/main/rest-client-quickstart and using quarkus-resteasy-reactive-jackson and quarkus-rest-client-reactive-jackson instead of the original RESTEasy and rest-client dependencies (and also substituting @PathParam for @RestPath), then running

mvn test -Dtest=CountriesResourceTest#testCountryNameMutinyEndpoint

results in a timeout exception that seems to be due to the underlying implementation of the client attempting to use blocking IO


https://github.com/quarkusio/quarkus/issues/16148


$upstream:16148$