split

fun <K, V> KStream<K, V>.split(name: String? = null): BranchedKStream<K, V>

See also