Synadia Connect

NATS

NAMERUNTIMETYPEVERSIONSTATUS
natswombatsinklateststable

Publish to an NATS subject.

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.
subjectexpressionnonoA subject to write to.
headersmap[string]expressionyesnoExplicit message headers to add to messages.
metadatametadatayesnoDetermine which (if any) metadata values should be added to messages as headers. The value defaults to map[].
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.

Metadata

nametypeoptionalsecretdescription
include_prefixes[]stringyesnoProvide a list of explicit metadata key prefixes to match against.
include_patterns[]stringyesnoProvide a list of explicit metadata key regular expression (re2) patterns to match against.

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
MongoDB