KAFKA-17073 Deprecate ReplicaVerificationTool (#16572)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Lee Dongjin 2024-07-16 17:57:45 +09:00 committed by GitHub
parent 808498e939
commit df5cc4a064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ public class ReplicaVerificationTool {
public static void main(String[] args) {
try {
LOG.warn("This tool is deprecated and may be removed in a future major release.");
ReplicaVerificationToolOptions options = new ReplicaVerificationToolOptions(args);
// getting topic metadata
LOG.info("Getting topic metadata...");