Skip to main content
Version: Next

Aerospike sink connector

note

You can download all the Pulsar connectors on download page.

The Aerospike sink connector pulls messages from Pulsar topics to Aerospike clusters.

Configuration

The configuration of the Aerospike sink connector has the following properties.

Property

NameTypeRequiredDefaultDescription
seedHostsStringtrueNo default valueThe comma-separated list of one or more Aerospike cluster hosts.

Each host can be specified as a valid IP address or hostname followed by an optional port number.
keyspaceStringtrueNo default valueThe Aerospike namespace.
columnNameStringtrueNo default valueThe Aerospike column name.
userNameStringfalseNULLThe Aerospike username.
passwordStringfalseNULLThe Aerospike password.
keySetStringfalseNULLThe Aerospike set name.
maxConcurrentRequestsintfalse100The maximum number of concurrent Aerospike transactions that a sink can open.
timeoutMsintfalse100This property controls socketTimeout and totalTimeout for Aerospike transactions.
retriesintfalse1The maximum number of retries before aborting a write transaction to Aerospike.