[ https://issues.apache.org/jira/browse/KAFKA-4849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899743#comment-15899743 ]
Matthias J. Sax commented on KAFKA-4849: ---------------------------------------- [~habdank] Your Jira description says: "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." I don't understand the second sentence: "but according to http://docs.confluent.io/3.2.0/streams/developer-guide.html none of them are important to initialize the stream". If I am not wrong, Confluent Docs about Streams don't say anything about "importance" of any parameter? Can you elaborate what inconsistency you mean? > 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)