forked from housepower/clickhouse_sinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 804 Bytes
/
config.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
{
"clickhouse": {
"ch1": {
"db": "default",
"host": "127.0.0.1",
"password": "",
"retryTimes": 6,
"port": 9000,
"username": ""
}
},
"kafka": {
"kfk1": {
"brokers": "127.0.0.1:9093",
"sasl": {
"enable": false,
"password": "",
"username": "",
"gssapi": {
"authtype": 0,
"keytabpath": "",
"kerberosconfigpath": "",
"servicename": "",
"username": "",
"password": "",
"realm": "",
"disablepafxfast": false
}
},
"version" : "2.0.0"
}
},
"common": {
"bufferSize": 90000,
"minBufferSize": 1,
"msgSizeHint": 1000,
"flushInterval": 5,
"concurrentParsers": 6,
"logLevel": "debug"
}
}