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
|
layout: doc_page
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ layout: doc_page
|
||||||
# KafkaSimpleConsumerFirehose
|
# 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.
|
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:
|
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
|
```json
|
||||||
"firehoseV2": {
|
"firehoseV2": {
|
||||||
"type" : "kafka-0.8-v2",
|
"type" : "kafka-0.8-v2",
|
||||||
|
|
Loading…
Reference in New Issue