peek

fun <K, V> KStream<K, V>.peek(name: String? = null, forEachAction: ForeachAction<K, V>): KStream<K, V>

See also