You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Sigalit Eliazov <e....@gmail.com> on 2021/11/02 09:00:04 UTC

Globalktable usage

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?