chia7712 commented on code in PR #21688:
URL: https://github.com/apache/kafka/pull/21688#discussion_r2913300705


##########
tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java:
##########
@@ -319,7 +319,7 @@ static ArgumentParser argParser() {
                 .dest("producerConfig")
                 .help("(DEPRECATED) Kafka producer related configuration 
properties like client.id. " +
                         "These configs take precedence over those passed via 
--command-config or --producer.config. " +
-                        "This option will be removed in a future version. Use 
--command-property instead.");
+                        "This option will be removed in a future version. Use 
--command-property instead. Example: --command-property linger.ms=10 
batch.size=32768");

Review Comment:
   Using `--command-property` should be fine, since the documentation already 
suggests using the new arugment



-- 
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]

Reply via email to