Hi i am trying to build globalktable from a topic which consumes avro messages. I am using apicurio for the schema registry.
My problem is that even after the serialisation i receive a GenericRecord and then i need to map it to my object. I expected to get my object after the seriliaztion. Any thoughts on that?