| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (0.126s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How can a producer avoid slow brokers? - Kafka - [mail # user]
|
|
...We can't afford to block since we don't want the pressureto percolate upstream (even if we did, scribe would drop the messagesrather than the producer).aim is to not block while queueing as ...
|
|
|
Author: Raghu Angadi,
2013-01-04, 19:09
|
|
|
Re: How can a producer avoid slow brokers? - Kafka - [mail # user]
|
|
...On Fri, Jan 4, 2013 at 8:39 AM, Jun Rao wrote:> Do you know why some of the brokers are much slower than others?We are currently running these in a shared environment, to make thing...
|
|
|
Author: Raghu Angadi,
2013-01-04, 17:17
|
|
|
How can a producer avoid slow brokers? - Kafka - [mail # user]
|
|
...Producer distributes messages uniformly across the partitions.This does not work very well when some of the brokers are much slower thanothers. Is there a way to temporarily avoid such slow ...
|
|
|
Author: Raghu Angadi,
2013-01-04, 15:53
|
|
|
number of async producer threads keeps on growing - Kafka - [mail # user]
|
|
...hi, we noticed number of async threads keeps on growing (with or with out any load). This might be triggered by some flacky zookeeper where kafka brokers leave and join back. I am thin...
|
|
|
Author: Raghu Angadi,
2012-11-13, 21:11
|
|
|
Re: relation between async mode and compression - Kafka - [mail # user]
|
|
...will surely do that. Initially this will complement existing scribe aggregators, and later might replace the aggregators. thanks, Raghu. On Wed, Apr 25, 2012 at 7:08 PM, Jun Rao ...
|
|
|
Author: Raghu Angadi,
2012-04-26, 03:20
|
|
|
Re: relation between async mode and compression - Kafka - [mail # user]
|
|
...another factor to be aware of is the effect of partitions. Even with async producer in my use case, I saw lower compression ratio because the messages are randomly split across 5 partitions....
|
|
|
Author: Raghu Angadi,
2012-04-26, 01:31
|
|
|
|