Can anyone give me any pointers with using a local Avro schema file to deserialize messages? I think I need :deserializer-properties {"specific.avro.reader" true} but I must be missing something
So far I have
:value-serde {:serde-keyword :jackdaw.serdes.avro.confluent/serde
:schema-filename "avro-schemas/foo.avsc"
:deserializer-properties {"specific.avro.reader" true}
:key? false}I think I have :deserializer-properties in the wrong place maybe
It seems to work if I pass it straight to resolver/serde-resolver but I’m not sure how to do that just for a single serdes