spark-instrumented-optimizer/docs/streaming-kafka-integration.md
Sean Owen 703e6da1ec [SPARK-25705][BUILD][STREAMING][TEST-MAVEN] Remove Kafka 0.8 integration
## What changes were proposed in this pull request?

Remove Kafka 0.8 integration

## How was this patch tested?

Existing tests, build scripts

Closes #22703 from srowen/SPARK-25705.

Authored-by: Sean Owen <sean.owen@databricks.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
2018-10-16 09:10:24 -05:00

11 lines
519 B
Markdown

---
layout: global
title: Spark Streaming + Kafka Integration Guide
---
[Apache Kafka](https://kafka.apache.org/) is publish-subscribe messaging rethought as a distributed, partitioned,
replicated commit log service. Please read the [Kafka documentation](https://kafka.apache.org/documentation.html)
thoroughly before starting an integration using Spark.
At the moment, Spark requires Kafka 0.10 and higher. See
<a href="streaming-kafka-0-10-integration.html">Kafka 0.10 integration documentation</a> for details.