I'm starting out with KafkaStreams and was wondering if it's possible to instantiate a KafkaStreams object with an avro serde? So doing something like this: (def ks (js/kafka-streams sb {"bootstrap.servers" "localhost:9092" "application.id" "test-app" "default.key.serde" AvroSerdeClassName}))