| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
92 (0.614s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Kafka user group meeting - Kafka - [mail # user]
|
|
...Is this going to be an on-going type event or semi-consistent or this is a one-off? On Mon, Jun 11, 2012 at 12:50 PM, Jun Rao wrote: ...
|
|
|
Author: S Ahmed,
2012-06-11, 21:14
|
|
|
what is your workflow when developing? - Kafka - [mail # dev]
|
|
...Curious on how you guys develop and debug locally with the kafka source? Do you run all the various services locally, or mock them? Would it be possible to actually trace through...
|
|
|
Author: S Ahmed,
2012-06-01, 02:27
|
|
|
understanding how consumers pull messages off - Kafka - [mail # user]
|
|
...How do you actually setup a consumer group? i.e. a group of consumer processes that will be pulling messages of a particular brokers topic? is done using zookeeper, does this mean for ...
|
|
|
Author: S Ahmed,
2012-05-31, 13:35
|
|
|
Re: filter before flush to disk - Kafka - [mail # user]
|
|
...Also another issue would be duplicate messages, since kafka doesn't guarantee that each message is unique, you would have to somehow coordinate between the consumers if a message has been ac...
|
|
|
Author: S Ahmed,
2012-05-29, 13:30
|
|
|
Re: Solution for blocking fsync in 0.8 - Kafka - [mail # dev]
|
|
...so 40ms for how many messages and what kind of payload? And any idea how much data is blocked? (msgs/payload) Even though 40ms doesn't seem like much, it is def. something that c...
|
|
|
Author: S Ahmed,
2012-05-26, 09:50
|
|
|
Re: Solution for blocking fsync in 0.8 - Kafka - [mail # dev]
|
|
...In practise (at linkedin), how long do you see the calls blocked for during fsycs? On Thu, May 24, 2012 at 1:40 PM, Jay Kreps wrote: ...
|
|
|
Author: S Ahmed,
2012-05-25, 14:09
|
|
|
Re: Kafka events to S3? - Kafka - [mail # user]
|
|
...Is there a writeup on the algorithm used to do that? Sounds interesting :) Agreed, this sounds like more of a contrib. On Wed, May 23, 2012 at 1:49 PM, Jay Kreps wrote: &nb...
|
|
|
Author: S Ahmed,
2012-05-23, 18:19
|
|
|
Re: Kafka events to S3? - Kafka - [mail # user]
|
|
...What would be needed to do this? Just thinking off the top of my head: 1. create a zookeeper store to keep track of the last message offset persisted to s3, and which messages ea...
|
|
|
Author: S Ahmed,
2012-05-23, 15:21
|
|
|
Re: filter before flush to disk - Kafka - [mail # user]
|
|
...Say I am storing messages like this: sessionID, year-month-day-hour-minute-second, value Now say I only need to stats at the minute level, or hour level, this means that i could ...
|
|
|
Author: S Ahmed,
2012-05-17, 21:32
|
|
|
Re: filter before flush to disk - Kafka - [mail # user]
|
|
...Oh, maybe this isn't possible again since the object is mapped to a file, and it may already have flushed data at the os level? On Tue, May 15, 2012 at 11:43 AM, S Ahmed wrote: &...
|
|
|
Author: S Ahmed,
2012-05-17, 13:40
|
|
|
|