| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
97 (0.15s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
are topics and partitions dynamic? - Kafka - [mail # user]
|
|
...I'm looking at the kafka server.properties that is in /config folder anddidn't find any reference to topics or partitions.Are topics and optionally partitions dynamic in nature or do they ha...
|
|
|
Author: S Ahmed,
2013-01-27, 20:24
|
|
|
java, oom, gc stop the world - Kafka - [mail # user]
|
|
...In the wild, what sort of memory usage patterns have you guys seen withkafka?I'm not that well versed with java and its memory/gc issues, what have youguys experienced with your production b...
|
|
|
Author: S Ahmed,
2013-01-23, 03:15
|
|
|
Re: Abou Kafka 0.8 producer throughput test - Kafka - [mail # dev]
|
|
...Neha,I see, so that is a fairly substantial change, ofcourse it has itsadvantage of guaranteeing a higher degree of durability but as asignificant cost (round trip that the consumer has to w...
|
|
|
Author: S Ahmed,
2013-01-23, 03:11
|
|
|
Re: Abou Kafka 0.8 producer throughput test - Kafka - [mail # dev]
|
|
...I see ok, so if you wanted to compare .7 with .8 on the same footing, thenyou would set it to 0 right? (since 0.7 is fire and forget)producer.num.acks=0On Thu, Jan 17, 2013 at 11:45 PM, Jun ...
|
|
|
Author: S Ahmed,
2013-01-18, 20:25
|
|
|
Re: Abou Kafka 0.8 producer throughput test - Kafka - [mail # dev]
|
|
...producer.num.acks=-1 means what sorry? is it that all replica's are writtentoo?On Thu, Jan 17, 2013 at 12:09 PM, Neha Narkhede wrote:> Looks like Jun's email didn't format the output prop...
|
|
|
Author: S Ahmed,
2013-01-18, 02:43
|
|
|
|