You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
CloseswasmCloud#42
Signed-off-by: Taylor Thomas <[email protected]>
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:
The text was updated successfully, but these errors were encountered: