You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flink Jira Bot (Jira)" <ji...@apache.org> on 2022/01/03 10:40:00 UTC

[jira] [Updated] (FLINK-18800) Avro serialization schema doesn't support Kafka key/value serialization

     [ https://issues.apache.org/jira/browse/FLINK-18800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flink Jira Bot updated FLINK-18800:
-----------------------------------
      Labels: auto-deprioritized-critical auto-deprioritized-major auto-deprioritized-minor  (was: auto-deprioritized-critical auto-deprioritized-major stale-minor)
    Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any updates so it is being deprioritized. If this ticket is actually Minor, please raise the priority and ask a committer to assign you the issue or revive the public discussion.


> Avro serialization schema doesn't support  Kafka key/value serialization
> ------------------------------------------------------------------------
>
>                 Key: FLINK-18800
>                 URL: https://issues.apache.org/jira/browse/FLINK-18800
>             Project: Flink
>          Issue Type: New Feature
>          Components: Connectors / Kafka, Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>    Affects Versions: 1.11.0, 1.11.1
>            Reporter: Mohammad Hossein Gerami
>            Priority: Not a Priority
>              Labels: auto-deprioritized-critical, auto-deprioritized-major, auto-deprioritized-minor
>
> {color:#ff8b00}AvroSerializationSchema{color} and {color:#ff8b00}ConfluentRegistryAvroSerializationSchema{color} doesn't support Kafka key/value serialization. I implemented a custom Avro serialization schema for solving this problem. 
> please consensus to implement new class to support kafka key/value serialization.
> for example in the Flink must implement a class like this:
> {code:java}
> public class KafkaAvroRegistrySchemaSerializationSchema extends RegistryAvroSerializationSchema<GenericRecord> implements KafkaSerializationSchema<GenericRecord>{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)