Crate wasmcloud_provider_keyvalue_nats

source
Expand description

NATS implementation for wrpc:keyvalue.

This implementation is multi-threaded and operations between different consumer/client components use different connections and can run in parallel.

A single connection is shared by all instances of the same consumer component, identified by its id (public key), so there may be some brief lock contention if several instances of the same component are simultaneously attempting to communicate with NATS.

Structs§

  • NATS implementation for wasi:keyvalue (via wrpc:keyvalue)

Functions§