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
We need something simple that we can use for testing Kitsune2 in Wind Tunnel.
This doesn't have to be fancy but does need data persistence otherwise it won't be possible to restart it.
We don't need a proper op store in SQLite, we could just dump and restore the op data and otherwise work with a memory op store.
Wind Tunnel would like to run this as a library so it can be embedded in scenario binaries.
This could go in its own repo as a sample of Kitsune2. (@neonphog thinks it'd be fine in the kitsune2 monorepo).
We need something simple that we can use for testing Kitsune2 in Wind Tunnel.
This doesn't have to be fancy but does need data persistence otherwise it won't be possible to restart it.
We don't need a proper op store in SQLite, we could just dump and restore the op data and otherwise work with a memory op store.
Wind Tunnel would like to run this as a library so it can be embedded in scenario binaries.
This could go in its own repo as a sample of Kitsune2. (@neonphog thinks it'd be fine in the kitsune2 monorepo).
Possible format for tagged events to be emitted:
AC:
src/bin
) for testing during development or showcasing. All the functionality is a rust lib.The text was updated successfully, but these errors were encountered: