[jira] [Commented] (KAFKA-376) expose different data to fetch requests from the follower replicas and consumer clients

2012-08-29 Thread Prashanth Menon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444079#comment-13444079 ] Prashanth Menon commented on KAFKA-376: --- Thanks for the review Jun. 30 and 31 are al

[jira] [Commented] (KAFKA-469) Message size is not checked at the server

2012-08-29 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444114#comment-13444114 ] Jun Rao commented on KAFKA-469: --- Thanks for patch v3. We need to log the topic/partition in

[jira] [Commented] (KAFKA-489) Add metrics collection and graphs to the system test framework

2012-08-29 Thread John Fung (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444231#comment-13444231 ] John Fung commented on KAFKA-489: - +1 on patch v2. > Add metrics collectio

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

2012-08-29 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-330: Labels: feature (was: replication tools) > Add delete topic support >

[jira] [Commented] (KAFKA-468) String#getBytes is platform dependent

2012-08-29 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444575#comment-13444575 ] Eli Reisman commented on KAFKA-468: --- Hey David, if you're happy with your fix let me know

[jira] [Updated] (KAFKA-376) expose different data to fetch requests from the follower replicas and consumer clients

2012-08-29 Thread Prashanth Menon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashanth Menon updated KAFKA-376: -- Attachment: KAFKA-376-v4.patch Hi all, So I've attached a new patch that addresses all the poin

[jira] [Updated] (KAFKA-376) expose different data to fetch requests from the follower replicas and consumer clients

2012-08-29 Thread Prashanth Menon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashanth Menon updated KAFKA-376: -- Attachment: (was: KAFKA-376-v4.patch) > expose different data to fetch requests from the

[jira] [Updated] (KAFKA-376) expose different data to fetch requests from the follower replicas and consumer clients

2012-08-29 Thread Prashanth Menon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashanth Menon updated KAFKA-376: -- Attachment: KAFKA-376-v4.patch > expose different data to fetch requests from the follower r

Re: SyncProducer on Kafka 0.8

2012-08-29 Thread Jun Rao
In 0.8, topics need to be created first before you can produce to them. Try using Producer instead, which has the logic to trigger the auto creation of a topic. Thanks, Jun On Wed, Aug 29, 2012 at 1:27 PM, Rakesh Nair wrote: > I am trying to use the SyncProducer in Kafka 0.8. Here is a simple