-
Notifications
You must be signed in to change notification settings - Fork 97
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
Migrate RPC to ConnectRPC #698
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #698 +/- ##
===========================================
+ Coverage 68.67% 81.75% +13.08%
===========================================
Files 58 57 -1
Lines 9011 4161 -4850
Branches 811 805 -6
===========================================
- Hits 6188 3402 -2786
+ Misses 2561 502 -2059
+ Partials 262 257 -5 ☔ View full report in Codecov by Sentry. |
03d6a6a
to
7200dfe
Compare
0da6a70
to
e05669b
Compare
e05669b
to
ca54c14
Compare
d0a2dec
to
d43e0bc
Compare
d43e0bc
to
2b52110
Compare
The bundle size has been reduced after introducing connect-rpc. grpc-web:
connect-rpc:
Related to #434 |
f489c1f
to
8bcca6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution.
With this support, we can resolve several issues: - Removes dependency with Envoy proxy to communicate with grpc-web - Reduces SDK bundle size by half bundle size of #434 - Standardizes API interfaces to powerful fetch API For more information about this migration, follow: yorkie#703 --------- Co-authored-by: Youngteac Hong <[email protected]>
A script error occurred when creating a snapshot due to a typo in the converter during migrating to ConnectRPC. #698 This commit fixes the typo.
What this PR does / why we need it?
Migrate RPC to ConnectRPC.
For more information about this migration, follow: yorkie-team/yorkie#703
With this support, you can resolve several issues:
Any background context you want to provide?
Note
We need to revert docker-compose yorkie image toyorkieteam/yorkie:lastest
instead ofkrapi0314/yorkie:test
What are the relevant tickets?
Fixes yorkie-team/yorkie#668
Checklist