mjsax commented on code in PR #14898:
URL: https://github.com/apache/kafka/pull/14898#discussion_r1418202440


##########
docs/streams/upgrade-guide.html:
##########
@@ -139,6 +139,10 @@ <h3><a id="streams_api_changes_370" 
href="#streams_api_changes_370">Streams API
         <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-985%3A+Add+reverseRange+and+reverseAll+query+over+kv-store+in+IQv2";>KIP-985</a>
 extends this functionality by adding <code>.withDescendingKeys()</code> to 
allow user to receive data in descending order.
     </p>
 
+    <p>
+        <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-992%3A+Proposal+to+introduce+IQv2+Query+Types%3A+TimestampedKeyQuery+and+TimestampedRangeQuery";>KIP-992</a>
 add two new query types, namely <code>TimestampedKeyQuery</code> and 
<code>TimestampedRangeQuery</code>. Both should be used to query a timestamped 
key-value store, to retrieve a <code>ValueAndTimestamp</code> result. The 
existing <code>KeyQuery</code> and <code>RangeQuery</code> are changes to 
always return the value only, also for timestamped key-value stores.

Review Comment:
   ```suggestion
           <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-992%3A+Proposal+to+introduce+IQv2+Query+Types%3A+TimestampedKeyQuery+and+TimestampedRangeQuery";>KIP-992</a>
 adds two new query types,
           namely <code>TimestampedKeyQuery</code> and 
<code>TimestampedRangeQuery</code>. Both should be used to query a timestamped 
key-value store, to retrieve a <code>ValueAndTimestamp</code> result.
           The existing <code>KeyQuery</code> and <code>RangeQuery</code> are 
changed to always return the value only for timestamped key-value stores.
   ```



-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to