mirror of https://github.com/apache/druid.git
fix examples and doc
This commit is contained in:
parent
b389cfe404
commit
99bf430844
|
@ -230,9 +230,6 @@ The indexing service can also run real-time tasks. These tasks effectively trans
|
||||||
"auto.commit.enable": "false"
|
"auto.commit.enable": "false"
|
||||||
},
|
},
|
||||||
"feed": "your_kafka_topic"
|
"feed": "your_kafka_topic"
|
||||||
},
|
|
||||||
"plumber": {
|
|
||||||
"type": "realtime"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tuningConfig": {
|
"tuningConfig": {
|
||||||
|
|
|
@ -73,9 +73,6 @@
|
||||||
"auto.commit.enable": "false"
|
"auto.commit.enable": "false"
|
||||||
},
|
},
|
||||||
"feed": "wikipedia"
|
"feed": "wikipedia"
|
||||||
},
|
|
||||||
"plumber": {
|
|
||||||
"type": "realtime"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tuningConfig": {
|
"tuningConfig": {
|
||||||
|
|
|
@ -94,9 +94,6 @@
|
||||||
"#de.wikipedia",
|
"#de.wikipedia",
|
||||||
"#ja.wikipedia"
|
"#ja.wikipedia"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"plumber": {
|
|
||||||
"type": "realtime"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tuningConfig": {
|
"tuningConfig": {
|
||||||
|
|
Loading…
Reference in New Issue