You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
https://github.com/rmh78/quarkus-performance/blob/master/demo-quarkus/src/main/java/de/harald/test/demo/WelcomeResource.java should use a NonBlocking annotation in the endpoint because the computed return value is not "async" and the Quarkus ergonomic will handoff it to a blocking thread pool (and back to the event loop), more suitable for blocking operations e.g. hibernate queries.
Both peak throughout and memory usage will change dramatically
The text was updated successfully, but these errors were encountered: