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.
>
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
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: