Hi all,
currently jackdaw doesn’t wrap KStream/to
overload with TopicNameExtractor
. Any plans for supporting it? Or thoughts on how could I do it?
There is already a to
function with the same arity
an example how it is solved in another library: https://github.com/dvlopt/kafka.clj/blob/c4a7c429f3c9e74e04d223c765a38d039eb594c3/src/dvlopt/kstreams/stream.clj#L950