Update Druid spec

This commit is contained in:
2022-11-21 07:20:13 +00:00
parent 1c2ff41b56
commit 44d6d90325

View File

@@ -13,7 +13,8 @@
"useEarliestOffset": true
},
"tuningConfig": {
"type": "kafka"
"type": "kafka",
"maxTotalRows": 250000
},
"dataSchema": {
"dataSource": "main",
@@ -79,7 +80,7 @@
"granularitySpec": {
"queryGranularity": "none",
"rollup": false,
"segmentGranularity": "week"
"segmentGranularity": "year"
}
}
}