You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "divijvaidya (via GitHub)" <gi...@apache.org> on 2023/06/20 08:19:08 UTC

[GitHub] [kafka] divijvaidya commented on a diff in pull request #13877: MINOR:Fix wrong semantics hint in TROGDOR.md

divijvaidya commented on code in PR #13877:
URL: https://github.com/apache/kafka/pull/13877#discussion_r1234911426


##########
TROGDOR.md:
##########
@@ -143,7 +143,7 @@ RoundTripWorkload tests both production and consumption.  The workload starts a
 
 ### ConsumeBench
 ConsumeBench starts one or more Kafka consumers on a single agent node. Depending on the passed in configuration (see ConsumeBenchSpec), the consumers either subscribe to a set of topics (leveraging consumer group functionality and dynamic partition assignment) or manually assign partitions to themselves.
-The workload measures the average produce latency, as well as the median, 95th percentile, and 99th percentile latency.
+The workload measures the average consume latency, as well as the median, 95th percentile, and 99th percentile latency.

Review Comment:
   Have we verified by running the test that it actually doesn't measure produce latency?



-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org