[ https://issues.apache.org/jira/browse/KAFKA-12824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350941#comment-17350941 ]
Bruno Cadonna commented on KAFKA-12824: --------------------------------------- [~mjsax] Do we know for which date AK 4.0.0 is planned? I could not find anything on the wiki. Since we do not know the release date, we do not know if the deprecation period will be enough or not. I would add a note to the description of this ticket that says that it is not clear whether the deprecation period of the subtasks is long enough for 4.0.0 and that they should be re-evaluated once it is clear when 4.0.0 will be released. > 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)