jackdaw

Alastair Hole 2022-07-18T15:13:58.403859Z

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

Alastair Hole 2022-07-18T15:14:55.510139Z

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}

Alastair Hole 2022-07-18T15:40:32.492249Z

I think I have :deserializer-properties in the wrong place maybe

Alastair Hole 2022-07-18T15:41:04.413539Z

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