You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2018/04/24 08:41:00 UTC

[jira] [Created] (FLINK-9247) Allow creating table sources/sinks from an Avro schema

Timo Walther created FLINK-9247:
-----------------------------------

             Summary: Allow creating table sources/sinks from an Avro schema
                 Key: FLINK-9247
                 URL: https://issues.apache.org/jira/browse/FLINK-9247
             Project: Flink
          Issue Type: Improvement
          Components: Table API &amp; SQL
            Reporter: Timo Walther
            Assignee: Timo Walther


FLINK-8537 introduced table factories for reading Avro records from a Kafka source. However, the configuration of the source requires an Avro generated class to be present in the classpath. This might make it difficult for users of the SQL Client (FLINK-7594) to quickly create a pipeline from a string-based Avro schema. In order to improve this, we need table source factories that can also deal with a schema instead of a Avro record class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)