Skip to content

Commit e6f3efc

Browse files
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]>
1 parent 50009cc commit e6f3efc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/upgrade.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ <h5><a id="upgrade_420_notable" href="#upgrade_420_notable">Notable changes in 4
7474
<code>kafka-producer-perf-test.sh</code> (<code>--producer-props</code> is deprecated in favor of <code>--command-property</code>)
7575
</li>
7676
<li>
77-
<code>kafka-consumer-perf-test.sh</code> and <code>kafka-share-consumer-perf-test.sh</code> gain
78-
<code>--command-property</code> to bring all performance testing tools in line
77+
<code>kafka-consumer-perf-test.sh</code> and <code>kafka-share-consumer-perf-test.sh</code> gain the
78+
<code>--command-property</code> option to bring all performance testing tools in line
7979
</li>
8080
</ul>
8181
</li>

generator/src/main/java/org/apache/kafka/message/MessageGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public static void processDirectories(String packageName,
269269
}
270270
}
271271
}
272-
System.out.printf("MessageGenerator: processed %d Kafka message JSON files(s).%n", numProcessed);
272+
System.out.printf("MessageGenerator: processed %d Kafka message JSON file(s).%n", numProcessed);
273273
}
274274

275275
/**

0 commit comments

Comments
 (0)