This is an automated email from the ASF dual-hosted git repository.

divijv pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 9be3cb3d4bbf490f2b711cf8a4437adaa6c8be9e
Author: Almog Gavra <[email protected]>
AuthorDate: Thu Jan 30 02:58:13 2025 -0800

    MINOR: fix typo in HTML docs (#18742)
    
    Reviewers: Divij Vaidya <[email protected]>
---
 docs/streams/developer-guide/config-streams.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/config-streams.html 
b/docs/streams/developer-guide/config-streams.html
index 4e77fb7de5d..a7d82b97ccd 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -181,7 +181,7 @@ settings.put(... , ...);</code></pre>
             <td><code class="docutils literal"><span 
class="pre">acks="all"</span></code></td>
           </tr>
           <tr class="row-even">
-            <td>replication.factor (for broker version 2.3 or older)/td>
+            <td>replication.factor (for broker version 2.3 or older)</td>
             <td>Streams</td>
             <td><code class="docutils literal"><span 
class="pre">-1</span></code></td>
             <td><code class="docutils literal"><span 
class="pre">3</span></code> (broker 2.4+: ensure broker config 
<code>default.replication.factor=3</code>)</td>

Reply via email to