-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference.conf
43 lines (42 loc) · 923 Bytes
/
reference.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
logging {
level: INFO
gelf.facility: "catalogue2-ingester-marvin1"
console {
enabled: false
pattern: simple
}
}
messageListener {
retryInterval: 10 seconds
actorTimeout: 10 seconds
distributor {
book {
input {
queueName: CatalogueV2.Distribution.Book.Search
exchangeType: fanout
exchangeName: Distribution.Book.Search.Exchange
routingKeys: []
prefetchCount: 50
}
errors {
routingKey: Search.Ingestion.Error
exchangeType: ""
messageTimeout: 10 seconds
}
}
price {
input {
queueName: CatalogueV2.Price.Notification.Search
exchangeName: Price.Notification
exchangeType: fanout
routingKeys: []
prefetchCount: 50
}
errors {
routingKey: Search.Ingestion.Error
exchangeType: ""
messageTimeout: 10 seconds
}
}
}
}