Convert complex Java objects to Avro schema | Existing POJOs to Avro schema for Kafka uses

preview_player
Показать описание
This video will explain how to convert existing complex java objects present in your application to Avro schema which further can be used with Kafka

Like | Subscribe | Share

Рекомендации по теме
Комментарии
Автор

This is Really Helpful. Please keep us posted more. Thaks a lot. By any chance do you take classes? Let me know. I am interested.

garikapatigireesh
Автор

Thanks for quick video. This is helpful.

sanjeevjangra
Автор

Hi vishal can you share gradle project dependencies for creating target folder for avro schema

shubhamsalunkhe
Автор

Good video. I'm having problems converting Dates into schemas, I tried everyrhing (localdate, localdatetime, timestamp classes, also tried joda time classes).
The only way I maneged to create the schema was manually.

Do you know a way to create the schema automatically with reflect data using timestamp?

zorgnox
Автор

How can we convert complex json data taken from controller into avro and send it to kafka--here you are just converting POJO to avro

jahanavipagadala
Автор

Hi Vishal,

I'm working with Kakfa and getting some duplicate data in db table

kumarajaypaliwal