[jira] [Created] (KAFKA-259) Exception in thread main java.lang.NoClassDefFoundError: kafka/Kafka Caused by: java.lang.ClassNotFoundException: kafka.Kafka

2012-01-31 Thread Ross Crawford-d'Heureuse (Created) (JIRA)
Exception in thread main java.lang.NoClassDefFoundError: kafka/Kafka Caused by: java.lang.ClassNotFoundException: kafka.Kafka --- Key: KAFKA-259

[jira] [Commented] (KAFKA-259) Exception in thread main java.lang.NoClassDefFoundError: kafka/Kafka Caused by: java.lang.ClassNotFoundException: kafka.Kafka

2012-01-31 Thread Joe Stein (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13196942#comment-13196942 ] Joe Stein commented on KAFKA-259: - cd kafka ./sbt update ./sbt package this will make the

Re: ProducerPool - KAFKA-240

2012-01-31 Thread Jun Rao
Joe, For kafka-240, let's just focus on replacing SyncProducer with the new wire protocol. There is a separate jira kafka-253 on producer-side refactoring. We can defer other changes that you want to make there. Thanks, Jun On Mon, Jan 30, 2012 at 9:36 PM, Joe Stein crypt...@gmail.com wrote:

[jira] [Commented] (KAFKA-240) implement new producer and consumer request format

2012-01-31 Thread Prashanth Menon (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197178#comment-13197178 ] Prashanth Menon commented on KAFKA-240: --- Just an FYI that I've added a few more

[jira] [Commented] (KAFKA-259) Exception in thread main java.lang.NoClassDefFoundError: kafka/Kafka Caused by: java.lang.ClassNotFoundException: kafka.Kafka

2012-01-31 Thread Jay Kreps (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197344#comment-13197344 ] Jay Kreps commented on KAFKA-259: - This is covered in the README and the releases come with

[jira] [Updated] (KAFKA-259) Give better error message when trying to run shell scripts without having built/downloaded the jars yet

2012-01-31 Thread Jay Kreps (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-259: Labels: newbie (was: ) Summary: Give better error message when trying to run shell scripts without

[jira] [Created] (KAFKA-260) Add audit trail to kafka

2012-01-31 Thread Jay Kreps (Created) (JIRA)
Add audit trail to kafka Key: KAFKA-260 URL: https://issues.apache.org/jira/browse/KAFKA-260 Project: Kafka Issue Type: New Feature Affects Versions: 0.8 Reporter: Jay Kreps Assignee: Jay

Why are requests extending Send?

2012-01-31 Thread Jay Kreps
I notice that the new requests like OffsetRequest and TopicMetadataRequest are directly implement Send. They don't need to do this, they just need to fill in a ByteBuffer, that can be wrapped in a ByteBufferSend, right? Otherwise we end up writing the send logic in each response, which doesn't

[jira] [Commented] (KAFKA-259) Give better error message when trying to run shell scripts without having built/downloaded the jars yet

2012-01-31 Thread Ross Crawford-d'Heureuse (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197630#comment-13197630 ] Ross Crawford-d'Heureuse commented on KAFKA-259: as a noob to java/scala I