Skip to content

Commit

Permalink
MINOR: mention KAFKA-15905 in docs "Notable changes in 3.7.1" (apache…
Browse files Browse the repository at this point in the history
…#16070)

* MINOR: mention KAFKA-15905 in docs "Notable changes in 3.7.1/3.8.0"

Co-Authored-By: Adrian Preston <[email protected]>
  • Loading branch information
edoardocomar and prestona authored May 24, 2024
1 parent 4f55786 commit 8eea6b8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@

<script id="upgrade-template" type="text/x-handlebars-template">

<h4><a id="upgrade_3_8_0" href="#upgrade_3_8_0">Upgrading to 3.8.0 from any version 0.8.x through 3.6.x</a></h4>

<h5><a id="upgrade_380_notable" href="#upgrade_380_notable">Notable changes in 3.8.0</a></h5>
<ul>
<li>MirrorMaker 2 can now emit checkpoints for offsets mirrored before the start of the Checkpoint task for improved offset translation.
This requires MirrorMaker 2 to have READ authorization to the Checkpoint topic.
If READ is not authorized, checkpointing is limited to offsets mirrorred after the start of the task.
See <a href="https://issues.apache.org/jira/browse/KAFKA-15905">KAFKA-15905</a> for more details.
</li>
</ul>

<h4><a id="upgrade_3_7_1" href="#upgrade_3_7_1">Upgrading to 3.7.1 from any version 0.8.x through 3.6.x</a></h4>


Expand Down Expand Up @@ -83,6 +94,15 @@ <h5><a id="upgrade_371_kraft" href="#upgrade_371_kraft">Upgrading KRaft-based cl
Given your current and target versions, a downgrade is only possible if there are no metadata changes in the versions between.</li>
</ol>

<h5><a id="upgrade_371_notable" href="#upgrade_371_notable">Notable changes in 3.7.1</a></h5>
<ul>
<li>MirrorMaker 2 can now emit checkpoints for offsets mirrored before the start of the Checkpoint task for improved offset translation.
This requires MirrorMaker 2 to have READ authorization to the Checkpoint topic.
If READ is not authorized, checkpointing is limited to offsets mirrorred after the start of the task.
See <a href="https://issues.apache.org/jira/browse/KAFKA-15905">KAFKA-15905</a> for more details.
</li>
</ul>

<h5><a id="upgrade_370_notable" href="#upgrade_370_notable">Notable changes in 3.7.0</a></h5>
<ul>
<li>Java 11 support for the broker and tools has been deprecated and will be removed in Apache Kafka 4.0. This complements
Expand Down

0 comments on commit 8eea6b8

Please sign in to comment.