mapTopicRecords

fun <inK, inV, outK, outV : TopicRecord<outK>> KStream<inK, inV>.mapTopicRecords(name: String, mapper: (key: inK, value: inV) -> outV): KStream<outK, outV>

See also