aboutsummaryrefslogtreecommitdiff
path: root/docs/structured-streaming-kafka-integration.md
diff options
context:
space:
mode:
authorLiwei Lin <lwlin7@gmail.com>2016-11-16 09:51:59 +0000
committerSean Owen <sowen@cloudera.com>2016-11-16 09:51:59 +0000
commit3e01f128284993f39463c0ccd902b774f57cce76 (patch)
treec8ea06e71c617d9a752b344323c7b1f700f5392e /docs/structured-streaming-kafka-integration.md
parent74f5c2176d8449e41f520febd38109edaf3f4172 (diff)
downloadspark-3e01f128284993f39463c0ccd902b774f57cce76.tar.gz
spark-3e01f128284993f39463c0ccd902b774f57cce76.tar.bz2
spark-3e01f128284993f39463c0ccd902b774f57cce76.zip
[DOC][MINOR] Kafka doc: breakup into lines
## Before ![before](https://cloud.githubusercontent.com/assets/15843379/20340231/99b039fe-ac1b-11e6-9ba9-b44582427459.png) ## After ![after](https://cloud.githubusercontent.com/assets/15843379/20340236/9d5796e2-ac1b-11e6-92bb-6da40ba1a383.png) Author: Liwei Lin <lwlin7@gmail.com> Closes #15903 from lw-lin/kafka-doc-lines.
Diffstat (limited to 'docs/structured-streaming-kafka-integration.md')
-rw-r--r--docs/structured-streaming-kafka-integration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/structured-streaming-kafka-integration.md b/docs/structured-streaming-kafka-integration.md
index c4c9fb3f7d..2458bb5ffa 100644
--- a/docs/structured-streaming-kafka-integration.md
+++ b/docs/structured-streaming-kafka-integration.md
@@ -240,6 +240,7 @@ Kafka's own configurations can be set via `DataStreamReader.option` with `kafka.
[Kafka consumer config docs](http://kafka.apache.org/documentation.html#newconsumerconfigs).
Note that the following Kafka params cannot be set and the Kafka source will throw an exception:
+
- **group.id**: Kafka source will create a unique group id for each query automatically.
- **auto.offset.reset**: Set the source option `startingOffsets` to specify
where to start instead. Structured Streaming manages which offsets are consumed internally, rather