From 4567db9da47f0830e952614393d6105f4f5587a0 Mon Sep 17 00:00:00 2001 From: Liwei Lin <lwlin7@gmail.com> Date: Wed, 16 Nov 2016 09:51:59 +0000 Subject: [PATCH] [DOC][MINOR] Kafka doc: breakup into lines ## Before  ## After  Author: Liwei Lin <lwlin7@gmail.com> Closes #15903 from lw-lin/kafka-doc-lines. (cherry picked from commit 3e01f128284993f39463c0ccd902b774f57cce76) Signed-off-by: Sean Owen <sowen@cloudera.com> --- docs/structured-streaming-kafka-integration.md | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab