librdkafka 0.8.0 released

2013-11-22 Thread Magnus Edenhill
This announces the 0.8.0 release of librdkafka - The Apache Kafka client C library - now with 0.8 protocol support. Features: * Producer (~800K msgs/s) * Consumer (~3M msgs/s) * Compression (Snappy, gzip) * Proper failover and leader re-election support - no message is ever lost. * Configuration

Re: librdkafka 0.8.0 released

2013-11-22 Thread Neha Narkhede
Thanks for sharing this! What is the message size for the throughput numbers stated below? Thanks, Neha On Nov 22, 2013 6:59 AM, Magnus Edenhill mag...@edenhill.se wrote: This announces the 0.8.0 release of librdkafka - The Apache Kafka client C library - now with 0.8 protocol support.

[jira] [Resolved] (KAFKA-1103) Consumer uses two zkclients

2013-11-22 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-1103. Resolution: Fixed Thanks for the patch. +1. Committed to trunk after removing the unnecessary change to

[jira] [Commented] (KAFKA-1103) Consumer uses two zkclients

2013-11-22 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13830186#comment-13830186 ] Joel Koshy commented on KAFKA-1103: --- I think the issue is that the patch-review tool

[jira] [Created] (KAFKA-1142) Patch review tool should take diff with origin from last divergent point

2013-11-22 Thread Joel Koshy (JIRA)
Joel Koshy created KAFKA-1142: - Summary: Patch review tool should take diff with origin from last divergent point Key: KAFKA-1142 URL: https://issues.apache.org/jira/browse/KAFKA-1142 Project: Kafka

Review Request 15793: Patch for KAFKA-1142

2013-11-22 Thread joel koshy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15793/ --- Review request for kafka. Bugs: KAFKA-1142

[jira] [Commented] (KAFKA-1142) Patch review tool should take diff with origin from last divergent point

2013-11-22 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13830191#comment-13830191 ] Joel Koshy commented on KAFKA-1142: --- Created reviewboard against branch origin/trunk

[jira] [Commented] (KAFKA-1142) Patch review tool should take diff with origin from last divergent point

2013-11-22 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13830193#comment-13830193 ] Joel Koshy commented on KAFKA-1142: --- I got: rbtools.api.errors.APIError: HTTP 502 (from

[jira] [Commented] (KAFKA-1142) Patch review tool should take diff with origin from last divergent point

2013-11-22 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13830200#comment-13830200 ] Joel Koshy commented on KAFKA-1142: --- Actually, it did post a diff:

[jira] [Created] (KAFKA-1143) Consumer should cache topic partition info

2013-11-22 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-1143: Summary: Consumer should cache topic partition info Key: KAFKA-1143 URL: https://issues.apache.org/jira/browse/KAFKA-1143 Project: Kafka Issue Type: Bug

Review Request 15805: Patch for KAFKA-1140

2013-11-22 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15805/ --- Review request for kafka. Bugs: KAFKA-1140

[jira] [Updated] (KAFKA-1140) Move the decoding logic from ConsumerIterator.makeNext to next

2013-11-22 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-1140: - Attachment: KAFKA-1140.patch Move the decoding logic from ConsumerIterator.makeNext to next

[jira] [Commented] (KAFKA-1140) Move the decoding logic from ConsumerIterator.makeNext to next

2013-11-22 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13830373#comment-13830373 ] Guozhang Wang commented on KAFKA-1140: -- Created reviewboard