MINOR: fix typo in HTML docs (#18742)

Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
Almog Gavra 2025-01-30 02:58:13 -08:00 committed by GitHub
parent cc259d76e9
commit 95abd174c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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