[
https://issues.apache.org/jira/browse/KAFKA-4849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980034#comment-15980034
]
Matthias J. Sax commented on KAFKA-4849:
----------------------------------------
This PR seems to relate to this JIRA, too:
https://github.com/apache/kafka/pull/2855
> Bug in KafkaStreams documentation
> ---------------------------------
>
> Key: KAFKA-4849
> URL: https://issues.apache.org/jira/browse/KAFKA-4849
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 0.10.2.0
> Reporter: Seweryn Habdank-Wojewodzki
> Assignee: Matthias J. Sax
> Priority: Minor
>
> At the page: https://kafka.apache.org/documentation/streams
>
> In the chapter titled Application Configuration and Execution, in the example
> there is a line:
>
> settings.put(StreamsConfig.ZOOKEEPER_CONNECT_CONFIG, "zookeeper1:2181");
>
> but ZOOKEEPER_CONNECT_CONFIG is deprecated in the Kafka version 0.10.2.0.
>
> Also the table on the page:
> https://kafka.apache.org/0102/documentation/#streamsconfigs is a bit
> misleading.
> 1. Again zookeeper.connect is deprecated.
> 2. The client.id and zookeeper.connect are marked by high importance,
> but according to http://docs.confluent.io/3.2.0/streams/developer-guide.html
> none of them are important to initialize the stream.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)