Skip to content
Visit booth 3171 at Google Cloud Next to see how to unlock real-time decisions at scaleMore info

Configure the Pulsar inbound connector

The config subsection of aerospike-pulsar-inbound.yml can have the following options:

OptionRequiredDefaultDescription
aerospikeyesConfigures the connection properties that the connector must use when connecting to your Aerospike database.
topicsyesConfigures the Pulsar topics the connector listens to and the transformations to Aerospike records.

Example:

config:
aerospike:
seeds:
- 192.168.50.1:
port: 3000
tls-name: red
- 192.168.50.2
cluster-name: east
topics:
users:
mapping:
namespace:
mode: static
value: users
set:
mode: dynamic
source: value-field
field-name: city
key-field:
source: key
ttl:
mode: dynamic
source: value-field
field-name: ttl
bins:
type: multi-bins
map:
name:
source: value-field
field-name: firstName
Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?