Thanks for the info Nagendra.
Thanks
C Suresh
On Wednesday, May 6, 2020, Nagendra Korrapati
wrote:
> When specific.avro.reader is set to true Deserializer tries to create the
> instance of the Class. The class name is formed by reading the schema
> (writer schema) from schema registry and conc
When specific.avro.reader is set to true Deserializer tries to create the
instance of the Class. The class name is formed by reading the schema (writer
schema) from schema registry and concatenating the namespace and record name.
It is trying to create that instance and it is not found in the c
Hi All,
Currently, I'm working on a usecase wherein I have to deserialie an Avro
object and convert to some other format of Avro. Below is the flow.
DB -> Source Topic(Avro format) -> Stream Processor -> Target Topic (Avro
as nested object).
When I deserialize the message from the Source Topic,