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"
|
||||
},
|
||||
"feed": "your_kafka_topic"
|
||||
},
|
||||
"plumber": {
|
||||
"type": "realtime"
|
||||
}
|
||||
},
|
||||
"tuningConfig": {
|
||||
|
|
|
@ -73,9 +73,6 @@
|
|||
"auto.commit.enable": "false"
|
||||
},
|
||||
"feed": "wikipedia"
|
||||
},
|
||||
"plumber": {
|
||||
"type": "realtime"
|
||||
}
|
||||
},
|
||||
"tuningConfig": {
|
||||
|
|
|
@ -94,9 +94,6 @@
|
|||
"#de.wikipedia",
|
||||
"#ja.wikipedia"
|
||||
]
|
||||
},
|
||||
"plumber": {
|
||||
"type": "realtime"
|
||||
}
|
||||
},
|
||||
"tuningConfig": {
|
||||
|
|
Loading…
Reference in New Issue