Re: Poor performance consuming multiple topics

2015-02-11 Thread CJ Woolard
They controls how long the fetch request will wait on data. What are the values on your consumers? You may want to try tuning these two configs as well. Guozhang On Mon, Feb 9, 2015 at 9:48 AM, CJ Woolard cwool...@channeliq.com wrote: Thank you for your help, and I apologize

Re: Poor performance consuming multiple topics

2015-02-09 Thread CJ Woolard
help CJ Woolard -- -- Guozhang

Fetch size

2015-02-08 Thread CJ Woolard
range). Is it possible to set the fetch size to a lower number than the max message size and gracefully handle larger messages (as a trapped exception for example) in order to improve our throughput? Thank you in advance for your help CJ Woolard