Synadia Connect

Cassandra

NAMERUNTIMETYPEVERSION
cassandrawombatsourcelatest

Executes a find query and creates a message for each row received.

Configuration

NameTypeOptionalSecretDescription
addresses[]stringnonoA list of Cassandra nodes to connect to. Multiple comma separated addresses can be specified on a single line.
tlstlsnonoCustom TLS settings can be used to override system defaults.
password_authenticatorpassword_authenticatornonoOptional configuration of Cassandra authentication parameters.
disable_initial_host_lookupboolyesnoIf enabled the driver will not attempt to get host info from the system.peers table. This can speed up queries but will mean that data_centre, rack and token information will not be available. The value defaults to false.
max_retriesintyesnoThe maximum number of retries before giving up on a request. The value defaults to 3.
backoffbackoffnonoControl time intervals between retry attempts.
timeoutstringyesnoThe client connection timeout. The value defaults to "600ms".
querystringnonoA query to execute.
auto_replay_nacksboolyesnoWhether messages that are rejected (nacked) at the output level should be automatically replayed indefinitely, eventually resulting in back pressure if the cause of the rejections is persistent. If set to false these messages will instead be deleted. Disabling auto replays can greatly improve memory efficiency of high throughput streams as the original shape of the data can be discarded immediately upon consumption and mutation. The value defaults to true.

TLS

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[]stringyesnoA list of client certificates to use. The value defaults to [].

Password Authenticator

NameTypeOptionalSecretDescription
enabledboolyesnoWhether to use password authentication. The value defaults to false.
usernamestringyesnoThe username to authenticate as. The value defaults to "".
passwordstringyesyesThe password to authenticate with. The value defaults to "".

Backoff

NameTypeOptionalSecretDescription
initial_intervalstringyesnoThe initial period to wait between retry attempts. The value defaults to "1s".
max_intervalstringyesnoThe maximum period to wait between retry attempts. The value defaults to "5s".
Previous
Azure Table Storage