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/serde
I could only make it work when passing it explicitly in the topic-config.