[jira] [Updated] (KAFKA-897) NullPointerException in ConsoleConsumer

2013-05-07 Thread Colin B. (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin B. updated KAFKA-897: --- Attachment: Kafka897-v1.patch > NullPointerException in ConsoleConsumer >

[jira] [Updated] (KAFKA-897) NullPointerException in ConsoleConsumer

2013-05-07 Thread Colin B. (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin B. updated KAFKA-897: --- Status: Patch Available (was: Open) Patch for this issue is attached. Kafka897-v1.patch > Nu

[jira] [Updated] (KAFKA-897) NullPointerException in ConsoleConsumer

2013-05-07 Thread Colin B. (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin B. updated KAFKA-897: --- Description: The protocol document [1] mentions that keys and values in message sets can be null. However the

[jira] [Created] (KAFKA-897) NullPointerException in ConsoleConsumer

2013-05-07 Thread Colin B. (JIRA)
Colin B. created KAFKA-897: -- Summary: NullPointerException in ConsoleConsumer Key: KAFKA-897 URL: https://issues.apache.org/jira/browse/KAFKA-897 Project: Kafka Issue Type: Bug Components:

[jira] [Commented] (KAFKA-881) Kafka broker not respecting log.roll.hours

2013-05-07 Thread Dan F (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651487#comment-13651487 ] Dan F commented on KAFKA-881: - Testing on my own server looks pretty good: - start server - se

[jira] [Updated] (KAFKA-881) Kafka broker not respecting log.roll.hours

2013-05-07 Thread Dan F (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan F updated KAFKA-881: Attachment: kafka_roll.patch I attach a patch to 0.7.2. It passes the unit tests. I added a unit test for a 2nd log

[jira] [Commented] (KAFKA-881) Kafka broker not respecting log.roll.hours

2013-05-07 Thread Dan F (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651225#comment-13651225 ] Dan F commented on KAFKA-881: - There would be major issues for us switching versions. I am goin

Kafka C++ Sync Producer on Windows

2013-05-07 Thread Pankaj Misra
Hi All, I am using Kafka 0.7.2. I was able to run the async example of the C++ producer on Windows using the code listed at https://github.com/kafka-dev/kafka/blob/master/clients/cpp/src/producer.cpp But as I understand, the C++ async producer does not have the fail-over mechanisms of bufferin