[ https://issues.apache.org/jira/browse/KAFKA-12824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350859#comment-17350859 ]
Josep Prat commented on KAFKA-12824: ------------------------------------ I know that some of the ones I created might not be able to be executed in the "fix version" I specified. But I decided to create them anyway for documentation purposes. > Remove Deprecated method KStream#branch > --------------------------------------- > > Key: KAFKA-12824 > URL: https://issues.apache.org/jira/browse/KAFKA-12824 > Project: Kafka > Issue Type: Sub-task > Components: streams > Reporter: Josep Prat > Priority: Blocker > Fix For: 4.0.0 > > > The method branch in both Java and Scala KStream class was deprecated in > version 2.8: > * org.apache.kafka.streams.scala.kstream.KStream#branch > * > org.apache.kafka.streams.kstream.KStream#branch(org.apache.kafka.streams.kstream.Predicate<? > super K,? super V>...) > * > org.apache.kafka.streams.kstream.KStream#branch(org.apache.kafka.streams.kstream.Named, > org.apache.kafka.streams.kstream.Predicate<? super K,? super V>...) > > See KAFKA-5488 and KIP-418 -- This message was sent by Atlassian Jira (v8.3.4#803005)