| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
92 (0.201s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Analysis of producer performance -- and Producer-Kafka reliability - Kafka - [mail # user]
|
|
...Interesting topic.How would buffering in RAM help in reality though (just trying to workthrough the scenerio in my head):producer tries to connect to a broker, it fails, so it appends the me...
|
|
|
Author: S Ahmed,
2013-04-12, 15:28
|
|
|
Re: log.file.size limit? - Kafka - [mail # user]
|
|
...but it show's long not int?Isn't it then Long.MAX_VALUE ?On Mon, Mar 25, 2013 at 3:14 PM, David Arthur wrote:> FileChannel#map docs indicate the max size is Integer.MAX_VALUE, so ye...
|
|
|
Author: S Ahmed,
2013-03-25, 20:38
|
|
|
log.file.size limit? - Kafka - [mail # user]
|
|
...Is there any limit to how large a log file can be?I swear I read somewhere that java's memory mapped implementation islimited to 2GB but I'm not sure. ...
|
|
|
Author: S Ahmed,
2013-03-25, 18:52
|
|
|
Re: Anyone working on a Kafka book? - Kafka - [mail # user]
|
|
...I guess the challenge would be that kafka is still in version 0.8, so bythe time your book comes out they might be at version 1.0 i.e. its a movingtargetSounds like a great idea though!On Tu...
|
|
|
Author: S Ahmed,
2013-03-19, 20:18
|
|
|
Re: Consume from X messages ago - Kafka - [mail # user]
|
|
...I thought since the offsets in .8 are numeric and not byte offsets like in0.7x, you can simply just take say the current offset - 10000.On Tue, Mar 19, 2013 at 12:16 PM, Neha Narkhede wrote:...
|
|
|
Author: S Ahmed,
2013-03-19, 18:01
|
|
|
Re: Kafka replication presentation at ApacheCon - Kafka - [mail # user]
|
|
...Excellent thanks!BTW, in the slides, it shows the the message 'm3' is lost.I guess the leader is the single point of failure then when a producersends a message, meaning it can never bypass ...
|
|
|
Author: S Ahmed,
2013-02-28, 18:47
|
|
|
where can I see the latest commits? - Kafka - [mail # user]
|
|
...On the dev list I read how things are committed etc., but I don't see anyof the updates here: https://github.com/apache/kafka/commits/trunkAlso, when someone submits a patch, is it possible ...
|
|
|
Author: S Ahmed,
2013-02-14, 01:27
|
|
|
Re: admin functionality refactoring - Kafka - [mail # dev]
|
|
...I think that is eating too much of your dog food :)On Mon, Feb 11, 2013 at 3:08 PM, Jay Kreps wrote:> One thought I had on some of these things was that it is actually kind of> f...
|
|
|
Author: S Ahmed,
2013-02-11, 20:43
|
|
|
Re: long running (continous) benchmark test - Kafka - [mail # user]
|
|
...Another reason is to test kafka will potentially larger payloads (10-100K)On Wed, Feb 6, 2013 at 2:26 PM, S Ahmed wrote:> I plan on creating some sort of a long running test with ka...
|
|
|
Author: S Ahmed,
2013-02-06, 19:27
|
|
|
long running (continous) benchmark test - Kafka - [mail # user]
|
|
...I plan on creating some sort of a long running test with kafka, curiuos ifanyone has already done this and released the code.I want to setup some ec2 instances, and mimick what I think will ...
|
|
|
Author: S Ahmed,
2013-02-06, 19:27
|
|
|
|