Skip to content

Commit

Permalink
Adding documentation for KIP-614
Browse files Browse the repository at this point in the history
  • Loading branch information
vamossagar12 committed Feb 5, 2021
1 parent d01d97e commit 49b32b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/streams/upgrade-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ <h3><a id="streams_api_changes_280" href="#streams_api_changes_280">Streams API
into the constructor, it is no longer required to set mandatory configuration parameters
(cf. <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-680%3A+TopologyTestDriver+should+not+require+a+Properties+argument">KIP-680</a>).
</p>
<p>
We added method <code>prefixScan()</code> to interface <code>ReadOnlyKeyValueStore</code>.
Method <code>prefixScan()</code> allows fetching all values whose keys start with a given prefix.
See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-614%3A+Add+Prefix+Scan+support+for+State+Stores">KIP-614</a> for more details.
</p>

<h3><a id="streams_api_changes_270" href="#streams_api_changes_270">Streams API changes in 2.7.0</a></h3>
<p>
Expand Down

0 comments on commit 49b32b0

Please sign in to comment.