Skip to content
Snippets Groups Projects
Unverified Commit 3e01f128 authored by Liwei Lin's avatar Liwei Lin Committed by Sean Owen
Browse files

[DOC][MINOR] Kafka doc: breakup into lines

parent 74f5c217
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment