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

Omkar Mestry commented on KAFKA-7245:
-------------------------------------

Hi [~mjsax], as the method in the WindowStore interface and other interfaces 
and classes which implement WindowStore has been annotated with @Deprecated, 
the test cases which use this method are failing in the build. So do the test 
cases are also needed to be updated?

> Deprecate WindowStore#put(key, value)
> -------------------------------------
>
>                 Key: KAFKA-7245
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7245
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Matthias J. Sax
>            Assignee: Omkar Mestry
>            Priority: Minor
>              Labels: kip, newbie
>
> We want to remove `WindowStore#put(key, value)` – for this, we first need to 
> deprecate is via a KIP and remove later.
> Instead of using `WindowStore#put(key, value)` we need to migrate code to 
> specify the timestamp explicitly using `WindowStore#put(key, value, 
> timestamp)`. The current code base use the explicit call to set the timestamp 
> in production code already. The simplified `put(key, value)` is only used in 
> tests, and thus, we would need to update those tests.
> KIP-474 :- 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=115526545]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to