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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to