-
Notifications
You must be signed in to change notification settings - Fork 15
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
A whole new client #93
Conversation
Codecov Report
@@ Coverage Diff @@
## main #93 +/- ##
============================================
- Coverage 73.61% 68.36% -5.25%
- Complexity 396 448 +52
============================================
Files 49 59 +10
Lines 1459 1571 +112
============================================
Hits 1074 1074
- Misses 385 497 +112
Continue to review full report at Codecov.
|
Description
This adds a whole new Dapr Client in
/Dapr/Client/DaprClient
which is completely incompatible with the existing client. Currently, it only supports the HTTP API, but gRPC is coming 🔜.This PR serves as a base PR to merge to as existing SDK technology is ported to the new client.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to
implementation.
Addresses: #36
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: