[jira] [Commented] (KAFKA-330) Add delete topic support

2013-01-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546625#comment-13546625 ] Jun Rao commented on KAFKA-330: --- Prashanth, any progress on this jira? > Add

[jira] [Commented] (KAFKA-133) Publish kafka jar to a public maven repository

2013-01-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546624#comment-13546624 ] Jun Rao commented on KAFKA-133: --- Joe, do you plan to merge the commit to the 0.8 branch?

[jira] [Created] (KAFKA-686) 0.8 Kafka broker should give a better error message when running against 0.7 zookeeper

2013-01-07 Thread Jay Kreps (JIRA)
Jay Kreps created KAFKA-686: --- Summary: 0.8 Kafka broker should give a better error message when running against 0.7 zookeeper Key: KAFKA-686 URL: https://issues.apache.org/jira/browse/KAFKA-686 Project: Kaf

[jira] [Commented] (KAFKA-648) Use uniform convention for naming properties keys

2013-01-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546541#comment-13546541 ] Jun Rao commented on KAFKA-648: --- Thanks for patch v2. I missed a few items in the previous re

[jira] [Updated] (KAFKA-648) Use uniform convention for naming properties keys

2013-01-07 Thread Sriram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriram Subramanian updated KAFKA-648: - Attachment: configchanges-v2.patch 1. Standardized usage of enable 2. Fixed config names i

[jira] [Commented] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546397#comment-13546397 ] Jun Rao commented on KAFKA-685: --- Thanks for the patch. The code looks good. Got the followin

LinkedIn's Kafka->Hadoop ETL pipeline is open source

2013-01-07 Thread Jay Kreps
Hey All, There has been interesting in getting something a little more sophisticated then the Input- and OutputFormat we include in contrib for reading Kafka data into HDFS. Internally at LinkedIn we have had a pretty sophisticated system that we use for Kafka ETL. It automatically discovers topi

[jira] [Commented] (KAFKA-684) ConsoleProducer does not have the queue-size option

2013-01-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546291#comment-13546291 ] Jun Rao commented on KAFKA-684: --- Thanks for the patch. It looks good. While you are here, cou

[jira] [Commented] (KAFKA-682) java.lang.OutOfMemoryError: Java heap space

2013-01-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546282#comment-13546282 ] Neha Narkhede commented on KAFKA-682: - I think this is the cause - https://issues.apach

[jira] [Commented] (KAFKA-682) java.lang.OutOfMemoryError: Java heap space

2013-01-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546276#comment-13546276 ] Jun Rao commented on KAFKA-682: --- BoundedByteBufferReceive is used for receiving client reques

[jira] Subscription: outstanding kafka patches

2013-01-07 Thread jira
Issue Subscription Filter: outstanding kafka patches (56 issues) The list of outstanding kafka patches Subscriber: kafka-mailing-list Key Summary KAFKA-685 ConsoleOffsetChecker does not work with 0.8 https://issues.apache.org/jira/browse/KAFKA-685 KAFKA-684 ConsoleP

Re: kafka mavenification

2013-01-07 Thread Jun Rao
Joe, 0.8 will be released from the 0.8 branch and trunk is for post 0.8. So, you will need to commit the maven changes to 0.8 and then merge them to trunk. Thanks, Jun On Sun, Jan 6, 2013 at 10:53 AM, Joe Stein wrote: > Ok, I will commit this patch then just to trunk and we can have the 0.8 >

Re: git workflow

2013-01-07 Thread Derek Chen-Becker
If it's mandated by Apache rules, I understand, but I do think that GitHub/git provide improved workflow over SVN + patch. Apache appears to be mirroring to GitHub anyway: https://github.com/apache/kafka You even have a pull request (5 months old) already. Things like pull request review/commenti

Re: About Kafka 0.8 producer

2013-01-07 Thread Jay Kreps
In other words 0.8 gives you the richer functionality of the zk producer without requiring a zk connection. As with zk, you need to give it one or more urls to bootstrap a connection, but these urls don't need to be the complete set of brokers (just choose a couple in case one is down or set up a v

Re: git workflow

2013-01-07 Thread Jay Kreps
The reason we take diffs is because traditionally the mandatory Apache toolchain is svn+jira+patch/diff. When we were on github of course we used that. I'm actually not sure of the Apache rules here. Can we just directly accept github pull requests? I.e. you fork the apache mirror and send a pull

Re: git workflow

2013-01-07 Thread Derek Chen-Becker
It makes it easier for a non-committer to contribute via email, but with publicly available repos (a la GitHub) it's just as easy to merge from a remote (and doesn't require contorting through hoops for certain scenarios). On Jan 7, 2013 7:45 AM, "David Arthur" wrote: > Diff/patch makes it easy f

Re: git workflow

2013-01-07 Thread David Arthur
Diff/patch makes it easy for non-committer to contribute. On 1/7/13 12:52 AM, Derek Chen-Becker wrote: Although I haven't contributed much here yet, I did want to ask: why diff/patch and not pull/merge? I know my work on getting the SBT build working with a modern SBT was quite a headache for ev

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Status: Patch Available (was: Open) > ConsoleOffsetChecker does not work with 0.8 > ---

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Attachment: KAFKA-685.patch > ConsoleOffsetChecker does not work with 0.8 >

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Created] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
Maxime Brugidou created KAFKA-685: - Summary: ConsoleOffsetChecker does not work with 0.8 Key: KAFKA-685 URL: https://issues.apache.org/jira/browse/KAFKA-685 Project: Kafka Issue Type: Bug

[jira] [Updated] (KAFKA-685) ConsoleOffsetChecker does not work with 0.8

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-685: -- Description: The ConsoleOffsetChecker does not work anymore with 0.8, this tool is very useful

[jira] [Updated] (KAFKA-684) ConsoleProducer does not have the queue-size option

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-684: -- Attachment: KAFKA-684.patch > ConsoleProducer does not have the queue-size option >

[jira] [Created] (KAFKA-684) ConsoleProducer does not have the queue-size option

2013-01-07 Thread Maxime Brugidou (JIRA)
Maxime Brugidou created KAFKA-684: - Summary: ConsoleProducer does not have the queue-size option Key: KAFKA-684 URL: https://issues.apache.org/jira/browse/KAFKA-684 Project: Kafka Issue Type:

[jira] [Updated] (KAFKA-684) ConsoleProducer does not have the queue-size option

2013-01-07 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-684: -- Fix Version/s: 0.8 Affects Version/s: 0.8 Status: Patch Available (was: O