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
The logging on every call takes a lot of time. Doing 10,000 request responses of static text "OK" takes 1.8426/ms per request which is abysmal for a 2 byte package. I see no clear options to disable this. If there is already a way to disable please let me know.
Expected Behavior
Ability to turn off logging
Actual Behavior
No ability to turn off logging (that I can see)
Steps to Reproduce
Follow the demo project, echo OK for 10,000 iterations
@TestpublicvoidreproCase() {
}
Possible Solution
Provide ability to disable logging
Your Environment
RSocket version(s) used:
Other relevant libraries versions (eg. netty, ...):
Platform (eg. JVM version (javar -version) or Node version (node --version)):
OS and version (eg uname -a):
The text was updated successfully, but these errors were encountered:
The logging on every call takes a lot of time. Doing 10,000 request responses of static text "OK" takes 1.8426/ms per request which is abysmal for a 2 byte package. I see no clear options to disable this. If there is already a way to disable please let me know.
Expected Behavior
Ability to turn off logging
Actual Behavior
No ability to turn off logging (that I can see)
Steps to Reproduce
Follow the demo project, echo OK for 10,000 iterations
Possible Solution
Provide ability to disable logging
Your Environment
netty
, ...):javar -version
) or Node version (node --version
)):uname -a
):The text was updated successfully, but these errors were encountered: