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


##########
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:
   @adixitconfluent thanks for this patch. it looks like #20835 is addressing 
the same issue



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