Skip to main content
Loading

The namespaces section of aerospike-pubsub-outbound.yml

You can use the namespaces section of the /etc/aerospike-pubsub-outbound/aerospike-pubsub-outbound.yml to override default configuration settings for attributes, bin name transformations, regional endpoints, routing modes, and serialization formats. You can override them in particular namespaces and in particular sets.

Configuration settings specified for particular sets take precedence over settings for particular namespaces.

Configuration settings for particular namespaces take precedence over default settings.

Example

namespaces:
# Namespace specific configs - attributes, format, routing, bin-transforms take higher precedence than default.
namespaceA:
attributes:
place:
mode: bin
bin: place
format:
mode: flat-json
metadata-key: metadata
sets:
# Set specific configs - attributes, format, routing,
# bin-transforms take higher precedence than default and namespace.
setA:
attributes:
place:
mode: bin
bin: place
format:
mode: message-pack