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


##########
docs/streams/developer-guide/config-streams.html:
##########
@@ -492,54 +491,60 @@ <h4><a class="toc-backref" 
href="#id45">num.standby.replicas</a><a class="header
               The default of <code>-1</code> (meaning: use broker default 
replication factor) requires broker version 2.4 or newer.</td>
             <td><code class="docutils literal"><span 
class="pre">-1</span></code></td>
           </tr>
-          <tr class="row-odd"><td>retry.backoff.ms</td>
+          <tr class="row-odd"><td>repartition.purge.interval.ms</td>
+            <td>Low</td>
+            <td colspan="2">The frequency in milliseconds with which to delete 
fully consumed records from repartition topics. Purging will occur after at 
least this value since the last purge, but may be delayed until later.
+              (Note, unlike <code class="docutils literal"><span 
class="pre">commit.interval.ms</span></code>, the default for this value 
remains unchanged when <code class="docutils literal"><span 
class="pre">processing.guarantee</span></code> is set to <code class="docutils 
literal"><span class="pre">exactly_once_v2</span></code>)</td>

Review Comment:
   Yes, I just meant the sentence 
   > (Note, unlike commit.interval.ms, the default for this value remains 
unchanged when processing.guarantee is set to exactly_once_v2).
   
   While it was discussed on the KIP, I don't think it should be in the docs. 
In the end, if somebody does not have context (ie, most users), there is no 
reason why they would assume this config would change when EOS gets enabled.



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