[ https://issues.apache.org/jira/browse/KAFKA-7928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax resolved KAFKA-7928.
------------------------------------
Resolution: Duplicate
> Deprecate WindowStore.put(key, value)
> -------------------------------------
>
> Key: KAFKA-7928
> URL: https://issues.apache.org/jira/browse/KAFKA-7928
> Project: Kafka
> Issue Type: Improvement
> Reporter: John Roesler
> Assignee: Slim Ouertani
> Priority: Major
> Labels: beginner, easy-fix, needs-kip, newbie
>
> Specifically, `org.apache.kafka.streams.state.WindowStore#put(K, V)`
> This method is strange... A window store needs to have a timestamp associated with the
key, so if you do a put without a timestamp, it's up to the store to just make one up.
> Even the javadoc on the method recommends not to use it, due to this confusing behavior.
> We should just deprecate it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|