jackdaw

https://github.com/FundingCircle/jackdaw
dakra 2020-08-28T21:53:27.002900Z

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.