mirror of https://github.com/apache/kafka.git
KAFKA-17073 Deprecate ReplicaVerificationTool (#16572)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
808498e939
commit
df5cc4a064
|
|
@ -112,6 +112,8 @@ public class ReplicaVerificationTool {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
try {
|
try {
|
||||||
|
LOG.warn("This tool is deprecated and may be removed in a future major release.");
|
||||||
|
|
||||||
ReplicaVerificationToolOptions options = new ReplicaVerificationToolOptions(args);
|
ReplicaVerificationToolOptions options = new ReplicaVerificationToolOptions(args);
|
||||||
// getting topic metadata
|
// getting topic metadata
|
||||||
LOG.info("Getting topic metadata...");
|
LOG.info("Getting topic metadata...");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue