mirror of https://github.com/apache/druid.git
whitespace fixes
This commit is contained in:
parent
b52e1e9161
commit
9e2295aa61
|
@ -1,4 +1,3 @@
|
|||
|
||||
---
|
||||
layout: doc_page
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ layout: doc_page
|
|||
# KafkaSimpleConsumerFirehose
|
||||
This is an experimental firehose to ingest data from kafka using kafka simple consumer api. Currently, this firehose would only work inside standalone realtime nodes.
|
||||
The configuration for KafkaSimpleConsumerFirehose is similar to the KafkaFirehose [Kafka firehose example](realtime-ingestion.html#realtime-specfile), except `firehose` should be replaced with `firehoseV2` like this:
|
||||
|
||||
```json
|
||||
"firehoseV2": {
|
||||
"type" : "kafka-0.8-v2",
|
||||
|
|
Loading…
Reference in New Issue