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
While profiling our quarkus application, which using RestEasy reactive rest client, I have noticed it is recording thread stacks.
Checked the code but unfortunately there is no option to disable this feature.
I fear this is degrading performance for the client.
Description
Hi,
While profiling our quarkus application, which using RestEasy reactive rest client, I have noticed it is recording thread stacks.
Checked the code but unfortunately there is no option to disable this feature.
I fear this is degrading performance for the client.
Involved classes:
Implementation ideas
There should be an option to disable this feature, for performance demanding applications this is crucial.
The text was updated successfully, but these errors were encountered: