What's new in Kafka 0.8.1?

2014-03-12 Thread Jay Kreps
Hi guys, I wrote up a quick blog post on the new stuff in 0.8.1: http://blog.empathybox.com/post/79427855885/whats-new-in-kafka-0-8-1 This provides a little more human readable version of the release notes. Let me know if I missed anything. -Jay

Re: [ANNOUNCEMENT] Apache Kafka 0.8.1 Released

2014-03-12 Thread ted won
Congrats!! I love Apache Kafka ~ On Mar 13, 2014 1:34 AM, "Joe Stein" wrote: > The Apache Kafka community is pleased to announce the general availability > release of Apache Kafka 0.8.1. > > The 0.8.1 release introduces log compaction > http://kafka.apache.org/documentation.html#compaction and a

Re: [ANNOUNCEMENT] Apache Kafka 0.8.1 Released

2014-03-12 Thread Neha Narkhede
>> Is it possible to update from 0.8 on the fly (rolling upgrade)? Yes. On Wed, Mar 12, 2014 at 3:59 PM, ted won wrote: > Congrats!! I love Apache Kafka ~ > On Mar 13, 2014 1:34 AM, "Joe Stein" wrote: > > > The Apache Kafka community is pleased to announce the general > availability > > relea

[jira] [Commented] (KAFKA-1303) metadata request in the new producer can be delayed

2014-03-12 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932577#comment-13932577 ] Jun Rao commented on KAFKA-1303: Guozhang, The new producer doesn't have to wait for a r

[jira] [Commented] (KAFKA-1303) metadata request in the new producer can be delayed

2014-03-12 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932559#comment-13932559 ] Guozhang Wang commented on KAFKA-1303: -- I am wondering why with the new producer we c

Re: Review Request 19132: Patch for KAFKA-1302

2014-03-12 Thread Jun Rao
> On March 12, 2014, 6:19 p.m., Jay Kreps wrote: > > clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java, > > line 236 > > > > > > Jun, the way this works is intentional and I do not agree with

Re: Review Request 19132: Patch for KAFKA-1302

2014-03-12 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19132/#review37002 --- clients/src/main/java/org/apache/kafka/clients/producer/internals/S

[jira] [Commented] (KAFKA-1303) metadata request in the new producer can be delayed

2014-03-12 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932125#comment-13932125 ] Jay Kreps commented on KAFKA-1303: -- I don't think this is actually a problem. A metadata

[jira] [Commented] (KAFKA-1304) unregistered mbean exception in new producer

2014-03-12 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932118#comment-13932118 ] Jay Kreps commented on KAFKA-1304: -- Yes I think this should be very easy. I actually impl

Re: Review Request 19132: Patch for KAFKA-1302

2014-03-12 Thread Jay Kreps
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19132/#review36946 --- clients/src/main/java/org/apache/kafka/clients/producer/KafkaProduc

[jira] [Commented] (KAFKA-1304) unregistered mbean exception in new producer

2014-03-12 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931992#comment-13931992 ] Jun Rao commented on KAFKA-1304: I think this can happen when multiple instances of produc

[jira] [Created] (KAFKA-1304) unregistered mbean exception in new producer

2014-03-12 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-1304: -- Summary: unregistered mbean exception in new producer Key: KAFKA-1304 URL: https://issues.apache.org/jira/browse/KAFKA-1304 Project: Kafka Issue Type: Bug Comp

[jira] [Commented] (KAFKA-1303) metadata request in the new producer can be delayed

2014-03-12 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931970#comment-13931970 ] Jun Rao commented on KAFKA-1303: Not sure what's the best way to address this. One possibi

Re: [ANNOUNCEMENT] Apache Kafka 0.8.1 Released

2014-03-12 Thread Olivier Pomel
+1, as usual, thanks for the great work. Cheers, -- Olivier Pomel | CEO, Datadog | http://datadog.com On Wed, Mar 12, 2014 at 12:43 PM, Dan Di Spaltro wrote: > Congratulations, great release! > > > On Wed, Mar 12, 2014 at 9:31 AM, Joe Stein wrote: > > > The Apache Kafka community is pleased to

Re: [ANNOUNCEMENT] Apache Kafka 0.8.1 Released

2014-03-12 Thread Dan Di Spaltro
Congratulations, great release! On Wed, Mar 12, 2014 at 9:31 AM, Joe Stein wrote: > The Apache Kafka community is pleased to announce the general availability > release of Apache Kafka 0.8.1. > > The 0.8.1 release introduces log compaction > http://kafka.apache.org/documentation.html#compaction

[jira] [Created] (KAFKA-1303) metadata request in the new producer can be delayed

2014-03-12 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-1303: -- Summary: metadata request in the new producer can be delayed Key: KAFKA-1303 URL: https://issues.apache.org/jira/browse/KAFKA-1303 Project: Kafka Issue Type: Bug

[ANNOUNCEMENT] Apache Kafka 0.8.1 Released

2014-03-12 Thread Joe Stein
The Apache Kafka community is pleased to announce the general availability release of Apache Kafka 0.8.1. The 0.8.1 release introduces log compaction http://kafka.apache.org/documentation.html#compaction and a move to Gradle for builds. Other changes in this release: https://archive.apache.or

[jira] [Commented] (KAFKA-1302) cleanup logging in new producer

2014-03-12 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931942#comment-13931942 ] Jun Rao commented on KAFKA-1302: Created reviewboard https://reviews.apache.org/r/19132/

[jira] [Updated] (KAFKA-1302) cleanup logging in new producer

2014-03-12 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-1302: --- Attachment: KAFKA-1302.patch > cleanup logging in new producer > --- > >

Review Request 19132: Patch for KAFKA-1302

2014-03-12 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19132/ --- Review request for kafka. Bugs: KAFKA-1302 https://issues.apache.org/jira/b

[jira] [Created] (KAFKA-1302) cleanup logging in new producer

2014-03-12 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-1302: -- Summary: cleanup logging in new producer Key: KAFKA-1302 URL: https://issues.apache.org/jira/browse/KAFKA-1302 Project: Kafka Issue Type: Bug Components: core