-
Notifications
You must be signed in to change notification settings - Fork 9
/
connector-bridges-binding.yaml
43 lines (43 loc) · 1.3 KB
/
connector-bridges-binding.yaml
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
bindings:
- name: cluster-a-d-events-aggregate1
properties:
log_level: "debug"
sources:
kind: source.events
name: cluster-sources
connections:
- address: "kubemq-cluster-grpc:50000"
client_id: "cluster-a-events-source"
auth_token: ""
channel: "events.a"
group: ""
concurrency: "1"
auto_reconnect: "true"
reconnect_interval_seconds: "1"
max_reconnects: "0"
- address: "kubemq-cluster-grpc:50000"
client_id: "cluster-b-events-source"
auth_token: ""
channel: "events.b"
group: ""
concurrency: "1"
auto_reconnect: "true"
reconnect_interval_seconds: "1"
max_reconnects: "0"
- address: "kubemq-cluster-grpc:50000"
client_id: "cluster-c-d-events-source"
auth_token: ""
channel: "events.c"
group: ""
concurrency: "1"
auto_reconnect: "true"
reconnect_interval_seconds: "1"
max_reconnects: "0"
targets:
kind: target.events
name: cluster-targets
connections:
- address: "kubemq-cluster-grpc:50000"
client_id: "cluster-a-d-events-target"
auth_token: ""
channels: "events.aggregate"