Avro SerializationSchema for Confluent Registry

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Avro SerializationSchema for Confluent Registry

PoolakkalMukkath, Shakir

Hi Till,

Is there a Serialization schema for Kafka Producer when using Confluent Registry ? I am trying to publish to a topic which uses confluent registry and Avro schema.

If there is one, please point me. Otherwise, what are the alternatives to do this ?

Thanks

Shakir

Reply | Threaded
Open this post in threaded view
|

Re: Avro SerializationSchema for Confluent Registry

Dawid Wysakowicz-2

Hi Shakir,

There is no out of the box Serialization schema that uses Confluent Registry. There is an open PR[1] that tries to implement that. It is a work in progress though. Recently the issue was picked up by another contributor (Dominik) that wanted to take it over.

You may try to reuse some of the code there.

Best,

Dawid

[1] https://github.com/apache/flink/pull/6259

On 03/05/2019 15:09, PoolakkalMukkath, Shakir wrote:

Hi Till,

Is there a Serialization schema for Kafka Producer when using Confluent Registry ? I am trying to publish to a topic which uses confluent registry and Avro schema.

If there is one, please point me. Otherwise, what are the alternatives to do this ?

Thanks

Shakir


signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [EXTERNAL] Re: Avro SerializationSchema for Confluent Registry

PoolakkalMukkath, Shakir

Thanks Dawid. That helps

 

From: Dawid Wysakowicz <[hidden email]>
Date: Friday, May 3, 2019 at 9:26 AM
To: "PoolakkalMukkath, Shakir" <[hidden email]>, Till Rohrmann <[hidden email]>, "[hidden email]" <[hidden email]>, Dominik WosiƄski <[hidden email]>
Subject: [EXTERNAL] Re: Avro SerializationSchema for Confluent Registry

 

Hi Shakir,

There is no out of the box Serialization schema that uses Confluent Registry. There is an open PR[1] that tries to implement that. It is a work in progress though. Recently the issue was picked up by another contributor (Dominik) that wanted to take it over.

You may try to reuse some of the code there.

Best,

Dawid

[1] https://github.com/apache/flink/pull/6259

On 03/05/2019 15:09, PoolakkalMukkath, Shakir wrote:

Hi Till,

Is there a Serialization schema for Kafka Producer when using Confluent Registry ? I am trying to publish to a topic which uses confluent registry and Avro schema.

If there is one, please point me. Otherwise, what are the alternatives to do this ?

Thanks

Shakir