RivetKit downloads and starts a local Rivet Engine for you:
RIVETKIT_ENGINE_AUTO_DOWNLOAD=1 cargo run -- --host 0.0.0.0To use an existing engine instead, set RIVET_ENDPOINT, RIVET_NAMESPACE, and RIVET_TOKEN.
curl -i -X PUT \
-H 'content-type: application/json' \
--data '[{"message":"hello"}]' \
http://127.0.0.1:8787/v1/stream/demo
curl 'http://127.0.0.1:8787/v1/stream/demo?offset=-1'just test
just test-conformancetest-conformance builds the pinned Rivet Engine from source, starts it with the server, and runs the official Durable Streams conformance suite against it.