spawn_nats_server

Function spawn_nats_server 

Source
pub fn spawn_nats_server() -> Result<Child, Error>
Expand description

Spawn an embedded NATS server with JetStream enabled

Returns the child process handle. Caller is responsible for killing the process when done.