-
Notifications
You must be signed in to change notification settings - Fork 0
/
kafka.json
116 lines (116 loc) · 2.54 KB
/
kafka.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[
{
"id": "f433264a.789f28",
"type": "tab",
"label": "Apache Kafka Test",
"disabled": false,
"info": ""
},
{
"id": "2e0aa0bc.bf589",
"type": "mqtt in",
"z": "f433264a.789f28",
"name": "",
"topic": "ie/d/j/simatic/v1/s7c1/dp/r/#",
"qos": "2",
"datatype": "json",
"broker": "6c97d215.e577fc",
"x": 190,
"y": 120,
"wires": [
[
"6013b811.2a71b8"
]
]
},
{
"id": "180e4aba.233e85",
"type": "mqtt in",
"z": "f433264a.789f28",
"name": "",
"topic": "ie/d/kafka",
"qos": "2",
"datatype": "auto",
"broker": "6c97d215.e577fc",
"x": 140,
"y": 240,
"wires": [
[
"bff04816.81f878"
]
]
},
{
"id": "6013b811.2a71b8",
"type": "debug",
"z": "f433264a.789f28",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 520,
"y": 120,
"wires": []
},
{
"id": "2728b2bf.43cf4e",
"type": "comment",
"z": "f433264a.789f28",
"name": "S7-Connector Data",
"info": "",
"x": 180,
"y": 60,
"wires": []
},
{
"id": "f1468271.a4246",
"type": "comment",
"z": "f433264a.789f28",
"name": "Apache Kafka Data",
"info": "",
"x": 170,
"y": 180,
"wires": []
},
{
"id": "bff04816.81f878",
"type": "debug",
"z": "f433264a.789f28",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 530,
"y": 240,
"wires": []
},
{
"id": "6c97d215.e577fc",
"type": "mqtt-broker",
"name": "",
"broker": "ie-databus",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"closeTopic": "",
"closeQos": "0",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willPayload": ""
}
]