-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yml
46 lines (43 loc) · 914 Bytes
/
config.yml
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
---
publishers:
- queueName: demo
contentType: binary
confirm: true
- queueName: demo-json
contentType: json
confirm: true
schema:
properties:
id:
type: string
eventStatus:
enum:
- IN_PROGRESS
- PENDING
- PLANNED
optionalProperties:
notes:
type: string
- queueName: auth
contentType: json
identities:
- Bob
consumers:
- queueName: demo
- queueName: demo-json
- queueName: auth
identities:
- Alice
subscribers:
- queueName: demo
target: http://localhost:5555/target
prefetch: 1
backoffStrategy: linear
retries: 4
retryDelay: 1000
deadLetterPolicy: requeue
identities:
- name: Bob
# without a token provided, BRP will attempt to read it from BRP_TOKEN_Bob environment variable
- name: Alice
token: SuperSecretToken123