You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/02/13 15:35:00 UTC

[jira] [Commented] (FLINK-16048) Support read avro data that serialized by KafkaAvroSerializer from Kafka in Table

    [ https://issues.apache.org/jira/browse/FLINK-16048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036310#comment-17036310 ] 

Dawid Wysakowicz commented on FLINK-16048:
------------------------------------------

I am not sure if I understand the issue. Do you mean we should support Kafka's {{Serializers}}? This is something we could revisit at some point, but this is an issue for DataStream API not Table API.

Also I don't think the linked question is necessarily related. There is no mention of {{KafkaAvroSerializer}}. I think the problem is that the user provided a wrong schema for his records.

> Support read avro data that serialized by KafkaAvroSerializer from Kafka in Table
> ---------------------------------------------------------------------------------
>
>                 Key: FLINK-16048
>                 URL: https://issues.apache.org/jira/browse/FLINK-16048
>             Project: Flink
>          Issue Type: Improvement
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>    Affects Versions: 1.11.0
>            Reporter: Leonard Xu
>            Priority: Major
>             Fix For: 1.11.0
>
>
>  found SQL Kafka connector can not consume avro data that was serialized by `KafkaAvroSerializer` and only can consume Row data with avro schema because we use `AvroRowDeserializationSchema/AvroRowSerializationSchema` to se/de data in  `AvroRowFormatFactory`. 
> I think we should support this because `KafkaAvroSerializer` is very common in Kafka.
> and someone met same question in stackoverflow[1].
> [[1]https://stackoverflow.com/questions/56452571/caused-by-org-apache-avro-avroruntimeexception-malformed-data-length-is-negat/56478259|https://stackoverflow.com/questions/56452571/caused-by-org-apache-avro-avroruntimeexception-malformed-data-length-is-negat/56478259]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)