[ https://issues.apache.org/jira/browse/FLINK-9523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607053#comment-16607053 ]
ASF GitHub Bot commented on FLINK-9523: --------------------------------------- SokolovMS opened a new pull request #6672: [FLINK-9523] Add Kafka examples for Flink Table/SQL API URL: https://github.com/apache/flink/pull/6672 ## What is the purpose of the change Implementation of FLINK-9523 ## Brief change log Added an example of using Kafka JSON TableSource with executing SQL queries on input table. ## Verifying this change 1. Start ZooKeeper 2. Start Kafka 3. Run Consumer with arguments specified in the JavaDoc 4. Run Producer with arguments specified in the JavaDoc ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): yes - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no. Could only use them. - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no - The S3 file system connector: no ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Add Kafka examples for Flink Table/SQL API > ------------------------------------------- > > Key: FLINK-9523 > URL: https://issues.apache.org/jira/browse/FLINK-9523 > Project: Flink > Issue Type: Task > Components: Examples > Reporter: Shuyi Chen > Assignee: Mikhail Sokolov > Priority: Major > Labels: pull-request-available > > Given the popularity of Flink SQL and Kafka as streaming source, we want to > add some examples of using Kafka JSON/Avro TableSource in > flink-examples/flink-examples-table module. -- This message was sent by Atlassian JIRA (v7.6.3#76005)