Hi, Is there a way to generate a specified amount of throughput? I'm using the Stats class here <https://github.com/apache/kafka/blob/7130da90a9ee9e6fb4beb2a2a6ab05c06c9bfac4/clients/src/main/java/org/apache/kafka/clients/tools/ProducerPerformance.java> to measure the throughput. Though I need to be able to precisely control the amount of load. For example, 1000 records per second.
Thanks, Josh