Skip to main content

Re: Kafka avro producer

Hi Karishma,

you can definitely use Avro without the Confluent schema registry. Just write you own serializer/ deserializer. However , you need to share the avro schema version between your producer and consumer somehow.. and also think about changes on your avro schema.


Greets
Valentin

Von meinem iPad gesendet

> Am 27.03.2019 um 07:28 schrieb KARISHMA MALIK <karishma39malik@gmail.com>:
>
> On Wed 27 Mar, 2019, 11:57 AM KARISHMA MALIK, <karishma39malik@gmail.com>
> wrote:
>
>> Hi Team
>> Is there any possible method to use apache Kafka avro producer without
>> using schema registry ?
>>
>> Thanks
>> Karishma
>> M:7447426338
>>

Comments