This is an automated email from the ASF dual-hosted git repository.
schofielaj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new e6f3efc914b KAFKA-19635: Minor docs tweaks (#20434)
e6f3efc914b is described below
commit e6f3efc914b5ef68419f254a6a52fc7a9a8ee1ab
Author: Andrew Schofield <[email protected]>
AuthorDate: Thu Aug 28 18:52:04 2025 +0100
KAFKA-19635: Minor docs tweaks (#20434)
Improve the wording in the upgrade doc slightly. Also fix a tiny
annoyance in the output from the message generator.
Reviewers: Apoorv Mittal <[email protected]>
---
docs/upgrade.html | 4 ++--
.../src/main/java/org/apache/kafka/message/MessageGenerator.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 398334e3507..772484eb4ed 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -74,8 +74,8 @@
<code>kafka-producer-perf-test.sh</code>
(<code>--producer-props</code> is deprecated in favor of
<code>--command-property</code>)
</li>
<li>
- <code>kafka-consumer-perf-test.sh</code> and
<code>kafka-share-consumer-perf-test.sh</code> gain
- <code>--command-property</code> to bring all
performance testing tools in line
+ <code>kafka-consumer-perf-test.sh</code> and
<code>kafka-share-consumer-perf-test.sh</code> gain the
+ <code>--command-property</code> option to bring all
performance testing tools in line
</li>
</ul>
</li>
diff --git
a/generator/src/main/java/org/apache/kafka/message/MessageGenerator.java
b/generator/src/main/java/org/apache/kafka/message/MessageGenerator.java
index b559d33eb7b..864e989f4c7 100644
--- a/generator/src/main/java/org/apache/kafka/message/MessageGenerator.java
+++ b/generator/src/main/java/org/apache/kafka/message/MessageGenerator.java
@@ -269,7 +269,7 @@ public final class MessageGenerator {
}
}
}
- System.out.printf("MessageGenerator: processed %d Kafka message JSON
files(s).%n", numProcessed);
+ System.out.printf("MessageGenerator: processed %d Kafka message JSON
file(s).%n", numProcessed);
}
/**