whitespace fixes

This commit is contained in:
fjy 2016-02-04 16:25:51 -08:00
parent b52e1e9161
commit 9e2295aa61
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
---
layout: doc_page
---

View File

@ -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",