Re: Deserialize avro message without reader schema.

2022-10-10 Thread Yaroslav Tkachenko
Hi Sucheth, The short answer is no, when deserializing Avro messages you have to provide the schema somehow, either directly or using the Schema Registry. On Mon, Oct 10, 2022 at 10:00 AM Sucheth S wrote: > Hi, > > I'm trying to deserialize avro messages from the kafka topic as a > consumer. >

Re: Deserialize avro message without reader schema.

2022-10-10 Thread Антон
Hi,What you mean by holding the schema? You don't have to hold it as schema registry does it for you.20:00, 10 октября 2022 г., Sucheth S :Hi,I'm trying to deserialize avro messages from the kafka topic as a consumer. As a kafka consumer, I do not want to hold the reader schema on my end.Is there a

Deserialize avro message without reader schema.

2022-10-10 Thread Sucheth S
Hi, I'm trying to deserialize avro messages from the kafka topic as a consumer. As a kafka consumer, I do not want to hold the reader schema on my end. Is there a way to deserialize avro messages to GenericRecord without providing the reader schema ? Regards, Sucheth Shivakumar website : https: