Skip to content

Merge features/actor to master#45

Merged
youngbupark merged 35 commits into
masterfrom
features/actor
May 18, 2020
Merged

Merge features/actor to master#45
youngbupark merged 35 commits into
masterfrom
features/actor

Conversation

@youngbupark

@youngbupark youngbupark commented May 18, 2020

Copy link
Copy Markdown
Contributor

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

* 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
@amanbha

amanbha commented May 18, 2020

Copy link
Copy Markdown
Contributor

@youngbupark The logical changes for actors in the branch have been approved when the changes were being made tot he branch. Approving it.

@youngbupark
youngbupark merged commit 7b47245 into master May 18, 2020
@youngbupark
youngbupark deleted the features/actor branch May 18, 2020 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants