Skip to content

Commit

Permalink
updated the upgrade.html
Browse files Browse the repository at this point in the history
  • Loading branch information
chiacyu committed Sep 17, 2024
1 parent 0a4c507 commit 493af13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4
<li>
The <code>kafka.tools.NoOpMessageFormatter</code> class has been removed. Please use the <code>org.apache.kafka.tools.consumer.NoOpMessageFormatter</code> class instead.
</li>
<li>
The <code>--whitelist</code> option was removed from the <code>kafka-console-consumer</code> command line tool.
Please use <code>--include</code> instead.
</li>
<li>
The <code>blacklist/whitelist</code> was removed from the <code>kafka.common.metrics.JmxReporter</code>
Please use <code>EXCLUDE_CONFIG/INCLUDE_CONFIG</code> instead.
</li>

</ul>
</ul>

Expand Down

0 comments on commit 493af13

Please sign in to comment.