You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2015/11/18 20:35:28 UTC

[GitHub] flink pull request: [FLINK-3043] [docs] Fix description of Kafka C...

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/flink/pull/1380

    [FLINK-3043] [docs] Fix description of Kafka Consumer and Producer.

    This also adds to the deprecated classes pointers forward to the designated classes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/StephanEwen/incubator-flink kafka_docs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1380.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1380
    
----
commit fe01b8105cd7dc5ec5fab5bd5ea23094a23df8a1
Author: Stephan Ewen <se...@apache.org>
Date:   2015-11-18T19:30:05Z

    [FLINK-3043] [docs] Fix description of Kafka Consumer and Producer.
    
    This also adds to the deprecated classes pointers forward to the designated classes.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3043] [docs] Fix description of Kafka C...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/1380


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3043] [docs] Fix description of Kafka C...

Posted by tillrohrmann <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3043] [docs] Fix description of Kafka C...

Posted by tillrohrmann <gi...@git.apache.org>.
Github user tillrohrmann commented on the pull request:

    https://github.com/apache/flink/pull/1380#issuecomment-158045723
  
    LGTM. Maybe we can also update the documentation for 0.10 if the changes apply to this version as well.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3043] [docs] Fix description of Kafka C...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1380#issuecomment-158052373
  
    Will fix typo and merge for both branches...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---