Re: Kafka 0.8 High-Level Consumer: fetcher threads

2013-12-16 Thread Evelina
Hi Jun, Thank you for the quick feedback! here is the issue https://issues.apache.org/jira/browse/KAFKA-1184 -- Best Regards, Evelina On 12/16/2013 08:18 PM, Jun Rao wrote: It's possible to support multi-fetchers per broker in the consumer. Could you file a jira to track that? However, typical

Re: Kafka 0.8 High-Level Consumer: fetcher threads

2013-12-16 Thread Jun Rao
It's possible to support multi-fetchers per broker in the consumer. Could you file a jira to track that? However, typically the bottleneck is not in the fetcher, but in decompression, decoding and application logic during the consumption. Thanks, Jun On Mon, Dec 16, 2013 at 7:33 AM, Evelina wr