mirror of https://github.com/apache/kafka.git
MINOR: Add ConsumerPerformance tool migration note (#13559)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
parent
3d4a4d28e1
commit
6ad236a8bd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue