You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2021/05/22 20:25:00 UTC

[jira] [Commented] (KAFKA-12830) Remove Deprecated constructor in TimeWindowedDeserializer and TimeWindowedSerde

    [ https://issues.apache.org/jira/browse/KAFKA-12830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17349838#comment-17349838 ] 

Matthias J. Sax commented on KAFKA-12830:
-----------------------------------------

KIP-659 was only merged in 2.8 so I think it will be too early to remove this method in 4.0.0 – we keep methods for at least 1 year, ie, 3 releases, and remove only in the next major release after this timeline.

> Remove Deprecated constructor in TimeWindowedDeserializer and TimeWindowedSerde
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-12830
>                 URL: https://issues.apache.org/jira/browse/KAFKA-12830
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: streams
>            Reporter: Josep Prat
>            Priority: Blocker
>             Fix For: 4.0.0
>
>
> The single argument constructor and a factory method of the following classes were deprecated in version 2.8:
>  * org.apache.kafka.streams.kstream.TimeWindowedDeserializer#TimeWindowedDeserializer(org.apache.kafka.common.serialization.Deserializer<T>)
>  * org.apache.kafka.streams.kstream.WindowedSerdes.TimeWindowedSerde#TimeWindowedSerde(org.apache.kafka.common.serialization.Serde<T>)
>  * org.apache.kafka.streams.kstream.WindowedSerdes#timeWindowedSerdeFrom(java.lang.Class<T>) 
>  
> See KAFKA-10366 & KAFKA-9649 and KIP-659



--
This message was sent by Atlassian Jira
(v8.3.4#803005)