[ https://issues.apache.org/jira/browse/FLINK-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420406#comment-15420406 ]
ASF GitHub Bot commented on FLINK-3874: --------------------------------------- Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 I removed fieldNames and fieldTypes from the constructor arguments and rely on **configure** method. Because of that I had to add an additional method for create serialization scheme in sub classes, since field names and field types are unknown at the moment of an object creation. @wuchong @twalthr Could you please review the PR again? > Add a Kafka TableSink with JSON serialization > --------------------------------------------- > > Key: FLINK-3874 > URL: https://issues.apache.org/jira/browse/FLINK-3874 > Project: Flink > Issue Type: New Feature > Components: Table API & SQL > Reporter: Fabian Hueske > Assignee: Ivan Mushketyk > Priority: Minor > > Add a TableSink that writes JSON serialized data to Kafka. -- This message was sent by Atlassian JIRA (v6.3.4#6332)