Re: [VOTE] KIP-470: TopologyTestDriver test input and output usability improvements

2019-09-20 Thread Bill Bejeck
Thanks for the KIP! +1(binding) -Bill On Fri, Sep 20, 2019 at 10:06 AM Guozhang Wang wrote: > +1 (binding), Thanks! > > On Fri, Sep 20, 2019 at 9:56 AM Matthias J. Sax > wrote: > > > Thanks for the KIP Jukka! > > > > +1 (binding) > > > > -Matthias > > > > On 9/20/19 9:44 AM, Paul Whalen wrote

Re: [DISCUSS] KIP-517: Add consumer metric indicating time between poll calls

2019-09-20 Thread Bill Bejeck
Hi Kevin, I'm coming in a little late, but thanks for the KIP, this will be very useful. It's a +1 for me. -Bill On Fri, Sep 20, 2019 at 11:32 AM Kevin Lu wrote: > Hi Jason, > > That is a good point in making the ratio metric consistent with the broker > idle metrics. I have updated the KIP to

Re: [VOTE] KIP-517: Add consumer metrics to observe user poll behavior

2019-09-20 Thread Bill Bejeck
+1 (binding) Thanks for the KIP! -Bill On Fri, Sep 20, 2019 at 1:28 PM Jason Gustafson wrote: > +1 Thanks! > > On Thu, Sep 19, 2019 at 11:22 PM Tom Bentley wrote: > > > +1 (non-binding). > > > > On Fri, Sep 20, 2019 at 7:00 AM Maulin Vasavada < > maulin.vasav...@gmail.com > > > > > wrote: > >

Re: [VOTE] KIP-521: Redirect Connect log4j messages also to a file by default

2019-09-20 Thread Bill Bejeck
Nice job on the KIP Konstantine. This is a great improvement. +1 (binding) -Bill On Fri, Sep 20, 2019 at 5:07 PM Mitchell wrote: > +1 (non-binding). > > Love this change. > > On Fri, Sep 20, 2019, 4:37 PM Randall Hauch wrote: > > > +1 (binding) > > > > Great work, Konstantine. > > > > On Thu,

Re: [VOTE] KIP-479 Add Materialized to Join

2019-09-24 Thread Bill Bejeck
-binding). > > Thanks for tackling this, Bill. > -John > > On Thu, Sep 19, 2019 at 3:09 PM Guozhang Wang wrote: > > > > Thanks Bill for the update, I'm +1 as well (binding). > > > > On Thu, Sep 19, 2019 at 11:25 AM Bill Bejeck wrote: > > > > > T

Re: Please Add Jira and Git Users

2019-09-26 Thread Bill Bejeck
Hi David, First, you'll need to set up an account with Jira, then share you Jira user-id on the list here and we can add you to the contributors list. You'll also want to read https://kafka.apache.org/contributing. Thanks for your interest in Apache Kafka. -Bill On Thu, Sep 26, 2019 at 5:42

Re: Granting permissions for Create KIP

2019-10-01 Thread Bill Bejeck
Rabi, You're all set now. Thanks for the interest in Apache Kafka. -Bill On Tue, Oct 1, 2019 at 6:49 AM RABI K.C. wrote: > Hello, > > I am new to kafka and have to create KIP for KAFKA-8953 and was going > through > > https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposa

Re: A New Contributor

2019-10-07 Thread Bill Bejeck
Hi Ersin, Thanks for your interest in Apache Kafka. You're all set now. -Bill On Mon, Oct 7, 2019 at 10:44 AM Ersin Bayraktar wrote: > Hello Kafka devs, > > I would like to contribute to Kafka Core, Kafka-Streams and documentation. > For this purpose, I would like to be added to the contributo

Re: [VOTE] KIP-527: Add VoidSerde to Serdes

2019-10-07 Thread Bill Bejeck
Thanks for the KIP. +1(binding) -Bill On Mon, Oct 7, 2019 at 5:57 PM Matthias J. Sax wrote: > +1 (binding) > > > -Matthias > > On 10/6/19 8:02 PM, Nikolay Izhikov wrote: > > Hello, > > > > Any additional feedback on this? > > Do we need this in Kafka? > > > > В Ср, 02/10/2019 в 08:30 +0200, Br

Re: [DISCUSS] KIP-539: Implement mechanism to flush out records in low volume suppression buffers

2019-10-18 Thread Bill Bejeck
Hi Richard, Thanks for the KIP proposal. I understand the situation you are describing. But in my mind, if there is a low traffic condition and you need to keep records going downstream at regular intervals, I'm wondering if using suppression is the correct approach. IMHO it seems it would be bet

Re: [VOTE] KIP-530: Consider renaming 'UsePreviousTimeOnInvalidTimeStamp' class to 'UsePartitionTimeOnInvalidTimeStamp'

2019-10-24 Thread Bill Bejeck
Hi Rabi, Thanks for the KIP. Just to be clear, we're going to deprecate `UsePreviousTimeOnInvalidTimeStamp` and add `UsePartitionOnInvalidTimeStamp` class correct? Otherwise, it's a +1 (binding) from me. -Bill On Thu, Oct 24, 2019 at 8:09 AM Bruno Cadonna wrote: > Hi Rabi, > > Thank you for t

Re: [VOTE] KIP-523 Add KStream#toTable to the Streams DSL

2019-10-24 Thread Bill Bejeck
Thanks for the KIP, this is something that will be appreciated by the community. +1(binding) -Bill On Thu, Oct 24, 2019 at 12:54 PM Matthias J. Sax wrote: > Thanks for the KIP! > > +1 (binding) > > > -Matthias > > On 10/24/19 6:19 AM, aishwarya kumar wrote: > > Hello All, > > > > After conclud

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-25 Thread Bill Bejeck
I am jumping in a little late here. Overall I agree with the proposal to push decision making on what/how to query in the query layer. For point 5 from above, I'm slightly in favor of having a new method, "standbyMetadataForKey()" or something similar. Because even if we return all tasks in one l

Re: [DISCUSS] KIP-150 - Kafka-Streams Cogroup

2019-10-28 Thread Bill Bejeck
Hi Walker, Thanks for taking on KIP-150, the co-group will be very useful. Regarding the naming, IMHO, we should stick to the current pattern, and that is, we provide overloads with a "Named" operator for the "aggregate" methods (I believe those are the only ones that create a processor). Current

Re: [VOTE] KIP-150 - Kafka-Streams Cogroup

2019-11-06 Thread Bill Bejeck
Thanks for the KIP. +1 (binding) -Bill On Wed, Nov 6, 2019 at 1:22 AM Matthias J. Sax wrote: > +1 (binding) > > > On 10/31/19 10:52 AM, Walker Carlson wrote: > > Hello all, > > > > I'd like to call a vote on the updated KIP-150: Kafka-Streams Cogroup > > found here > > < > https://cwiki.apache

Re: [ANNOUNCE] New committer: Mickael Maison

2019-11-07 Thread Bill Bejeck
Congratulations Mickael! Well deserved! -Bill On Thu, Nov 7, 2019 at 4:38 PM Jun Rao wrote: > Hi, Everyone, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer > Mickael > Maison. > > Mickael has been contributing to Kafka since 2016. He proposed and > implemented multiple

Re: [VOTE] KIP-544: Make metrics exposed via JMX configurable

2019-11-08 Thread Bill Bejeck
Thanks for the KIP, +1 (binding). -Bill On Fri, Nov 8, 2019 at 1:28 PM Gwen Shapira wrote: > +1 (binding) > > On Thu, Nov 7, 2019 at 11:17 AM Xavier Léauté wrote: > > > > Hi everyone, > > > > I'd like to open up the vote for KIP-544 on making exposed JMX metrics > more > > configurable. > > >

Re: [DISCUSS] KIP-531: Drop support for Scala 2.11 in Kafka 2.5

2019-11-08 Thread Bill Bejeck
Thanks for the KIP Ismael. +1 for me. -Bill On Fri, Nov 8, 2019 at 11:52 AM Ismael Juma wrote: > I was hoping we'd get the documentation update in the 2.4 release notes so > that it's not a surprise for 2.5 users. > > Ismael > > On Fri, Nov 8, 2019 at 8:40 AM Jose Armando Garcia Sancio < > jsan

Re: Subject: [VOTE] 2.2.2 RC2

2019-11-08 Thread Bill Bejeck
- verified signatures - built it from source - ran unit tests +1 (non-binding) Thanks for running the release, Randall! -Bill On Fri, Nov 8, 2019 at 4:40 PM David Arthur wrote: > * Glanced through docs, release notes > * Downloaded RC2 binaries, verified signatures > * Ran through qu

Re: Why standby tasks read from the StandbyTasks::checkpointedOffsets in assignStandbyPartitions()

2019-11-12 Thread Bill Bejeck
This could be a significant performance issue for some, so I think this fix needs to go into 2.4. Just my 2 cents. -Bill On Mon, Nov 11, 2019 at 5:57 PM John Roesler wrote: > Ok, created: https://github.com/apache/kafka/pull/7681 > > I'm on the fence about whether we should file this as a 2.4.

Re: [ANNOUNCE] New committer: John Roesler

2019-11-12 Thread Bill Bejeck
Congratulations John! On Tue, Nov 12, 2019 at 6:20 PM Matthias J. Sax wrote: > Congrats John! > > > On 11/12/19 2:52 PM, Boyang Chen wrote: > > Great work John! Well deserved > > > > On Tue, Nov 12, 2019 at 1:56 PM Guozhang Wang > wrote: > > > >> Hi Everyone, > >> > >> The PMC of Apache Kafka i

Re: [VOTE] KIP-626: Rename StreamsConfig config variable name

2020-06-19 Thread Bill Bejeck
Thanks for the KIP Matthias. +1 (binding) Thanks, Bill On Thu, Jun 18, 2020 at 11:51 PM John Roesler wrote: > Thanks Matthias, > > I’m +1 (binding) > > -John > > On Thu, Jun 18, 2020, at 02:21, Navinder Brar wrote: > > Hi Matthias, > > > > +1 non-binding. Thanks for the KIP. > > > > Thanks, >

Re: [ANNOUNCE] New committer: Boyang Chen

2020-06-22 Thread Bill Bejeck
Congratulations Boyang! Well deserved. -Bill On Mon, Jun 22, 2020 at 7:35 PM Colin McCabe wrote: > Congratulations, Boyang! > > cheers, > Colin > > On Mon, Jun 22, 2020, at 16:26, Guozhang Wang wrote: > > The PMC for Apache Kafka has invited Boyang Chen as a committer and we > are > > pleased t

Re: contributor request

2020-06-24 Thread Bill Bejeck
Hi Daniel, You're all set as a contributor in Jira and can create/edit KIPs as well. Thanks for your interest in Apache Kafka. -Bill On Wed, Jun 24, 2020 at 6:16 AM Dániel Urbán wrote: > Hi, > I'd like to work on some KIPs. Can you please add me to the contributors? > My username is durban on

Re: [ANNOUNCE] New committer: Xi Hu

2020-06-24 Thread Bill Bejeck
Congratulations Xi! -Bill On Wed, Jun 24, 2020 at 12:45 PM Tom Bentley wrote: > Congratulations Xi! > > On Wed, Jun 24, 2020 at 5:34 PM Guozhang Wang wrote: > > > The PMC for Apache Kafka has invited Xi Hu as a committer and we are > > pleased to announce that he has accepted! > > > > Xi Hu ha

Re: [VOTE] KIP-629: Use racially neutral terms in our codebase

2020-06-25 Thread Bill Bejeck
Thanks for this KIP Xavier. +1(binding) -Bill On Thu, Jun 25, 2020 at 9:04 PM Gwen Shapira wrote: > +1 (binding) > > Thank you Xavier! > > On Thu, Jun 25, 2020, 3:44 PM Xavier Léauté wrote: > > > Hi Everyone, > > > > I would like to initiate the voting process for KIP-629. > > > > > https://c

Re: [VOTE] KIP-418: A method-chaining way to branch KStream

2020-06-29 Thread Bill Bejeck
Thanks for the KIP Ivan, +1 (binding). -Bill On Mon, Jun 29, 2020 at 7:22 PM Guozhang Wang wrote: > +1 (binding). Thanks Ivan! > > > Guozhang > > On Mon, Jun 29, 2020 at 3:55 AM Jorge Esteban Quilcate Otoya < > quilcate.jo...@gmail.com> wrote: > > > This will be a great addition. Thanks Ivan! >

Re: [VOTE] KIP-607: Add Metrics to Record the Memory Used by RocksDB to Kafka Streams

2020-07-27 Thread Bill Bejeck
> 0 -1 > > > > > > Best, > > > Bruno > > > > > > On Fri, May 15, 2020 at 11:34 PM Matthias J. Sax > wrote: > > >> > > >> +1 (binding) > > >> > > >> -Matthias > > >> > > >>

Re: [ANNOUNCE] New Kafka PMC Member: Mickael Maison

2020-07-31 Thread Bill Bejeck
Congrats Mickael! -Bill On Fri, Jul 31, 2020 at 11:34 AM Tom Bentley wrote: > Congratulations Mickael! > > On Fri, Jul 31, 2020 at 4:23 PM Jun Rao wrote: > > > Hi, Everyone, > > > > Mickael Maison has been a Kafka committer since Nov. 5, 2019. He has > > remained active in the community since

Re: [kafka-clients] Re: [VOTE] 2.6.0 RC2

2020-07-31 Thread Bill Bejeck
Hi Randall, +1 (non-binding) built from source, ran all unit and integration tests (Scala 2.12 and 2.13), and verified all the signatures. Thanks, Bill On Fri, Jul 31, 2020 at 12:42 PM Randall Hauch wrote: > Thanks, Rajini. > > Here's an update on the system tests. Unfortunately we've not yet

Re: [ANNOUNCE] New Kafka PMC Member: John Roesler

2020-08-10 Thread Bill Bejeck
Congrats! On Mon, Aug 10, 2020 at 4:52 PM Guozhang Wang wrote: > Congratulations! > > On Mon, Aug 10, 2020 at 1:11 PM Jun Rao wrote: > > > Hi, Everyone, > > > > John Roesler has been a Kafka committer since Nov. 5, 2019. He has > remained > > active in the community since becoming a committer.

[DISCUSS] Apache Kafka 2.7.0 release

2020-08-13 Thread Bill Bejeck
Hi All, I'd like to volunteer to be the release manager for our next feature release, 2.7. If there are no objections, I'll send out the release plan soon. Thanks, Bill Bejeck

Re: need permission to create KIP

2020-08-14 Thread Bill Bejeck
Done. Thanks for your interest in Apache Kafka -Bill On Fri, Aug 14, 2020 at 2:33 PM gyejun choi wrote: > I need a permission with this page for "Create KIP" > > https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals > > wiki userId : whsoul82 > > thanks >

Re: [VOTE] KIP-657: Add Customized Kafka Streams Logo

2020-08-18 Thread Bill Bejeck
+1 (binding) for design A. Thanks, Bill On Mon, Aug 17, 2020 at 5:06 PM Sven Erik Knop wrote: > Please use Design A > > On 2020/08/17 18:18:12, Abraham Leal wrote: > > I'd like to cast a non-binding vote to Design A.> > > Love the otter.> > > > > On 2020/08/15 14:05:10, Adam Bellemare wrote:>

Re: [VOTE] KIP-616: Rename implicit Serdes instances in kafka-streams-scala

2020-08-18 Thread Bill Bejeck
Thanks for the KIP Yuriy, this will be a great addition. +1 (binding) -Bill On Tue, Aug 18, 2020 at 5:47 PM Matthias J. Sax wrote: > Thanks for the KIP Yuriy! > > +1 (binding) > > > -Matthias > > On 8/13/20 9:49 PM, John Roesler wrote: > > Hi Yuriy, > > > > What a coincidence! I was just about

Re: Requesting write access to the wiki

2020-08-21 Thread Bill Bejeck
Done. Thanks for your interest in Apache Kafka! -Bill On Fri, Aug 21, 2020 at 10:27 AM Guillaume Bort wrote: > Hello Kafka team, > > I would like to propose an improvement to add a new `timesForOffsets` > operation to the consumer (KAFKA-10422). > > Can I have write access to the wiki so I can

Re: virtual KIP meeting for KIP-405

2020-08-21 Thread Bill Bejeck
Hi Jun, I'd like to attend as well. Thanks, Bill On Fri, Aug 21, 2020 at 10:27 AM Jun Rao wrote: > Hi, Adam,, > > Thanks for your interest. Invited you. > > Jun > > On Thu, Aug 20, 2020 at 5:03 PM Adam Bellemare > wrote: > > > Hello > > > > I am interested in attending, mostly just to listen

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-08-26 Thread Bill Bejeck
et release date of November 6. Let me know if there are any objections. Thanks, Bill Bejeck On Fri, Aug 14, 2020 at 4:01 PM John Roesler wrote: > Thanks, Bill! > -John > > On Thu, 2020-08-13 at 15:19 -0700, Ismael Juma wrote: > > Thanks for volunteering Bill. :) > > > >

Re: [VOTE] KIP-662: Throw Exception when Source Topics of a Streams App are Deleted

2020-08-27 Thread Bill Bejeck
Thanks for the KIP Bruno. +1 (binding) -Bill On Thu, Aug 27, 2020 at 3:15 PM Walker Carlson wrote: > +1 (Non Binding). Good Kip Bruno > > Walker > > On Tue, Aug 25, 2020 at 11:17 AM Guozhang Wang wrote: > > > +1. Thanks Bruno! > > > > > > Guozhang > > > > On Tue, Aug 25, 2020 at 4:00 AM Bruno

Re: [VOTE] KIP-614: Add Prefix Scan support for State Stores

2020-09-01 Thread Bill Bejeck
Thanks for the KIP! This is a great addition to the streams API. +1 (binding) -Bill On Tue, Sep 1, 2020 at 12:33 PM Sagar wrote: > Hi All, > > Bumping the thread again ! > > Thanks! > Sagar. > > On Wed, Aug 5, 2020 at 12:08 AM Sophie Blee-Goldman > wrote: > > > Thanks Sagar! +1 (non-binding)

Re: Contributor Access to JIRA

2020-09-03 Thread Bill Bejeck
Done. Thanks for your interest in Apache Kafka! -Bill On Thu, Sep 3, 2020 at 11:23 AM Nag Y wrote: > Here it is > > username : nag9s > > On Thu, Sep 3, 2020 at 8:36 PM Matthias J. Sax wrote: > > > Please create an account (self-service) and share you account info here, > > so we can add you.

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-08 Thread Bill Bejeck
Bruno > > > [1] > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-662%3A+Throw+Exception+when+Source+Topics+of+a+Streams+App+are+Deleted > > On 26.08.20 16:54, Bill Bejeck wrote: > > Greetings All! > > > > I've published a release plan at > > > https://cw

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-09 Thread Bill Bejeck
KIP-450%3A+Sliding+Window+Aggregations+in+the+DSL > > Cheers, > Leah > > On Tue, Sep 8, 2020 at 9:32 AM Bill Bejeck wrote: > > > Hi Bruno, > > > > Thanks for letting me know, I've added KIP-662 to the release plan. > > > > -Bill >

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-09 Thread Bill Bejeck
wrote: > > > Hi Bill, > > > > Could you also add KIP-450 to the release plan? It's been merged. > > > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-450%3A+Sliding+Window+Aggregations+in+the+DSL > > > > Cheers, > > Leah > > &

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-10 Thread Bill Bejeck
wiki.apache.org/confluence/pages/viewpage.action?pageId=158872629 > [2]: https://cwiki.apache.org/confluence/display/KAFKA/Future+release+plan > ________ > From: Bill Bejeck > Sent: Wednesday, September 9, 2020 4:35 PM > To: dev > Subject: Re: [DISCUSS] Apache Kafka

Re: Request for linking my Jira account to the Kafka Project

2020-09-14 Thread Bill Bejeck
Done. -Bill On Mon, Sep 14, 2020 at 10:57 AM Zakir Hussain Shaik wrote: > Hi Kafka team, > I have raised an issue with Kafka Connect component > https://issues.apache.org/jira/browse/KAFKA-10477 > I would like to raise a PR for it, for which I need my Jira account to be > included in contributo

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-22 Thread Bill Bejeck
Boyan, Done. Thanks for the heads up. -Bill On Mon, Sep 21, 2020 at 6:36 PM Boyang Chen wrote: > Hey Bill, > > unfortunately KIP-590 will not be in 2.7 release, could you move it to > postponed KIPs? > > Best, > Boyang > > On Thu, Sep 10, 2020 at 2:41 PM Bill B

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-09-24 Thread Bill Bejeck
Hi All, Just a reminder that the KIP freeze is next Wednesday, September 30th. Any KIP aiming to go in the 2.7.0 release needs to be accepted by this date. Thanks, BIll On Tue, Sep 22, 2020 at 12:11 PM Bill Bejeck wrote: > Boyan, > > Done. Thanks for the heads up. > > -Bill

Re: [VOTE] KIP-759: Unneeded repartition canceling

2023-08-01 Thread Bill Bejeck
I caught up on the discussion thread and the KIP LGTM. +1(binding) On Tue, Aug 1, 2023 at 3:07 PM Walker Carlson wrote: > +1 (binding) > > On Mon, Jul 31, 2023 at 10:43 PM Matthias J. Sax wrote: > > > +1 (binding) > > > > On 7/11/23 11:16 AM, Shay Lin wrote: > > > Hi all, > > > > > > I'd like

Re: [VOTE] KIP-962 Relax non-null key requirement in Kafka Streams

2023-08-11 Thread Bill Bejeck
+1(binding) On Fri, Aug 11, 2023 at 7:33 AM Lucas Brutschy wrote: > +1 (non-binding) > > On Fri, Aug 11, 2023 at 1:08 AM Matthias J. Sax wrote: > > > > +1 (binding) > > > > On 8/10/23 12:31 PM, Florin Akermann wrote: > > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-962%3A+Relax+non

Re: [ANNOUNCE] New committer: Lucas Brutschy

2023-09-21 Thread Bill Bejeck
Congrats Lucas! Well deserved. — Bill On Thu, Sep 21, 2023 at 12:21 PM Kirk True wrote: > Congratulations, Lucas! > > > On Sep 21, 2023, at 9:16 AM, Sagar wrote: > > > > Congrats Lucas ! > > > > On Thu, 21 Sep 2023 at 9:15 PM, Bruno Cadonna > wrote: > > > >> Hi all, > >> > >> The PMC of Apach

Re: [ANNOUNCE] New committer: Yash Mayya

2023-09-21 Thread Bill Bejeck
Congrats Yash! On Thu, Sep 21, 2023 at 12:26 PM Divij Vaidya wrote: > Congratulations Yash! > > Divij Vaidya > > > On Thu, Sep 21, 2023 at 6:18 PM Sagar wrote: > > > > Congrats Yash ! > > On Thu, 21 Sep 2023 at 9:38 PM, Ashwin > wrote: > > > > > Awesome ! Congratulations Yash !! > > > > > > On

Re: [ANNOUNCE] New Kafka PMC Member: Justine Olshan

2023-09-23 Thread Bill Bejeck
Congrats Justine! -Bill On Sat, Sep 23, 2023 at 6:23 PM Greg Harris wrote: > Congratulations Justine! > > On Sat, Sep 23, 2023 at 5:49 AM Boudjelda Mohamed Said > wrote: > > > > Congrats Justin ! > > > > On Sat 23 Sep 2023 at 14:44, Randall Hauch wrote: > > > > > Congratulations, Justine! > >

Re: [VOTE] 3.6.0 RC2

2023-10-02 Thread Bill Bejeck
Hi Satish, Thanks for running the release. I performed the following steps: - Validated all the checksums, signatures, and keys - Built the release from source - Ran all unit tests - Quick start validations - ZK and Kraft - Connect - Kafka Streams - Spot checked j

Re: [DISCUSS] KIP-985 Add reverseRange and reverseAll query over kv-store in IQv2

2023-10-03 Thread Bill Bejeck
Hi Hanyu, Thanks for the KIP, overall it's looking good, but I have a couple of comments - In the “Proposed Changes” section there's a reference to `setReverse()` but the code example has “withDescendingOrder()” so I think the text needs an update to reflect the code example. - I pref

Re: Apache Kafka 3.7.0 Release

2023-10-09 Thread Bill Bejeck
+1 Thanks, Stanislav! -Bill On Mon, Oct 9, 2023 at 1:59 PM Ismael Juma wrote: > Thanks for volunteering Stanislav! > > Ismael > > On Mon, Oct 9, 2023 at 10:51 AM Stanislav Kozlovski > wrote: > > > Hey all! > > > > I would like to volunteer to be the release manager driving the next > > releas

Re: [DISCUSS] Apache Kafka 3.5.2 release

2023-10-17 Thread Bill Bejeck
Thanks for driving the release, Luke. +1 -Bill On Tue, Oct 17, 2023 at 5:05 AM Satish Duggana wrote: > Thanks Luke for volunteering for 3.5.2 release. > > On Tue, 17 Oct 2023 at 11:58, Josep Prat > wrote: > > > > Hi Luke, > > > > Thanks for taking this one! > > > > Best, > > > > On Tue, Oct 17

Re: [VOTE] KIP-988 Streams StandbyUpdateListener

2023-10-23 Thread Bill Bejeck
This is a great addition +1(binding) -Bill On Fri, Oct 20, 2023 at 2:29 PM Almog Gavra wrote: > +1 (non-binding) - great improvement, thanks Colt & Eduwer! > > On Tue, Oct 17, 2023 at 11:25 AM Guozhang Wang > > wrote: > > > +1 from me. > > > > On Mon, Oct 16, 2023 at 1:56 AM Lucas Brutschy >

Re: [DISCUSS] KIP-992 Proposal to introduce IQv2 Query Types: TimestampedKeyQuery and TimestampedRangeQuery

2023-10-23 Thread Bill Bejeck
Hey Hanyu, Thanks for the KIP, it's a welcomed addition. Overall, the KIP looks good to me, I just have one comment. Can you discuss the expected behavior when a user executes a timestamped query against a non-timestamped store? I think it should throw an exception vs. using some default value.

Re: [ANNOUNCE] New Kafka PMC Member: Satish Duggana

2023-10-27 Thread Bill Bejeck
Congratulations Satish! On Fri, Oct 27, 2023 at 1:12 PM Matthias J. Sax wrote: > Congrats! > > On 10/27/23 10:01 AM, Viktor Somogyi-Vass wrote: > > Congrats Satish! > > > > On Fri, Oct 27, 2023, 18:48 Ivan Yurchenko wrote: > > > >> Congrats Satish! > >> > >> Ivan > >> > >> On Fri, Oct 27, 2023,

Re: [VOTE] KIP-992 Proposal to introduce IQv2 Query Types: TimestampedKeyQuery and TimestampedRangeQuery

2023-11-02 Thread Bill Bejeck
Hi Hanyu, Thanks for the KIP this LGTM. +1 (binding) Thanks, Bill On Wed, Nov 1, 2023 at 1:07 PM Hanyu (Peter) Zheng wrote: > Hello everyone, > > I would like to start a vote for KIP-992: Proposal to introduce IQv2 Query > Types: TimestampedKeyQuery and TimestampedRangeQuery. > > Sincerely,

Re: [DISCUSS] KIP-992 Proposal to introduce IQv2 Query Types: TimestampedKeyQuery and TimestampedRangeQuery

2023-11-02 Thread Bill Bejeck
te: > >> > > > >> > >> Thank you Lucas, > >> > >> > >> > >> I will fix the capitalization. > >> > >> When a user executes a timestamped query against a non-timestamped > >> > store, > &g

Re: [DISCUSS] KIP-1033: Add Kafka Streams exception handler for exceptions occuring during processing

2024-05-10 Thread Bill Bejeck
Great KIP discussion so far by everyone. At this point, I'm in agreement with the direction and current state of the KIP. As for having two separate callbacks for the ProductionExceptionHandler, I'm somewhat split in that I agree with points raised by Sophie and Matthias with my final position bei

Re: [VOTE] KIP-1036: Extend RecordDeserializationException exception

2024-05-13 Thread Bill Bejeck
Thanks for the KIP! +1 (binding) -Bill On Tue, May 7, 2024 at 6:16 PM Sophie Blee-Goldman wrote: > +1 (binding) > > thanks for the KIP! > > On Fri, May 3, 2024 at 9:13 AM Matthias J. Sax wrote: > > > +1 (binding) > > > > On 5/3/24 8:52 AM, Federico Valeri wrote: > > > Hi Fred, this is a usef

Re: [VOTE] KIP-1033: Add Kafka Streams exception handler for exceptions occurring during processing

2024-05-13 Thread Bill Bejeck
Thanks for the KIP, this will be a great addition! +1(binding) -Bill On Fri, May 3, 2024 at 4:48 AM Bruno Cadonna wrote: > Hi Damien, Sébastien, and Loïc, > > Thanks for the KIP! > > +1 (binding) > > Best, > Bruno > > > On 4/26/24 4:00 PM, Damien Gasparina wrote: > > Hi all, > > > > We would l

Re: [VOTE] 3.7.1 RC1

2024-06-14 Thread Bill Bejeck
Thanks for the quick action Justine, I just reviewed and approved. On Fri, Jun 14, 2024 at 11:08 AM Justine Olshan wrote: > The PR to fix is: https://github.com/apache/kafka/pull/16342/files > > On Fri, Jun 14, 2024 at 8:02 AM Justine Olshan > wrote: > > > Looks like the previous cherrypick of

Re: [DISCUSS] KIP-655: Add deduplication processor in kafka-streams

2024-07-10 Thread Bill Bejeck
Hi All, Thanks Ayoub for getting this KIP going again, I think a deduplication operator will be very useful. My applogies for being late to the discussion. Overall - I agree with the direction of the KIP but I have a couple of questions. 1. Regarding using offsets for tracking the first arr

Re: [VOTE] KIP-1070: Deprecate MockProcessorContext

2024-07-11 Thread Bill Bejeck
+1 (binding) On Thu, Jul 11, 2024 at 5:07 PM Sophie Blee-Goldman wrote: > Makes sense to me, +1 (binding) > > On Thu, Jul 11, 2024 at 9:24 AM Matthias J. Sax wrote: > > > Hi, > > > > I want to propose a very small KIP. Skipping the DISCUSS step, and > > calling for a VOTE directly. > > > > > >

Re: [VOTE] KIP-1068: New metrics for the new KafkaConsumer

2024-07-26 Thread Bill Bejeck
Hi Brenden, Thanks for the KIP! +1(binding) -Bill On Fri, Jul 26, 2024 at 1:54 PM Matthias J. Sax wrote: > Thanks for the KIP Brenden. > > +1 (binding) > > On 7/26/24 1:16 AM, Andrew Schofield wrote: > > HI Brenden, > > Thanks for the KIP. > > > > +1 (non-binding) > > > > Thanks, > > Andrew >

[DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-02 Thread Bill Bejeck
Hi all, I would like to start a discussion thread on KIP-1076 to enable metrics collection for applications that embed a Kafka client. The KIP can be found here: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1076%3A++Metrics+for+client+applications+KIP-714+extension I look forward to the

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-19 Thread Bill Bejeck
tion. > > LB1: Could we accept an instance of the Metric interface instead of > KafkaMetric? No strong reason to do it, it would just make the > interface slightly more generic. > > LB2: What is the behavior is `enable.metrics.push` is disabled? > > Cheers, > Lucas > >

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-20 Thread Bill Bejeck
gt; Does the KIP need a transformation rule from MetricName to > OpenTelemetry-compatible names that are exposed at the broker for > subscription and retrieval? > > Best, > Bruno > > On 8/20/24 12:43 AM, Bill Bejeck wrote: > > Hi Lucas, thanks for the comments. >

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-20 Thread Bill Bejeck
n: additional to what? > > > > BC2 > > Does the KIP need a transformation rule from MetricName to > > OpenTelemetry-compatible names that are exposed at the broker for > > subscription and retrieval? > > > > Best, > > Bruno > > > > On 8/20/24 12:43

Re: [VOTE] 3.6.1 RC0

2023-12-01 Thread Bill Bejeck
Hi Mickael, I did the following: 1. Validated all checksums, signatures, and hashes 2. Built from source 3. Ran all the unit tests 4. Spot checked the documentation and Javadoc 5. Ran the ZK, Kraft, and Kafka Streams quickstart guides I did notice that the `fillDotVersion` in `js/

Re: [DISCUSS] Personal branches under apache/kafka

2024-03-14 Thread Bill Bejeck
+1 Sounds like a good idea to me. -Bill On Wed, Mar 13, 2024 at 2:55 PM Matthias J. Sax wrote: > +1 > > Should be fine to just delete all of them (as long as nobody raised > objections). > > Not sure if we could enable some protection GitHub side that disallow to > push into non-existing branc

Re: [ANNOUNCE] New committer: Christo Lolov

2024-04-03 Thread Bill Bejeck
Congrats Christo! -Bill On Wed, Mar 27, 2024 at 4:03 AM Matthias J. Sax wrote: > Congrats! > > On 3/26/24 9:39 PM, Christo Lolov wrote: > > Thank you everyone! > > > > It wouldn't have been possible without quite a lot of reviews and > extremely > > helpful inputs from you and the rest of the c

Re: [EXT] Re: [DISCUSS] KIP-1033: Add Kafka Streams exception handler for exceptions occuring during processing

2024-04-09 Thread Bill Bejeck
Hi Damien, Sebastien and Loic, Thanks for the KIP, this is a much-needed addition. I like the approach of getting the plumbing in for handling processor errors, allowing users to implement more complex solutions as needed. Overall how where the KIP Is now LGTM, modulo outstanding comments. I thi

Re: [ANNOUNCE] New Kafka PMC Member: Greg Harris

2024-04-13 Thread Bill Bejeck
Congrats Greg! -Bill On Sat, Apr 13, 2024 at 4:25 PM Boudjelda Mohamed Said wrote: > Congratulations Greg > > On Sat 13 Apr 2024 at 20:42, Chris Egerton wrote: > > > Hi all, > > > > Greg Harris has been a Kafka committer since July 2023. He has remained > > very active and instructive in the c

Re: [ANNOUNCE] New committer: Igor Soarez

2024-04-24 Thread Bill Bejeck
Congrats Igor! -Bill On Wed, Apr 24, 2024 at 2:37 PM Tom Bentley wrote: > Congratulations Igor! > > On Thu, 25 Apr 2024 at 6:27 AM, Chia-Ping Tsai wrote: > > > Congratulations, Igor! you are one of the best Kafka developers!!! > > > > Mickael Maison 於 2024年4月25日 週四 上午2:16寫道: > > > > > Congrat

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-20 Thread Bill Bejeck
ion, then how we will > differentiate with external application metrics while emitting through > JMXReporter of clients. > > Regards, > Apoorv Mittal > > > On Tue, Aug 20, 2024 at 8:09 PM Bill Bejeck wrote: > > > Hi Apoorv, > > > > Thanks for reading t

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-21 Thread Bill Bejeck
ture any details around compatibility with older > brokers which don't support KIP-714 or when telemetry APIs are not enabled > on brokers (no configured receiver plugin)? > > Regards, > Apoorv Mittal > > > On Tue, Aug 20, 2024 at 10:22 PM Bill Bejeck wrote: > > >

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-22 Thread Bill Bejeck
the producer, it would not > matter if producer metric push is enabled or not). To be fair, this might > be more of an impl detail? Just curious. > > > > > > -Matthias > > > > > > On 8/21/24 1:03 PM, Apoorv Mittal wrote: > >> Hi Bill, > >&

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-22 Thread Bill Bejeck
10 PM Bill Bejeck wrote: > Hi Mathias and Andrew, > > Thanks for taking the time to read and comment on the KIP. I'll address > each comment below: > > MS1 - I agree that logging a WARN here should be sufficient. I'll update > the interface in KIP to the origin

Re: [DISCUSS] KIP-655: Add deduplication processor in kafka-streams

2024-08-22 Thread Bill Bejeck
uired because the records with the same key are > already > together in the same partition. cc @Matthias @Sebastien. > > > > B3. > I think here we can do what some existing processors do for periodic work, > we can track the last cleanup time and the current stream time, >

Re: [VOTE] KIP-1078: Remove Leaking Getter Methods in Joined Helper Class

2024-08-22 Thread Bill Bejeck
+1 (binding) On Thu, Aug 22, 2024 at 2:15 PM Matthias J. Sax wrote: > +1 (binding) > > On 8/21/24 11:09 PM, 黃竣陽 wrote: > > +1 (non-binding) > > > > Best regard, > > Jiunn Yang > > >

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-08-26 Thread Bill Bejeck
dvance for taking another look at the updated KIP, and hopefully we'll get to a vote this week. -Bill On Thu, Aug 22, 2024 at 3:18 PM Bill Bejeck wrote: > Matthias and Andrew, > > I've updated the KIP. I decided to not list the Kafka Stream metrics > supported as it would cr

Re: [DISCUSS] KIP-655: Add deduplication processor in kafka-streams

2024-08-27 Thread Bill Bejeck
on > > wants to deduplicate transactions. It knows that a transaction id > > maps to a single userId. Any duplicate of that record would be received > > by the task which processes this userId. > > Let me know what you think. > > Thanks, > Ayoub > > > > >

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Bill Bejeck
Congrats Lianet! On Wed, Aug 28, 2024 at 12:32 PM Matthias J. Sax wrote: > Congrats! Very well deserved! > > On 8/28/24 9:18 AM, Justine Olshan wrote: > > Congratulations Lianet!! > > Justine > > > > On Wed, Aug 28, 2024 at 8:58 AM David Arthur wrote: > > > >> Congrats, Lianet! > >> > >> On Wed

Re: [VOTE] KIP-1065: Add "retry" return-option to ProductionExceptionHandler

2024-08-28 Thread Bill Bejeck
+1 (binding) On Wed, Aug 28, 2024 at 8:34 PM Sophie Blee-Goldman wrote: > Also : > > +1 (binding) > > On Wed, Aug 28, 2024 at 3:48 PM Sophie Blee-Goldman > > wrote: > > > Thanks guys. I filed https://issues.apache.org/jira/browse/KAFKA-17441 > to > > consider a followup KIP for adding RETRY to

Re: Can't create a KIP

2024-08-29 Thread Bill Bejeck
Hi Max, If can share your username, and I'll set up your permissions. Thanks, Bill On Thu, Aug 29, 2024 at 8:51 AM Maxim Fortun wrote: > Hi, > I created a new wiki account via selfserve yesterday, logged into wiki and > tried to create a KIP, but something doesn't quite seem to connect. > When

Re: Can't create a KIP

2024-08-29 Thread Bill Bejeck
Max, give it a try now, you should be all set. -Bill On Thu, Aug 29, 2024 at 9:02 AM Maxim Fortun wrote: > Ah, right :) I should have started with that :) > Username: maxfortun > Thank you! > > > > On Aug 29, 2024, at 8:58 AM, Bill Bejeck wrote: > > > >

Re: [DISCUSS] KIP-1076: Metrics for client applications a KIP-714 extension

2024-09-03 Thread Bill Bejeck
ments and discussion. -Bill On Fri, Aug 30, 2024 at 10:31 PM Matthias J. Sax wrote: > Thanks Bill. The KIP reads great. Overall LGTM. > > Just one question out of curiosity. Why did you switch from passing in a > `Collection` to a single metric? > > > -Matthias > > &

[VOTE] KIP-1076: Metrics for client applications a KIP-714 extension

2024-09-03 Thread Bill Bejeck
Hi All, I'd like to call for a vote on KIP-1076 (discussion can be found here ) -Bill

Re: [ANNOUNCE] New committer: Jeff Kim

2024-09-09 Thread Bill Bejeck
Congrats Jeff!! On Mon, Sep 9, 2024 at 7:50 AM Lianet M. wrote: > Congrats Jeff!!! > > On Mon, Sep 9, 2024, 7:05 a.m. Chris Egerton > wrote: > > > Congrats! > > > > On Mon, Sep 9, 2024, 06:36 Rajini Sivaram > wrote: > > > > > Congratulations, Jeff! > > > > > > Regards, > > > > > > Rajini > > >

Re: Request Permission to Create KIP

2020-03-30 Thread Bill Bejeck
Hi Xiaodong, You're all set now. Thanks for your interest in Apache Kafka. Regards, Bill On Mon, Mar 30, 2020 at 12:40 PM Xiaodong Du wrote: > Hi, > > I’d like to submit a KIP and am requesting access to the wiki page. My wiki > ID is xiaodongdu2008. Please let me know if anything else is nee

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC3

2020-04-10 Thread Bill Bejeck
Hi David, +1 (non-binding) Verified signatures, built jars from source, ran unit and integration tests, all passed. Thanks for running the release. -Bill On Wed, Apr 8, 2020 at 10:10 AM David Arthur wrote: > Passing Jenkins build on 2.5 branch: > https://builds.apache.org/job/kafka-2.5-jdk8/9

Re: [ANNOUNCE] Apache Kafka 2.5.0

2020-04-15 Thread Bill Bejeck
me streaming applications that transform or react > > to the streams of data. > > > > > > Apache Kafka is in use at large and small companies worldwide, including > > Capital One, Goldman Sachs, ING, LinkedIn, Netflix, Pinterest, Rabobank, > > Target, The New York Tim

Re: Permission to self-assign tickets

2020-04-20 Thread Bill Bejeck
Hi Leonard, You should be all set now. -Bill On Mon, Apr 20, 2020 at 11:09 AM Wang (Leonard) Ge wrote: > Hi Kafka dev team, > > > I am wondering if you can grant me the permission to self-assign tickets? > > My user name is: gw524119574 and email is w...@confluent.io > > Thanks in advance for

Re: Permission to self-assign tickets

2020-04-21 Thread Bill Bejeck
Done. Thanks for your interest in Apache Kafka. -Bill On Tue, Apr 21, 2020 at 11:05 AM 无名 wrote: > Hi Kafka dev team, > > > I am wondering if you can grant me the permission to self-assign tickets? > > > My username is zhaohaidao and email is zhaohaidao2...@foxmail.com > > > Thanks.

Re: [VOTE] KIP-594: Expose output topic names from TopologyTestDriver

2020-04-23 Thread Bill Bejeck
Hi Andy, Thanks for the KIP. It's a + 1(binding) for me. -Bill On Thu, Apr 23, 2020 at 9:45 AM John Roesler wrote: > Hi Andy, > > I just took another look, and it looks good to me! Thanks for the > contribution. > > I’m +1 (binding) > > -John > > On Thu, Apr 23, 2020, at 06:49, Andy Coates wr

<    1   2   3   4   5   6   7   8   9   10   >