forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcadence-visibility-config.json
44 lines (44 loc) · 1.32 KB
/
cadence-visibility-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
42
43
44
{
"tableName": "cadence_visibility_pinot",
"tableType": "REALTIME",
"segmentsConfig": {
"timeColumnName": "StartTime",
"timeType": "MILLISECONDS",
"schemaName": "cadence_visibility_pinot",
"replicasPerPartition": "1"
},
"tenants": {},
"tableIndexConfig": {
"jsonIndexConfigs": {
"Attr": {
"excludeArray": false,
"disableCrossArrayUnnest": true,
"includePaths": null,
"excludePaths": null,
"excludeFields": null
}
},
"loadMode": "MMAP",
"streamConfigs": {
"streamType": "kafka",
"stream.kafka.consumer.type": "lowlevel",
"stream.kafka.topic.name": "cadence-visibility-pinot",
"stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder",
"stream.kafka.hlc.zk.connect.string": "zookeeper:2181/kafka",
"stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
"stream.kafka.zk.broker.url": "zookeeper:2181/kafka",
"stream.kafka.broker.list": "kafka:9093"
}
},
"routing": {
"instanceSelectorType": "strictReplicaGroup"
},
"upsertConfig": {
"mode": "FULL",
"deleteRecordColumn": "IsDeleted",
"deletedKeysTTL": 86400,
"hashFunction": "NONE",
"enableSnapshot": false
},
"metadata": {}
}