[jira] [Created] (KAFKA-7738) Track partition leader epochs in client metadata

2018-12-14 Thread David Arthur (JIRA)
David Arthur created KAFKA-7738: --- Summary: Track partition leader epochs in client metadata Key: KAFKA-7738 URL: https://issues.apache.org/jira/browse/KAFKA-7738 Project: Kafka Issue Type

IRC logs now available on botbot.me

2014-09-10 Thread David Arthur
https://botbot.me/freenode/apache-kafka/ Just FYI, wasn't sure if we had any logging in place Cheers, David

Re: protocol definition

2014-02-08 Thread David Arthur
, 2014 at 5:54 PM, David Arthur mum...@gmail.com wrote: Jay, This looks very cool, and will certainly make writing future APIs more sane and maintainable. Few questions/comments: * There's one part of the current API (I forget where) that does not use a length-prefixed repeating element, how would

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894922#comment-13894922 ] David Arthur commented on KAFKA-1171: - [~joestein] I usually use git apply when

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895028#comment-13895028 ] David Arthur commented on KAFKA-1171: - +1 Gradle build for Kafka

Re: protocol definition

2014-02-07 Thread David Arthur
Jay, This looks very cool, and will certainly make writing future APIs more sane and maintainable. Few questions/comments: * There's one part of the current API (I forget where) that does not use a length-prefixed repeating element, how would (or would you) represent this using Schema?

Re: Config for new clients (and server)

2014-02-06 Thread David Arthur
The declarative approach strikes me as a bit odd. Why not put the precondition logic in a POJO wrapper? Also, why reinvent commons-configuration? It's got a nice API and tons of people use it. public class ProducerConfig extends org.apache.commons.configuration. AbstractConfiguration {

Re: Config for new clients (and server)

2014-02-06 Thread David Arthur
to a user facing pojo was what I described before... Internal/user-facing POJO might be nice so we _do_ get compiler warnings when trying to get non-existent configs. Make sense? -Jay On Thu, Feb 6, 2014 at 6:27 AM, David Arthur mum...@gmail.com wrote: The declarative approach strikes me

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2014-02-04 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: 0001-Adding-basic-Gradle-build.patch * Adding upload_* tasks for the different Scala

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-04 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891472#comment-13891472 ] David Arthur commented on KAFKA-1171: - Jun, that's fine. I added the subproject name

[jira] [Comment Edited] (KAFKA-1171) Gradle build for Kafka

2014-02-04 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891472#comment-13891472 ] David Arthur edited comment on KAFKA-1171 at 2/5/14 12:05 AM

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-03 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890278#comment-13890278 ] David Arthur commented on KAFKA-1171: - I've seen some transient test failures as well

Re: New Producer Public API

2014-01-31 Thread David Arthur
On 1/30/14 8:18 PM, Joel Koshy wrote: That's a good point about 1A - does seem that we would need to have some kind of TTL for each topic's metadata. Also, WRT ZK dependency I don't think that decision (for the Java client) affects other clients. i.e., other client implementations can use

Published Java/Scala docs?

2014-01-29 Thread David Arthur
Noticed these are no where to be found on the webpage. Are we currently publishing these anywhere? -David

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-01-29 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886227#comment-13886227 ] David Arthur commented on KAFKA-1171: - Figured out the POM thing finally. After

[jira] [Comment Edited] (KAFKA-1171) Gradle build for Kafka

2014-01-29 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886227#comment-13886227 ] David Arthur edited comment on KAFKA-1171 at 1/30/14 3:49 AM

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2014-01-06 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: 0001-Adding-basic-Gradle-build.patch Updating patch to include two missing .gradle

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-01-06 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863029#comment-13863029 ] David Arthur commented on KAFKA-1171: - Sorry for being quiet on this for a few weeks

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-14 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: 0001-Adding-basic-Gradle-build.patch Updating patch: * Added perf subproject * Use

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846314#comment-13846314 ] David Arthur commented on KAFKA-1171: - [~joestein], I think we would gain plenty

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846362#comment-13846362 ] David Arthur commented on KAFKA-1171: - I think having a maintainable build is a big

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846386#comment-13846386 ] David Arthur commented on KAFKA-1171: - [~omnomnom], looks like the Gradle Scala plugin

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: 0001-Adding-basic-Gradle-build.patch Basic parameterized build is working. Added

[jira] [Comment Edited] (KAFKA-1171) Gradle build for Kafka

2013-12-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846480#comment-13846480 ] David Arthur edited comment on KAFKA-1171 at 12/12/13 5:38 PM

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846529#comment-13846529 ] David Arthur commented on KAFKA-1171: - Yea, I agree we're bike-shedding a bit. Any

[jira] [Comment Edited] (KAFKA-1171) Gradle build for Kafka

2013-12-11 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13845481#comment-13845481 ] David Arthur edited comment on KAFKA-1171 at 12/11/13 3:40 PM

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-11 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846071#comment-13846071 ] David Arthur commented on KAFKA-1171: - I dusted off the Ant build I put together

Release versioning

2013-12-10 Thread David Arthur
Just a quick question: 0.8.0 was just released and the next planned release is 0.8.1, and the next major set of updates (coordinator, etc) is targeted at 0.9.0. It seems like we are using the pattern 0.major.minor instead of major.minor.trivial So what happens if we have a bugfix release

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-10 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13844401#comment-13844401 ] David Arthur commented on KAFKA-1171: - Jun, Gradle does have plugins for IDEs

[jira] [Commented] (KAFKA-1174) Empty jar in Maven Central for Scala 2.8.0

2013-12-10 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13844568#comment-13844568 ] David Arthur commented on KAFKA-1174: - +1 verified: * Jars in https

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-10 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13844789#comment-13844789 ] David Arthur commented on KAFKA-1171: - [~criccomini] thanks for the pointer. When I

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: (was: KAFKA-1171.diff) Gradle build for Kafka

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13842250#comment-13842250 ] David Arthur commented on KAFKA-1171: - [~joestein], yea we should definitely use

[jira] [Comment Edited] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13842045#comment-13842045 ] David Arthur edited comment on KAFKA-1171 at 12/7/13 3:47 PM

Review Request 16102: Patch for KAFKA-1171

2013-12-07 Thread David Arthur
-CREATION gradle.properties PRE-CREATION Diff: https://reviews.apache.org/r/16102/diff/ Testing --- Thanks, David Arthur

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: KAFKA-1171.patch Gradle build for Kafka -- Key

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13842252#comment-13842252 ] David Arthur commented on KAFKA-1171: - Created reviewboard https://reviews.apache.org

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13842251#comment-13842251 ] David Arthur commented on KAFKA-1171: - Created reviewboard against branch origin

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: KAFKA-1171.patch Gradle build for Kafka -- Key

[jira] [Issue Comment Deleted] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Comment: was deleted (was: Created reviewboard against branch origin/trunk) Gradle build

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: (was: KAFKA-1171.patch) Gradle build for Kafka

[jira] [Created] (KAFKA-1171) Gradle build for Kafka

2013-12-06 Thread David Arthur (JIRA)
David Arthur created KAFKA-1171: --- Summary: Gradle build for Kafka Key: KAFKA-1171 URL: https://issues.apache.org/jira/browse/KAFKA-1171 Project: Kafka Issue Type: Improvement

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2013-12-06 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1171: Attachment: KAFKA-1171.diff Here is a very simple Gradle project that compiles and tests the core

Gradle build (KAFKA-1171)

2013-12-06 Thread David Arthur
FYI, put up a simple Gradle build here: https://issues.apache.org/jira/browse/KAFKA-1171 Sending this around on devs for the people who might not watch jira closely (like me). -David

Re: [VOTE] Apache Kafka Release 0.8.0 - Candidate 5

2013-12-03 Thread David Arthur
, 2013 at 10:19 AM, David Arthur mum...@gmail.com wrote: Inline: On 12/2/13 11:59 AM, Joe Stein wrote: General future thought comment first: lets be careful please to raising issues as show stoppers that have been there previously (especially if greater than one version previous release back also

Re: [VOTE] Apache Kafka Release 0.8.0 - Candidate 5

2013-12-02 Thread David Arthur
Seems like most people are verifying the src, so I'll pick on the binaries and Maven stuff ;) A few problems I see: There are some vestigial Git files in the src download: an empty .git and .gitignore In the source download, I see the SBT license in LICENSE which seems correct (since we

Re: [VOTE] Apache Kafka Release 0.8.0 - Candidate 5

2013-12-02 Thread David Arthur
^) /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop http://www.twitter.com/allthingshadoop / On Mon, Dec 2, 2013 at 11:00 AM, David

Re: [VOTE] Apache Kafka Release 0.8.0 - Candidate 5

2013-12-02 Thread David Arthur
^) /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop http://www.twitter.com/allthingshadoop / On Mon, Dec 2, 2013 at 11:00 AM, David Arthur mum

Some Kafka conversation going on at HN right now...

2013-11-14 Thread David Arthur
https://news.ycombinator.com/item?id=6734381

Re: [DISCUSSION] 0.8.0 release

2013-11-13 Thread David Arthur
BTW, we should probably keep a set of release notes on the wiki so this process can get easier in the future, and not live fully in Joe's head ;) -David On 11/13/13 6:05 PM, Joel Koshy wrote: Based on http://www.apache.org/dev/release.html#distribute-other-artifacts it seems we should close

[jira] [Commented] (KAFKA-1130) log.dirs is a confusing property name

2013-11-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13820086#comment-13820086 ] David Arthur commented on KAFKA-1130: - I think people primarily think of Kafka

[jira] [Updated] (KAFKA-1130) log.dirs is a confusing property name

2013-11-12 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-1130: Attachment: KAFKA-1130.diff Straw man proposal log.dirs is a confusing property name

Re: [VOTE] Apache Kafka Release 0.8.0 - Candidate 3

2013-11-11 Thread David Arthur
+0 overall. The quality of the build seems good, but I have a few minor nits/questions. 1) java.lang.NoClassDefFoundError in ./bin/kafka-simple-consumer-perf-test.sh $ ./bin/kafka-simple-consumer-perf-test.sh Exception in thread main java.lang.NoClassDefFoundError:

[jira] [Created] (KAFKA-1130) log.dirs is a confusing property name

2013-11-11 Thread David Arthur (JIRA)
David Arthur created KAFKA-1130: --- Summary: log.dirs is a confusing property name Key: KAFKA-1130 URL: https://issues.apache.org/jira/browse/KAFKA-1130 Project: Kafka Issue Type: Bug

Warnings in IntelliJ

2013-10-23 Thread David Arthur
I've just imported Kafka into IntelliJ after running sbt gen-idea and it gives me a ton of warnings. E.g, http://i.imgur.com/LJyilHP.png Is this normal? Or am I missing some IntelliJ config? -David

[jira] [Commented] (KAFKA-855) Ant+Ivy build for Kafka

2013-10-23 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13802993#comment-13802993 ] David Arthur commented on KAFKA-855: Is everyone happy with the current build (SBT

[jira] [Resolved] (KAFKA-653) Allow getTopicMetadata to get metadata for all topics

2013-10-23 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-653. Resolution: Fixed This was fixed by KAFKA-690 and later improved in KAFKA-1091 Allow

[jira] [Commented] (KAFKA-855) Ant+Ivy build for Kafka

2013-10-23 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13803032#comment-13803032 ] David Arthur commented on KAFKA-855: Gradle is definitely another one worth

[jira] [Work started] (KAFKA-1102) Register #apache-kafka as official channel on Freenode

2013-10-23 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-1102 started by David Arthur. Register #apache-kafka as official channel on Freenode

IRC channel has moved to #apache-kafka

2013-10-23 Thread David Arthur
We have created and registered a new IRC channel for the project. Freenode has setup a forward from #kafka to #apache-kafka for us, but people already in this channel will need to /join #apache-kafka Sorry for the inconvenience. -David

Re: New Committer

2013-10-21 Thread David Arthur
Thanks, Joe. I'm happy to be on board. -David On 10/17/13 2:21 PM, Joe Stein wrote: I am pleased to announce that David Arthur has been voted to become a committer for Apache Kafka. Welcome, David, and thanks for your ongoing contributions! /*** Joe

Registering #kafka channel

2013-10-02 Thread David Arthur
This morning I noticed that the topic in the #kafka IRC channel was thanks., so I changed it to something more appropriate. This led me to discover that #kafka has no OPs and is not officially registered with freenode. This should be remedied. I talked with freenode staff and they need an

[jira] [Commented] (KAFKA-982) Logo for Kafka

2013-07-26 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721220#comment-13721220 ] David Arthur commented on KAFKA-982: Sounds like a run off is in order. Maybe put

Re: Meetup in Raleigh/Durham, NC

2013-07-24 Thread David Arthur
. On 7/22/13 1:07 AM, Jun Rao wrote: David, Thanks for sharing this. Jun On Thu, Jul 18, 2013 at 9:19 PM, David Arthur mum...@gmail.com wrote: There is a Hadoop meetup happening in Durham next week. I'm presenting an intro to Kafka. I don't suspect there are any Kafka users in the area who

[jira] [Commented] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-24 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13718356#comment-13718356 ] David Arthur commented on KAFKA-981: Bump. We really should get the invalid pom out

Re: Beta2 release?

2013-07-24 Thread David Arthur
I think fixing the pom is enough reason to do another beta drop. While we're talking about the pom and Maven... Joe, have you given any thought to using Maven classifiers to support the multiple scala versions? E.g., dependency groupIdorg.apache.kafka/groupId artifactIdkafka/artifactId

Re: Beta2 release?

2013-07-24 Thread David Arthur
In that case, would it be possible to kill the release that's in Maven Central? It's probably better to have nothing out there rather than have something broken. On 7/24/13 11:43 AM, Jay Kreps wrote: I guess the question is how long it would take us to wrap the remaining items for 0.8 final.

[jira] [Commented] (KAFKA-982) Logo for Kafka

2013-07-23 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13716607#comment-13716607 ] David Arthur commented on KAFKA-982: [~jkreps], to me they look like messages in a log

Problem with published pom?

2013-07-22 Thread David Arthur
I tried to pull Kafka in through Ivy this morning and got a strange error: [ivy:resolve] problem occurred while resolving dependency: org.apache.kafka#kafka_2.9.2;0.8.0-beta1 {default=[default]} with main: java.lang.IllegalArgumentException: null name not allowed I have filed

[jira] [Created] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
David Arthur created KAFKA-981: -- Summary: Unable to pull Kafka binaries with Ivy Key: KAFKA-981 URL: https://issues.apache.org/jira/browse/KAFKA-981 Project: Kafka Issue Type: Bug

[jira] [Updated] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-981: --- Attachment: ivy.xml Ivy descriptor file I used Unable to pull Kafka binaries

[jira] [Commented] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715241#comment-13715241 ] David Arthur commented on KAFKA-981: For a full example, try cloning this repository

[jira] [Commented] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715237#comment-13715237 ] David Arthur commented on KAFKA-981: Also should note this is Ivy 2.3.0

[jira] [Updated] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-981: --- Attachment: ant.log stdout log from Ant showing full exception Unable to pull Kafka

[jira] [Commented] (KAFKA-982) Logo for Kafka

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715473#comment-13715473 ] David Arthur commented on KAFKA-982: +1 for 289, 296 Logo for Kafka

[jira] [Commented] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715955#comment-13715955 ] David Arthur commented on KAFKA-981: Looking closer at the pom.xml, I see two

[jira] [Commented] (KAFKA-981) Unable to pull Kafka binaries with Ivy

2013-07-22 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715983#comment-13715983 ] David Arthur commented on KAFKA-981: [~charmalloc], ah yes - that pesky released

Re: REST API

2013-07-19 Thread David Arthur
On Thu, Jul 18, 2013 at 8:15 PM, David Arthur mum...@gmail.com wrote: I did some work on this a while ago: https://github.com/mumrah/** kafka/commits/rest https://github.com/mumrah/kafka/commits/rest I think people would still be interested. I know I would :) -David On 7/18/13 6:19 PM, Yogita

Re: REST API

2013-07-18 Thread David Arthur
I did some work on this a while ago: https://github.com/mumrah/kafka/commits/rest I think people would still be interested. I know I would :) -David On 7/18/13 6:19 PM, Yogita Bijani wrote: Hi, I am a newbie, I was just checking if there has been any updates on the REST proxy. I have tried

Meetup in Raleigh/Durham, NC

2013-07-18 Thread David Arthur
There is a Hadoop meetup happening in Durham next week. I'm presenting an intro to Kafka. I don't suspect there are any Kafka users in the area who are not already members of TriHUG, but sending this email out just in case :) http://www.meetup.com/TriHUG/events/129831822/ -David

Re: [VOTE] Kafka 0.8.0 Beta 1 (Candidate 1)

2013-06-14 Thread David Arthur
+1, though it doesn't count :) Ran through quickstart and unit tests. Also ran the release-tar and release-zip targets -David On 6/13/13 5:41 PM, Joe Stein wrote: Hello, this is the first candidate release for Kafka 0.8.0 Beta 1 This release fixes the following issues

[jira] [Updated] (KAFKA-852) Remove clientId from OffsetFetchResponse and OffsetCommitResponse

2013-06-14 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-852: --- Attachment: KAFKA-852v2.patch v2 of patch rebased against current trunk. Remove

[jira] [Updated] (KAFKA-852) Remove clientId from OffsetFetchResponse and OffsetCommitResponse

2013-06-14 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-852: --- Attachment: KAFKA-852v2.diff Meant diff not patch Remove clientId from

[jira] [Updated] (KAFKA-852) Remove clientId from OffsetFetchResponse and OffsetCommitResponse

2013-06-14 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-852: --- Attachment: (was: KAFKA-852v2.patch) Remove clientId from OffsetFetchResponse

Re: 0.8 beta release status

2013-05-09 Thread David Arthur
Once there is a release candidate, could you send around instructions for validating the candidate? I.e., clone version X of the repo, run tests, startup the server with bin scripts, do some stuff, etc There are probably many folks like myself who have been too busy to help directly with

Re: kafka pull request: Fix mis-spell in ConsumerConfig.scala

2013-04-26 Thread David Arthur
You'll need to attach this to JIRA issue to get reviewed/accepted. On 4/25/13 5:01 PM, MichaelBlume wrote: GitHub user MichaelBlume opened a pull request: https://github.com/apache/kafka/pull/4 Fix mis-spell in ConsumerConfig.scala You can merge this pull request into a Git

Lucene Revolution

2013-04-23 Thread David Arthur
Anyone going this year? Probably nothing to do with Kafka, but lots of interesting talks on Solr/Lucene and some big data stuff (I think there's a Storm talk?) http://www.lucenerevolution.org/ -David

[jira] [Created] (KAFKA-855) Ant+Ivy build for Kafka

2013-04-08 Thread David Arthur (JIRA)
David Arthur created KAFKA-855: -- Summary: Ant+Ivy build for Kafka Key: KAFKA-855 URL: https://issues.apache.org/jira/browse/KAFKA-855 Project: Kafka Issue Type: Improvement Affects Versions

Re: Thoughts on using Ant+Ivy for the build?

2013-04-08 Thread David Arthur
On Fri, Apr 5, 2013 at 12:55 PM, David Arthur mum...@gmail.com wrote: After getting frustrated with SBT, and being unable to figure out seemingly simple problems like KAFKA-843, I decided to try something completely different. I spent some time yesterday adapting some Ant/Ivy boilerplate I use

[jira] [Updated] (KAFKA-855) Ant+Ivy build for Kafka

2013-04-08 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-855: --- Attachment: 0003-Parameterize-scala-version-add-offline-mode.patch 0002-Tests-all

[jira] [Updated] (KAFKA-852) Remove clientId from OffsetFetchResponse and OffsetCommitResponse

2013-04-08 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-852: --- Attachment: KAFKA-852.diff Remove clientId from OffsetFetchResponse and OffsetCommitResponse

[jira] [Commented] (KAFKA-852) Remove clientId from OffsetFetchResponse and OffsetCommitResponse

2013-04-08 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13625576#comment-13625576 ] David Arthur commented on KAFKA-852: @Neha, I attached a diff created using git-diff

Re: Thoughts on using Ant+Ivy for the build?

2013-04-08 Thread David Arthur
/13 12:55 PM, David Arthur mum...@gmail.com wrote: After getting frustrated with SBT, and being unable to figure out seemingly simple problems like KAFKA-843, I decided to try something completely different. I spent some time yesterday adapting some Ant/Ivy boilerplate I use for projects to Kafka

Re: Thoughts on using Ant+Ivy for the build?

2013-04-08 Thread David Arthur
), but I think the ownership maintenance issue is more important than the framework. The two useful things that SBT bought us where compile targets (i.e. scala 2.8 vs 2.9) and incremental compilation. I think both are available outside sbt now...? -Jay On Mon, Apr 8, 2013 at 12:52 PM, David Arthur

Re: Thoughts on using Ant+Ivy for the build?

2013-04-08 Thread David Arthur
the current mess up, and will submit a patch as part of Kafka-854. Having KAFKA-826 committed would help. On 4/8/13 1:31 PM, David Arthur mum...@gmail.com wrote: Targeting multiple Scala versions is easy with Ant/Ivy and I believe is possible in Maven. Incremental compilation is available through some

[jira] [Updated] (KAFKA-852) Remove clientId from OffsetFetchResponse and OffsetCommitResponse

2013-04-05 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-852: --- Status: Patch Available (was: Open) v1 of patch attached, simple change Remove

0.8 blockers

2013-04-04 Thread David Arthur
What issues are blocking the 0.8 release? Is any help needed in any particular area?

[jira] [Updated] (KAFKA-316) disallow recursively compressed message

2013-04-02 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-316: --- Attachment: 0001-KAFKA-316-Disallow-MessageSets-within-MessageSets.patch disallow recursively

[jira] [Updated] (KAFKA-316) disallow recursively compressed message

2013-04-02 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-316: --- Status: Patch Available (was: Open) Add a depth variable to keep track of recursion level. If depth

[jira] [Commented] (KAFKA-665) Outgoing responses delayed on a busy Kafka broker

2013-04-02 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619914#comment-13619914 ] David Arthur commented on KAFKA-665: Maybe RequestChannel.sendRequest

<    1   2   3   4   5   6   >