forEach

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

See also