adixitconfluent commented on code in PR #20850:
URL: https://github.com/apache/kafka/pull/20850#discussion_r2508897477


##########
tools/src/main/java/org/apache/kafka/tools/ConsumerPerformance.java:
##########
@@ -301,7 +301,7 @@ public ConsumerPerfOptions(String[] args) {
                 .describedAs("gid")
                 .defaultsTo("perf-consumer-" + RND.nextInt(100_000))
                 .ofType(String.class);
-            fetchSizeOpt = parser.accepts("fetch-size", "The amount of data to 
fetch in a single request.")
+            fetchSizeOpt = parser.accepts("fetch-size", "The amount of data to 
fetch from a single topic partition in a single request.")

Review Comment:
   ahh, I'll close this PR then



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