-
Notifications
You must be signed in to change notification settings - Fork 350
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
refactor: optimize client-go performance by protobuf context-type. #1596
Conversation
Signed-off-by: qicz <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1596 +/- ##
==========================================
- Coverage 61.85% 61.77% -0.09%
==========================================
Files 81 81
Lines 12029 12025 -4
==========================================
- Hits 7441 7428 -13
- Misses 4131 4137 +6
- Partials 457 460 +3 ☔ View full report in Codecov by Sentry. |
please guard this with an env/cmd args, make it avaliable to fallback. |
I will do this PR at next version |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
@qicz is this still needed ? |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
xref: #4282 (comment) |
What type of PR is this?
using
protobuf
context-type to optimize client-go performance.using the
json
needs more memory and time