brary commented on a change in pull request #8395:
URL: https://github.com/apache/kafka/pull/8395#discussion_r426485550



##########
File path: docs/upgrade.html
##########
@@ -39,7 +39,8 @@ <h5><a id="upgrade_250_notable" 
href="#upgrade_250_notable">Notable changes in 2
         <a 
href="https://github.com/apache/kafka/tree/2.5/examples";>examples</a> folder. 
Check out
         <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-447%3A+Producer+scalability+for+exactly+once+semantics";>KIP-447</a>
         for the full details.</li>
-    <li>Deprecated <code>KafkaStreams.store(String, QueryableStoreType)</code> 
and replaced it with <code>KafkaStreams.store(StoreQueryParameters)</code>.</li>
+    <li>Provided support to query stale stores(for high availability) and the 
stores belonging to a specific partition by deprecating 
<code>KafkaStreams.store(String, QueryableStoreType)</code> and replacing it 
with <code>KafkaStreams.store(StoreQueryParameters)</code>.</li>

Review comment:
       Thanks @abbccdda . Addressed both the comments in the latest commit.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to