| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
92 (0.112s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Kafka 0.8 producer within Play Framework? - Kafka - [mail # user]
|
|
...Shouldn't your producer be at the controller scope? Instantiating it everytime is probably nto the correct pattern. You probably want to use a asychproducer also right?On Mon, Fe...
|
|
|
Author: S Ahmed,
2013-02-05, 14:38
|
|
|
Re: Transferring events across data centers - Kafka - [mail # user]
|
|
...what do you mean by this:>>Number of events should be around>>~50 million a day, peak being ~5K events a day, data volume ~100GB a day,>>peak being ~10MB a day.How can it b...
|
|
|
Author: S Ahmed,
2013-02-04, 14:37
|
|
|
Re: S3 Archiving for Kafka topics (with Zookeeper resume) - Kafka - [mail # user]
|
|
...Great thanks.BTW, that's not a daemon server is it? Is it something you have to wrap torun as a service/daemon?On Thu, Jan 31, 2013 at 4:29 AM, Jibran Saithi wrote:> Hey,>> I ...
|
|
|
Author: S Ahmed,
2013-01-31, 14:58
|
|
|
firehose questions on codebase - Kafka - [mail # user]
|
|
...1. does the github repo get updated frequeuent? I'm following the dev listand don't see the commited patches (i'm assuming they get committed)https://github.com/apache/kafka/commits/tr...
|
|
|
Author: S Ahmed,
2013-01-30, 20:02
|
|
|
Re: anecdotal uptime and service monitoring - Kafka - [mail # user]
|
|
...Jun,Great list. I'm haven't really setup monitoring before, so for starters,what should I be researching in order to monitor those metrics, are theyexposed via those yammer metrics li...
|
|
|
Author: S Ahmed,
2013-01-30, 01:39
|
|
|
Re: Payload size exception - Kafka - [mail # user]
|
|
...Ok so it might be an issue somewhere in the pipeline (I'm guessing memoryissues?).They are xml files, and that 30-100 was uncompressed.On Tue, Jan 29, 2013 at 12:28 PM, Neha Narkhede wrote:&...
|
|
|
Author: S Ahmed,
2013-01-29, 19:00
|
|
|
Re: Payload size exception - Kafka - [mail # user]
|
|
...Neha/Jay,At linkedin, what is the largest payload size per message you guys have inproduction? My app might have like 20-100 kilobytes in size and I amhoping to get an idea if others h...
|
|
|
Author: S Ahmed,
2013-01-29, 16:57
|
|
|
Re: How do you keep track of offset in a partition - Kafka - [mail # user]
|
|
...Once you have an offset, is it possible to know how many messages there arefrom that point to the end? (or least for the particular topic partitionthat you are requested data from?).The idea...
|
|
|
Author: S Ahmed,
2013-01-29, 03:03
|
|
|
application scenerio and suggested kafka setup - Kafka - [mail # user]
|
|
...Say I create web application/service where customers signup, and they placesome javascript on their website which will then send over http a messageto my servers every time someone clicks on...
|
|
|
Author: S Ahmed,
2013-01-27, 21:07
|
|
|
Re: are topics and partitions dynamic? - Kafka - [mail # user]
|
|
...So from what I understand, a single broker will contain all the messagesfor a given topic (and its partitions). Who decides which broker will owna particular topic?On Sun, Jan 27, 2013...
|
|
|
Author: S Ahmed,
2013-01-27, 20:40
|
|
|
|