[ https://issues.apache.org/jira/browse/FLINK-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390503#comment-14390503 ]
ASF GitHub Bot commented on FLINK-1753: --------------------------------------- GitHub user gaborhermann opened a pull request: https://github.com/apache/flink/pull/557 [FLINK-1753] [streaming] Added test for Kafka connector with tuple type Extended the KafkaITCase with a topology of a non-String type and fixed a small bug with Kafka key serializer. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gaborhermann/flink flink-1753 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/557.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 #557 ---- commit 8cb784a26efcc7685df5430116854c1ed989b44e Author: Gábor Hermann <reckone...@gmail.com> Date: 2015-04-01T12:51:04Z [FLINK-1753] [streaming] Added test for Kafka connector with tuple type ---- > Add more tests for Kafka Connectors > ----------------------------------- > > Key: FLINK-1753 > URL: https://issues.apache.org/jira/browse/FLINK-1753 > Project: Flink > Issue Type: Improvement > Components: Streaming > Affects Versions: 0.9 > Reporter: Robert Metzger > > The current {{KafkaITCase}} is only doing a single test. > We need to refactor that test so that it brings up a Kafka/Zookeeper server > and than performs various tests: > Tests to include: > - A topology with non-string types > - A topology with a custom Kafka Partitioning class > - A topology testing the regular {{KafkaSource}}. > - Kafka broker failure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)