Fork me on GitHub
#jackdaw
<
2020-08-28
>
dakra21:08:27

Is there a way to define the jackdaw json serde as a default in my streams-config? I'm able to use EdnSerde like

{:streams-config {,,,,,
                  "default.key.serde" "jackdaw.serdes.EdnSerde"
                  "default.value.serde" "jackdaw.serdes.EdnSerde"}}
but for jackday.serdes.json/serdeI could only make it work when passing it explicitly in the topic-config.