MINOR: Add ConsumerPerformance tool migration note (#13559)

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
Federico Valeri 2023-04-17 15:55:21 +02:00 committed by GitHub
parent 3d4a4d28e1
commit 6ad236a8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
This new setting is marked deprecated and will be removed in the next major release when incrementalAlterConfigs API is always used.
See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-894%3A+Use+incrementalAlterConfigs+API+for+syncing+topic+configurations">KIP-894</a> for more details.
</li>
<li>The JmxTool, EndToEndLatency and StreamsResetter have been migrated to the tools module.
<li>The JmxTool, EndToEndLatency, StreamsResetter and ConsumerPerformance have been migrated to the tools module.
The 'kafka.tools' package is deprecated and will change to 'org.apache.kafka.tools' in the next major release.
See <a href="https://issues.apache.org/jira/browse/KAFKA-14525">KAFKA-14525</a> for more details.
</li>