Re: 答复: kafka performance question

2014-05-26 Thread svante karlsson
Do you read from the file in the callback from kafka? I just implemented c++ bindings and in one of the tests i did I got the following results: 1000 messages per batch (fairly small messages ~150 bytes) and then wait for the network layer to ack the send (not server ack)'s before putting another

答复: kafka performance question

2014-05-25 Thread Zhujie (zhujie, Smartcare)
Only one broker,and eight partitions, async mode. Increase the number of batch.num.messages is useless. We split the whole file into 1K per block. -邮件原件- 发件人: robairrob...@gmail.com [mailto:robairrob...@gmail.com] 代表 Robert Turner 发送时间: 2014年5月16日 13:45 收件人: users@kafka.apache.org 主题: