python-sdk
python-sdk copied to clipboard
PubSub Actor Subscription
Description
Actors Pubsub let actors be able to subscribe to a specific pubsub topic and receive events. Added Pubsub Actor configuration support to the ActorRuntimeConfiguration and example on how it works. Update example tests and unit test cases.
Issue reference
Please reference the issue this PR will close: WIP #501 Support pubsub for Actors
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
- [X] Code compiles correctly
- [X] Created/updated tests
- [ ] Extended the documentation