chia7712 commented on code in PR #18153:
URL: https://github.com/apache/kafka/pull/18153#discussion_r1881295480
##########
tools/src/main/java/org/apache/kafka/tools/VerifiableConsumer.java:
##########
@@ -614,6 +616,14 @@ private static ArgumentParser argParser() {
.type(String.class)
.metavar("CONFIG_FILE")
.help("Consumer config properties file (config options shared
with command line parameters will be overridden).");
+
+ parser.addArgument("--metadata-recovery-strategy")
Review Comment:
Could you please consider using a configuration file to pass the rebootstrap
settings? Since this configuration is not commonly used, it may not be
worthwhile to expose it as an individual option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]