Re: [DISCUSS] Apache Kafka 2.1.0 Release Plan

2018-09-25 Thread Dong Lin
cc users@kafka.apache.org and kafka-clie...@googlegroups.com On Sun, Sep 9, 2018 at 5:31 PM Dong Lin wrote: > Hi all, > > I would like to be the release manager for our next time-based feature > release 2.1.0. > > The recent Kafka release history can be found at > https://cwiki.apache.org/conflu

Re: [DISCUSS] Apache Kafka 2.1.0 Release Plan

2018-09-25 Thread Dong Lin
Hey everyone, According to the previously discussed schedule, I have updated https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044 to include all the KIPs that have passed vote at this moment to be included in Apache Kafka 2.1.0 release. Other KIPs that have not passed vote wil

[ANNOUNCE] New committer: Colin McCabe

2018-09-25 Thread Ismael Juma
Hi all, The PMC for Apache Kafka has invited Colin McCabe as a committer and we are pleased to announce that he has accepted! Colin has contributed 101 commits and 8 KIPs including significant improvements to replication, clients, code quality and testing. A few highlights were KIP-97 (Improved C

Re: [ANNOUNCE] New committer: Colin McCabe

2018-09-25 Thread Rajini Sivaram
Congratulations, Colin! Well deserved! Regards, Rajini On Tue, Sep 25, 2018 at 9:39 AM, Ismael Juma wrote: > Hi all, > > The PMC for Apache Kafka has invited Colin McCabe as a committer and we are > pleased to announce that he has accepted! > > Colin has contributed 101 commits and 8 KIPs incl

Re: [ANNOUNCE] New committer: Colin McCabe

2018-09-25 Thread Edoardo Comar
Congratulations Colin ! -- Edoardo Comar IBM Event Streams IBM UK Ltd, Hursley Park, SO21 2JN From: Ismael Juma To: Kafka Users , dev Date: 25/09/2018 09:40 Subject:[ANNOUNCE] New committer: Colin McCabe Hi all, The PMC for

PyKafka 2.8.0 released

2018-09-25 Thread Emmett Butler
Hi everyone, Yesterday Parse.ly released PyKafka 2.8.0, which has been in the works since January. For those not familiar, PyKafka is a pure-Python client for Kafka that maintains a programmer-friendly API and offers optional integration with the librdkafka C c

Re: [ANNOUNCE] New committer: Colin McCabe

2018-09-25 Thread Matthias J. Sax
Congrats Colin! The was over due for some time :) -Matthias On 9/25/18 1:51 AM, Edoardo Comar wrote: > Congratulations Colin ! > -- > > Edoardo Comar > > IBM Event Streams > IBM UK Ltd, Hursley Park, SO21 2JN > > > > > From: Ismael Juma > T

Re: Subtractor

2018-09-25 Thread Matthias J. Sax
`Substractor` in only needed for KTable aggregations. For `KStream` aggregations it's not needed: for this case, each window is materialized into one row of the result KTable and just updated with the `Aggregator` for each incoming record (ie, corresponding to key -- and timestamp, for windowed-ag

Re: [ANNOUNCE] New committer: Colin McCabe

2018-09-25 Thread Robert Barrett
Congratulations Colin! On Tue, Sep 25, 2018 at 1:51 PM Matthias J. Sax wrote: > Congrats Colin! The was over due for some time :) > > -Matthias > > On 9/25/18 1:51 AM, Edoardo Comar wrote: > > Congratulations Colin ! > > -- > > > > Edoardo Comar >