[
https://issues.apache.org/jira/browse/KAFKA-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-9243:
-----------------------------------
Description: 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.
(was: Materialized objects use KayValueStore but the docs should be for
TimestampedKeyValueStore because of changes to Materialized.
This tickets should be broken down in a series of smaller PRs to keep the scope
of each PR contained, allowing for more effective reviews.)
> 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
> Reporter: Walker Carlson
> 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)