[
https://issues.apache.org/jira/browse/FLINK-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013453#comment-15013453
]
ASF GitHub Bot commented on FLINK-3043:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/1380#discussion_r45335152
--- Diff: docs/apis/streaming_guide.md ---
@@ -3448,15 +3417,14 @@ Then, import the connector in your maven project:
Note that the streaming connectors are currently not part of the binary
distribution. See how to link with them for cluster execution
[here](cluster_execution.html#linking-with-modules-not-contained-in-the-binary-distribution).
#### Installing Apache Kafka
+
* Follow the instructions from [Kafka's
quickstart](https://kafka.apache.org/documentation.html#quickstart) to download
the code and launch a server (launching a Zookeeper and a Kafka server is
required every time before starting the application).
* On 32 bit computers
[this](http://stackoverflow.com/questions/22325364/unrecognized-vm-option-usecompressedoops-when-running-kafka-from-my-ubuntu-in)
problem may occur.
* If the Kafka and Zookeeper servers are running on a remote machine, then
the `advertised.host.name` setting in the `config/server.properties` file must
be set to the machine's IP address.
#### Kafka Consumer
-The standard `FlinkKafkaConsumer082` is a Kafka consumer providing access
to one topic.
-
-The following parameters have to be provided for the
`FlinkKafkaConsumer082(...)` constructor:
+The standard `FlinkKafkaConsumer082` is a Kafka consumer providing access
to one topic. It takes the following parameters to teh constructor:
--- End diff --
typo: teh => the
> Kafka Connector description in Streaming API guide is wrong/outdated
> --------------------------------------------------------------------
>
> Key: FLINK-3043
> URL: https://issues.apache.org/jira/browse/FLINK-3043
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 0.10.0
> Reporter: Stephan Ewen
> Assignee: Stephan Ewen
> Fix For: 1.0.0, 0.10.1
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)