Merge features/actor to master#45
Merged
Merged
Conversation
* Implement initial skeleton of actor (ActorRuntime, ActorManager, ActorProxy, etc) * Support only actor method invocation feature * Support rpc-style method invocation (thanks to python's duck-typing) * Flask-integration example - service invocation * Added unit-tests even if most of tests are positive testing. :)
To standardize dev environment, it uses vscode remote container.
* remove unnecessary space * add runtime context * initial commit of statemanagement * add state apis * add state provider/managers * add healthz api to flask * fix linter error * base64 encoding for value * dapr-python setup * linter fix * restructure * error handling * fix cr * fix cr * fix doc path * fix CR * fix all linter errors * fix linter
* Add Actor Timer and Actor Reminder * Add Timer and Reminder handlers to flask_dapr extension * Add Timer and reminder example to demo_actor app * Use JSON serializer for state value serialization instead of using base64 encoding - adding json serialization for bytes type; unlike dotnet/java json serializer, default python json serializer * doesn't support byte array. * Make coding style consistent * Handle Exceptions via DaprInternalError Exception (which is similar to DaprException in dotnet-sdk) * Add lots of unit-tests for reminder/timer codes
youngbupark
requested review from
amanbha,
artursouza,
orizohar,
pruthvidhodda,
shalabhms and
yaron2
May 18, 2020 15:29
3 tasks
Contributor
|
@youngbupark The logical changes for actors in the branch have been approved when the changes were being made tot he branch. Approving it. |
amanbha
approved these changes
May 18, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merge features/actor to master.
Issue reference
#40
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: