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



##########
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:
       
![image](https://user-images.githubusercontent.com/5845561/78615480-809bb580-7826-11ea-9f59-2e7c3cf1a901.png)
   Let's add a space between `stores(` as `stores (`, and add a period after 
`<code>KafkaStreams.allLocalStorePartitionLags()</code>`




----------------------------------------------------------------
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:
[email protected]


Reply via email to