Seweryn Habdank-Wojewodzki created KAFKA-4849:
-------------------------------------------------
Summary: 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
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)