Re: The origin of the name

2015-05-20 Thread Mark Reddy
>From Jay Kreps: "I thought that since Kafka was a system optimized for writing using a writer's name would make sense. I had taken a lot of lit classes in college and liked Franz Kafka. Plus the name sounded cool for an open source project. So basically there is not much of a relationship." http

Re: Kafka High CPU, 0.8.2.1 or openjdk?

2015-03-13 Thread Mark Reddy
Hi Marc, If you are seeing high CPU usages with a large number of partitions on 0.8.2 you should definitely upgrade to 0.8.2.1 as the following issue was fixed: https://issues.apache.org/jira/browse/KAFKA-1952 Also see the 0.8.2.1 release notes for other fixes: https://archive.apache.org/dist/kaf

Re: Does kafka use sbt (or) gradle

2015-02-12 Thread Mark Reddy
Hi Saravana, Since 0.8.1 Kafka uses Gradle, previous to that SBT was used. Here is the JIRA which the drove the change: https://issues.apache.org/jira/browse/KAFKA-1171 The offical docs for the latest release (0.8.2) can be found here: http://kafka.apache.org/documentation.html Regards, Mark On

Re: Any Java 7 compatibility issues for 0.8.1.1?

2015-02-02 Thread Mark Reddy
> > I don't think there are any issues. > +1, I've been running Kafka with Java 7 for quite some time now and haven't experienced any issues. Regards, Mark On 2 February 2015 at 19:09, Otis Gospodnetic wrote: > I don't think there are any issues. We use 0.8.1.1 under Oracle Java 7. > > Otis

Re: Source Code for FetchRequestBuilder

2013-08-14 Thread Mark Reddy
Looks like 'at' got appended to the url. The below url should get to the page, FetchRequestBuilder is at the bottom. https://github.com/apache/kafka/blob/0.8/core/src/main/scala/kafka/api/FetchRequest.scala On 14 Aug 2013, at 22:34, Thomas Edison wrote: > Thanks, but I might not have permiss