You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/19 18:50:00 UTC

[jira] [Commented] (KAFKA-9243) Update the javadocs from KeyValueStore to TimestampKeyValueStore

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

ASF GitHub Bot commented on KAFKA-9243:
---------------------------------------

mjsax commented on pull request #7848: KAFKA-9243 Update the javadocs to include TimestampKeyValueStore
URL: https://github.com/apache/kafka/pull/7848
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Update the javadocs from KeyValueStore to TimestampKeyValueStore
> ----------------------------------------------------------------
>
>                 Key: KAFKA-9243
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9243
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 2.3.0
>            Reporter: Walker Carlson
>            Assignee: Demitri Swan
>            Priority: Minor
>              Labels: beginner, newbie
>
> As of version 2.3, the DSL uses `TimestampedStores` to represent KTables. However, the JavaDocs of all table-related operators still refer to plain `KeyValueStores` etc instead of `TimestampedKeyValueStore` etc. Hence, all those JavaDocs should be updated (the JavaDocs are technically not incorrect, because one can access a TimestampedKeyValueStore as a KeyValueStore, too – hence this ticket is not a "bug" but an improvement.



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