Tao, Thanks. The example on https://gist.github.com/jkreps/c7ddb4041ef62a900e6c is outdated already. The error message shows:
USAGE: java kafka.tools.TestEndToEndLatency$ broker_list zookeeper_connect topic num_messages consumer_fetch_max_wait producer_acks Can anyone helps me what should be put in consumer_fetch_max_wait? Thanks. On Tue, Jul 14, 2015 at 5:21 PM, Tao Feng <[email protected]> wrote: > I think ProducerPerformance microbenchmark only measure between client to > brokers(producer to brokers) and provide latency information. > > On Tue, Jul 14, 2015 at 11:05 AM, Yuheng Du <[email protected]> > wrote: > > > Currently, the latency test from kafka test the end to end latency > between > > producers and consumers. > > > > Is there a way to test the producer to broker and broker to consumer > > delay seperately? > > > > Thanks. > > >
