forked from spinscale/elasticsearch-ecommerce-search-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aerospike.conf
59 lines (50 loc) · 943 Bytes
/
aerospike.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Aerospike database configuration file for deployments using mesh heartbeats.
service {
feature-key-file /etc/aerospike/features.conf
}
logging {
console {
context any info
}
}
network {
service {
address any
port 3000
}
heartbeat {
mode mesh
address local
port 3002
interval 150
timeout 10
}
fabric {
address local
port 3001
}
}
namespace root {
replication-factor 2
memory-size 400M
storage-engine memory
nsup-period 10
}
xdr {
dc outbound {
connector true
namespace root {
bin-policy changed-and-specified
ship-bin productName
ship-bin productDesc
ship-bin productImage
ship-bin price
ship-bin color
ship-bin material
ship-bin brand
ship-bin brandLogo
ship-bin remainingStock
}
node-address-port aerospike_elasticsearch_outbound_ecommerce_search_sample 8901
}
}