[
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
>
[
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
[
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
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:
[
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
[
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
[
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
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