diff --git a/docs/content/configuration/realtime.md b/docs/content/configuration/realtime.md index b8a205bafa5..6ca00ae2b5d 100644 --- a/docs/content/configuration/realtime.md +++ b/docs/content/configuration/realtime.md @@ -1,4 +1,3 @@ - --- layout: doc_page --- diff --git a/docs/content/development/kafka-simple-consumer-firehose.md b/docs/content/development/kafka-simple-consumer-firehose.md index e49074a80ad..06fcae95b5c 100644 --- a/docs/content/development/kafka-simple-consumer-firehose.md +++ b/docs/content/development/kafka-simple-consumer-firehose.md @@ -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",