-
Notifications
You must be signed in to change notification settings - Fork 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
Add Statestore apis to convenient layer #74
Comments
@chinzhiweiblank Please leave any comment here. I will assign this issue to you :) |
@chinzhiweiblank please review this pr - #78 This is the initial pr for invoke_service. I am trying to merge this by monday pst. |
@chinzhiweiblank Please wait until the pr #78 is merged. #78 includes lots of initial code which can be used for the other rest of apis. please review the #78 pr first and put your change for statestore on hold until this pr is merged. |
@chinzhiweiblank We finally merged #78 PR. Please continue to work on statestore apis. |
@youngbupark no problem |
Thanks! Please create the small pr with unittest. For example, we will need implement 3 methods for state store. Then please create 3 PRs for each method. Also, Dapr class has been renamed to DaprClient. |
@chinzhiweiblank any updates ? |
Still not done yet. I will open the PR by this week. |
Cool. Please file the small PRs for each method. |
Hey @youngbupark I had these error messages while executing the grpc tests in
|
it is working on my machine and github actions. this unit-test starts grpc test server according to the error message, your os firewall might block the test server port |
@youngbupark I'm almost getting the implementation to work. Just needed to clarify something for save-states
Should the states be a list of dictionaries or bytes or a JSON string? I am converting them into |
Good question. as I initially mentioned, please refer to this java-sdk implementation. We will support single state save/get/delete not multiple ones. each state option should be able to set the concurrency/consistency in state options. please refer java-sdk implementation. @chinzhiweiblank thanks for your contribution. |
@chinzhiweiblank when it comes to json serialization. The api layer will get only bytes and str and let users to serialize and deserialize object for the current implementation. |
@chinzhiweiblank if you create a draft pr, then we can work together. |
Describe the proposal
Add Statestore apis to convenient layer.
Parent epic : #67
The text was updated successfully, but these errors were encountered: