-
Notifications
You must be signed in to change notification settings - Fork 361
add metadata api #947
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
add metadata api #947
Conversation
Signed-off-by: saberwang <[email protected]>
Signed-off-by: saberwang <[email protected]>
Signed-off-by: saberwang <[email protected]>
Signed-off-by: saberwang <[email protected]>
Signed-off-by: saberwang <[email protected]>
Signed-off-by: saberwang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #947 +/- ##
==========================================
+ Coverage 69.49% 69.79% +0.30%
==========================================
Files 155 156 +1
Lines 5130 5181 +51
Branches 554 554
==========================================
+ Hits 3565 3616 +51
Misses 1434 1434
Partials 131 131
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* feat: add metadata api Signed-off-by: saberwang <[email protected]> * Using HTTP API to get and set dapr metadata Signed-off-by: saberwang <[email protected]> * style Signed-off-by: saberwang <[email protected]> * using grpc to add metadata api Signed-off-by: saberwang <[email protected]> * style Signed-off-by: saberwang <[email protected]> Co-authored-by: halspang <[email protected]> Signed-off-by: addjuarez <[email protected]>
|
I'm testing the meta data implementation. apiVersion: dapr.io/v1alpha1 |
|
@BartNetJS You can also propose this function in dapr |
Description
@halspang In order to handle conflicts and use grpc, I opened a new merge request.
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.
Please reference the issue this PR will close: #883
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: