| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
489 (0.196s).
|
|
|
Loading phrases to help you refine your search...
|
|
zookeeper partition data - Kafka - [mail # dev]
|
|
...Why is the nodepartition mapping stored as strings?get /brokers/topics/my-topic{ "0": ["0"] }This is a bug, right? Partitions and node ids are ints.Also, this structure is not very extensibl...
|
|
|
Author: Jay Kreps,
2013-01-17, 03:48
|
|
|
Re: Atlanta AJUG presentation on Kafka March 19th - Kafka - [mail # user]
|
|
...Also, this wiki has a pretty good collection of presentations which maygive you ideas. If you want the source ppt or omnigraffle for any of thepresentations we made let us know.https://cwiki...
|
|
|
Author: Jay Kreps,
2013-01-16, 17:35
|
|
|
Re: resilient producer - Kafka - [mail # user]
|
|
...I can't speak for all users, but at LinkedIn we don't do this. We just runKafka as a high-availability system (i.e. something not allowed to bedown). These kind of systems require more care,...
|
|
|
Author: Jay Kreps,
2013-01-15, 20:19
|
|
|
Re: Kafka open source projects - Kafka - [mail # user]
|
|
...I say go for it, if at some point this becomes a problem we can get morestrict about it...On Thu, Jan 10, 2013 at 8:56 PM, Olivier Pomel wrote:> While we're on the topic of communit...
|
|
|
Author: Jay Kreps,
2013-01-13, 03:54
|
|
|
[KAFKA-643] Refactor api definition layer - Kafka - [issue]
|
|
...The way we are defining our protocol is really a bit embarrassing. It is full of ad hoc serialization code for each API. This code is very fiddly and opaque and when it has errors they are h...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-643
Author: Jay Kreps,
2013-01-09, 18:38
|
|
|
LinkedIn's Kafka->Hadoop ETL pipeline is open source - Kafka - [mail # dev]
|
|
...Hey All,There has been interesting in getting something a little more sophisticatedthen the Input- and OutputFormat we include in contrib for reading Kafkadata into HDFS.Internally at Linked...
|
|
|
Author: Jay Kreps,
2013-01-07, 23:01
|
|
|
Re: About Kafka 0.8 producer - Kafka - [mail # dev]
|
|
...In other words 0.8 gives you the richer functionality of the zk producerwithout requiring a zk connection. As with zk, you need to give it one ormore urls to bootstrap a connection, but thes...
|
|
|
Author: Jay Kreps,
2013-01-07, 16:09
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...The reason we take diffs is because traditionally the mandatory Apachetoolchain is svn+jira+patch/diff. When we were on github of course we usedthat.I'm actually not sure of the Apache rules...
|
|
|
Author: Jay Kreps,
2013-01-07, 16:07
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...I have but I don't really know why. This format worked for me: git commit --author='Bertrand Russell 'On Fri, Jan 4, 2013 at 8:35 PM, Joe Stein wrote:> I started followin...
|
|
|
Author: Jay Kreps,
2013-01-05, 05:30
|
|
|
Re: How can a producer avoid slow brokers? - Kafka - [mail # user]
|
|
...I think the problem you are describing is that if a single broker is slowall producers will come to a halt (because they all talk to this broker).We don't have a great solution for this at t...
|
|
|
Author: Jay Kreps,
2013-01-04, 23:03
|
|
|
|