Fork me on GitHub
#jackdaw
<
2023-01-24
>
simon00:01:13

Hi, I am new to Jackdaw and Kafka and am stumped by the meaning of key? parameter in the serde-resolver https://github.com/fundingcircle/jackdaw/blob/0.6.0/src/jackdaw/serdes/resolver.clj#L66

Sam H12:01:00

there's some description in the docstring https://github.com/fundingcircle/jackdaw/blob/0.6.0/src/jackdaw/serdes/resolver.clj#L34-L35 it's basically a true/false flag to say if the serde is for a the key or for the value of the avro message

simon17:01:33

great thanks! for my use case I am using the json serde so false should work

simon00:01:15

is in needed if you don't specify a :schema-filename?