Synadia Connect

NATS KV

NAMERUNTIMETYPEVERSIONSTATUS
nats_kvwombatsinklatestpreview

Put messages in a NATS key-value bucket.

Configuration

nametypeoptionalsecretdescription
urls[]stringnonoA list of URLs to connect to. If an item of the list contains commas it will be expanded into multiple URLs.
bucketexpressionnonoThe name of the KV bucket.
keyexpressionnonoThe key for each message.
max_in_flightintyesnoThe maximum number of messages to have in flight at a given time. Increase this to improve throughput. The value defaults to 1024.
authauthyesnoOptional configuration of NATS authentication parameters.

Auth

nametypeoptionalsecretdescription
user_jwtstringyesnoAn optional plain text user JWT (given along with the corresponding user NKey Seed).
user_nkey_seedstringyesnoAn optional plain text user NKey Seed (given along with the corresponding user JWT).
Previous
NATS JetStream