-
Notifications
You must be signed in to change notification settings - Fork 21
Enhancement: Restructure rest grpc ws servers #128
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 37.90% 40.42% +2.51%
==========================================
Files 87 88 +1
Lines 5384 5474 +90
Branches 17 17
==========================================
+ Hits 2041 2213 +172
+ Misses 3195 3125 -70
+ Partials 148 136 -12
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
6ecc0e7
to
bb77517
Compare
bb2ecd1
to
d2c0595
Compare
d2c0595
to
549915f
Compare
…a caching (which was happening in global var)
6ae8f89
to
5061149
Compare
fef13d1
to
525591a
Compare
67d380f
to
d35c405
Compare
We can now create just clients for WS, gRPC and REST, no need to have the destination microservice be the server of these protocols.