Hi, is there documentation for using a jackdaw with a serializer that isn't one of the officially supported ones? In particular I'm trying to use it with Fressian
Jackdaw Serdes is largely independent of everything else. So long as your function returns something that looks like org.apache.kafka.common.serialization.serde, it should work.