Closed MrMoronIV closed 5 years ago
@MrMoronIV In you ingestion spec, I see you have
"tuningConfig": {
"type": "realtime",
I think, Type should be Kafka
, please see the doc below:
https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion
I replaced the whole tuningConfig block with:
"tuningConfig": {
"type": "kafka",
"maxRowsPerSegment": 5000000
},
and it now works, sweet!
Affected Version
Druid 0.16.0
Description
Nano-quickstart: when trying to submit a JSON spec it gives me:
My extensions:
The spec: