Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread Konstantine Karantasis
Congratulations Bruno! Konstantine On Wed, Apr 7, 2021 at 8:08 PM Sophie Blee-Goldman wrote: > Congrats! > > On Wed, Apr 7, 2021 at 6:32 PM Luke Chen wrote: > > > Congrats Bruno!! > > > > Luke > > > > On Thu, Apr 8, 2021 at 9:18 AM Matthias J. Sax wrote: > > > > > Congrats Bruno! Very well

Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread Sophie Blee-Goldman
Congrats! On Wed, Apr 7, 2021 at 6:32 PM Luke Chen wrote: > Congrats Bruno!! > > Luke > > On Thu, Apr 8, 2021 at 9:18 AM Matthias J. Sax wrote: > > > Congrats Bruno! Very well deserved! > > > > > > -Matthias > > > > On 4/7/21 3:51 PM, Bill Bejeck wrote: > > > Congrats Bruno! Well deserved. > >

Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread Luke Chen
Congrats Bruno!! Luke On Thu, Apr 8, 2021 at 9:18 AM Matthias J. Sax wrote: > Congrats Bruno! Very well deserved! > > > -Matthias > > On 4/7/21 3:51 PM, Bill Bejeck wrote: > > Congrats Bruno! Well deserved. > > > > Bill > > > > On Wed, Apr 7, 2021 at 6:34 PM Guozhang Wang wrote: > > > >>

Re: [ANNOUNCE] New Kafka PMC Member: Bill Bejeck

2021-04-07 Thread Luke Chen
Congratulations Bill! Luke On Thu, Apr 8, 2021 at 9:17 AM Matthias J. Sax wrote: > Hi, > > It's my pleasure to announce that Bill Bejeck in now a member of the > Kafka PMC. > > Bill has been a Kafka committer since Feb 2019. He has remained > active in the community since becoming a committer.

Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread Matthias J. Sax
Congrats Bruno! Very well deserved! -Matthias On 4/7/21 3:51 PM, Bill Bejeck wrote: > Congrats Bruno! Well deserved. > > Bill > > On Wed, Apr 7, 2021 at 6:34 PM Guozhang Wang wrote: > >> Hello all, >> >> I'm happy to announce that Bruno Cadonna has accepted his invitation to >> become an

[ANNOUNCE] New Kafka PMC Member: Bill Bejeck

2021-04-07 Thread Matthias J. Sax
Hi, It's my pleasure to announce that Bill Bejeck in now a member of the Kafka PMC. Bill has been a Kafka committer since Feb 2019. He has remained active in the community since becoming a committer. Congratulations Bill! -Matthias, on behalf of Apache Kafka PMC

Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread Bill Bejeck
Congrats Bruno! Well deserved. Bill On Wed, Apr 7, 2021 at 6:34 PM Guozhang Wang wrote: > Hello all, > > I'm happy to announce that Bruno Cadonna has accepted his invitation to > become an Apache Kafka committer. > > Bruno has been contributing to Kafka since Jan. 2019 and has made 99 >

Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread David Klein
He has also been a huge help to the community! Congratulations Bruno! And thank you! > On Apr 7, 2021, at 5:34 PM, Guozhang Wang wrote: > > Hello all, > > I'm happy to announce that Bruno Cadonna has accepted his invitation to > become an Apache Kafka committer. > > Bruno has been

[ANNOUNCE] New Committer: Bruno Cadonna

2021-04-07 Thread Guozhang Wang
Hello all, I'm happy to announce that Bruno Cadonna has accepted his invitation to become an Apache Kafka committer. Bruno has been contributing to Kafka since Jan. 2019 and has made 99 commits and more than 80 PR reviews so far: https://github.com/apache/kafka/commits?author=cadonna He worked

Re: Kafka Streams - Out of Order Handling

2021-04-07 Thread Matthias J. Sax
Sorry for late reply... > I only see issues of out of order data in my re-partitioned topic as a result > of a rebalance happening. If you re-partition, you may actually see out-of-order data even if there is no rebalance. In the end, during repartitioning you have multiple upstream writers

Re: [kafka-clients] Subject: [VOTE] 2.8.0 RC1

2021-04-07 Thread Israel Ekpo
Hello John, Thanks for running the release for 2.8.0 I was reviewing the request for validation for 2.8.0 RC1 it appears that the deadline to complete testing/validation by the community is 6th April 2021 Same day delivery :) I think you meant to say Tuesday, April 13 2021 instead. Could we

Re: Kafka Stream: State replication seems unpredictable.

2021-04-07 Thread Guozhang Wang
Hello Mangat, With at least once, although some records maybe processed multiple times their process ordering should not be violated, so what you observed is not expected. What caught my eyes are this section in your output changelogs (high-lighted): Key1, V1 Key1, null Key1, V1 Key1, null