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

Spike: Test out HA streaming architecture #42

Closed
thomastaylor312 opened this issue Mar 4, 2023 · 1 comment · Fixed by #60
Closed

Spike: Test out HA streaming architecture #42

thomastaylor312 opened this issue Mar 4, 2023 · 1 comment · Fixed by #60
Assignees

Comments

@thomastaylor312
Copy link
Contributor

See for context: #40 (comment)

The definition of done is that the basic scaffolding is in place and working so we can make a decision whether or not to move forward with it. This scaffolding includes:

  • Creating the actual wadm binary with the following functionality
    • No configuration needed for this first draft, we can add flags later
    • Create the needed streams for events and commands
    • Have spawned functions that
      • Listen on the consumer for events
      • Listen on the consumer for commands
@thomastaylor312 thomastaylor312 converted this from a draft issue Mar 4, 2023
@thomastaylor312 thomastaylor312 self-assigned this Mar 4, 2023
thomastaylor312 added a commit to thomastaylor312/wadm that referenced this issue Mar 5, 2023
This adds some code for handling the event streams and a basic setup of
the wadm binary. Much of the code in the binary will likely need to be
refactored into library code, but it is good enough to prove that things
work. I might do another follow on PR to this to maybe clean up a few more
things.

Closes wasmCloud#42

Signed-off-by: Taylor Thomas <[email protected]>
@thomastaylor312 thomastaylor312 linked a pull request Mar 6, 2023 that will close this issue
@thomastaylor312
Copy link
Contributor Author

Closed in #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant