Skip to content
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

Alpha v0.2 #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Alpha v0.2 #2

wants to merge 7 commits into from

Conversation

grippy
Copy link
Owner

@grippy grippy commented Mar 9, 2023

This PR was started awhile back (almost a year ago) and was left in this state.

If I can summarize where this was headed (before stopping) it would look like this:

  • Add hollywood-test crate which adds proper tests for everything: hollywood lib (actor, broker, config), cli, env variables, macros, etc.

  • Add functionality to build a test harness framework around end-to-end Actor binary testing. To accomplish this, we need to extend the hollywood.toml file to include which compiled actor binaries we should test. Then we'd have a runtime spawn each actor and feed fixtures to each actor so we could assert responses. This needs more thinking for sure. It sounds complicated.

  • Refactors Brokers so we can communicate with them via SystemMsg for issuing heartbeats and initiating shutdowns.

  • Add support for running hollywood actors + nats via docker-compose.

  • Replaces Nats client with Async Nats client.

  • Removes actors & message versioning. There really wasn't a use-case for this.

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.

1 participant