[ https://issues.apache.org/jira/browse/KAFKA-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356224#comment-15356224 ]
ASF GitHub Bot commented on KAFKA-3920: --------------------------------------- GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1574 KAFKA-3920: Add Schema source connector to Kafka Connect You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka schema-source Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1574.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 #1574 ---- commit dd557b5dde7387b50a37ea91c3b92efe5b500852 Author: Liquan Pei <liquan...@gmail.com> Date: 2016-06-30T00:04:09Z Add schema source connector ---- > Add Schema source connector to Kafka Connect > -------------------------------------------- > > Key: KAFKA-3920 > URL: https://issues.apache.org/jira/browse/KAFKA-3920 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Affects Versions: 0.10.1.0 > Reporter: Liquan Pei > Assignee: Liquan Pei > Fix For: 0.10.1.0 > > Original Estimate: 24h > Remaining Estimate: 24h > > Many sink connectors needs to validate schema compatibility during system > tests and thus needs a source connector that provides capability to send data > to Kafka with multiple schemas. > The schema source connector is also useful to validate delivery guarantees. -- This message was sent by Atlassian JIRA (v6.3.4#6332)