Expand description
Server implementation of an in-memory Storage Node (“proxy”).
Modules§
Structs§
- Message
Proxy - Tonic
Status Error - Wrapper with a nicer error message
Constants§
- DEFAULT_
MEMORY_ LIMIT - DEFAULT_
SERVER_ PORT - Default port of the OSS /proxy server.
- MAX_
DECODING_ MESSAGE_ SIZE - MAX_
ENCODING_ MESSAGE_ SIZE
Functions§
- serve
- Start a Rerun server, listening on
addr
. - serve_
from_ channel - Start a Rerun server, listening on
addr
. - spawn_
from_ rx_ set - Start a Rerun server, listening on
addr
. - spawn_
with_ recv - Start a Rerun server, listening on
addr
.