This class records the average end to end latency for a single message to travel through Kafka
broker_list = location of the bootstrap broker for both the producer and the consumer
num_messages = # messages to send
producer_acks = See ProducerConfig.ACKS_DOC
message_size_bytes = size of each message in bytes
This class records the average end to end latency for a single message to travel through Kafka
broker_list = location of the bootstrap broker for both the producer and the consumer num_messages = # messages to send producer_acks = See ProducerConfig.ACKS_DOC message_size_bytes = size of each message in bytes
e.g. [localhost:9092 test 10000 1 20]