Synadia Connect

NSQ

NAMERUNTIMETYPEVERSION
nsqwombatsinklatest

Publish to an NSQ topic.

Configuration

NameTypeOptionalSecretDescription
nsqd_tcp_addressstringnonoThe address of the target NSQD server.
topicstringnonoThe topic to publish to.
user_agentstringnonoA user agent to assume when connecting.
tlstlsnonoCustom TLS settings can be used to override system defaults.
max_in_flightintyesnoThe maximum number of messages to have in flight at a given time. Increase this to improve throughput. The value defaults to 64.

TLS Configuration

NameTypeOptionalSecretDescription
enabledboolyesnoWhether custom TLS settings are enabled. The value defaults to false.
skip_cert_verifyboolyesnoWhether to skip server side certificate verification. The value defaults to false.
enable_renegotiationboolyesnoWhether to allow the remote server to repeatedly request renegotiation.
Enable this option if you're seeing the error message local error: tls: no renegotiation. The value defaults to false.
root_casstringyesyesAn optional root certificate authority to use.
This is a string, representing a certificate chain from the parent trusted root certificate,
to possible intermediate signing certificates, to the host certificate. The value defaults to "".
client_certs[]client_certsyesnoA list of client certificates to use. . The value defaults to [].
Previous
NATS KV