Re: [VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-15 Thread Luke Chen
Hi Patrick, John, Thanks for your explanation and update. It looks better now. +1 (non-binding) from me. just one minor comment: 10. In the example section, we are still using the variable names `lower` and `upper` as before. We should update them, too. (follow the decision for point 7 above)

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #582

2021-12-15 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13550) Jointly develop Kafka-upstream function support to fully integrate APISIX and Kafka

2021-12-15 Thread Wang Yeliang (Jira)
Wang Yeliang created KAFKA-13550: Summary: Jointly develop Kafka-upstream function support to fully integrate APISIX and Kafka Key: KAFKA-13550 URL: https://issues.apache.org/jira/browse/KAFKA-13550

[jira] [Resolved] (KAFKA-13547) Kafka - 1.0.0 | Remove log4j.jar

2021-12-15 Thread Dongjin Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjin Lee resolved KAFKA-13547. - Resolution: Duplicate It seems like you are trying VerifiableProducer in tools, right? Removing

Re: When will the version 3.2.0 be released?

2021-12-15 Thread Luke Chen
Hi David, Here's the release plan page: https://cwiki.apache.org/confluence/display/KAFKA/Future+release+plan Currently, we haven't had release date plan for v3.2.0, because v3.1.0 is still on-going. But if you check the release interval of each release previously, you can guess v3.2.0 should be

Re: [VOTE] KIP-778 KRaft upgrades

2021-12-15 Thread José Armando García Sancio
Hey David, Thanks for the KIP! LGTM. +1. I noticed the following minor issues while reading the KIP: 1. Should the versions of the "AllowDowngrade" be changed to "0-1"? 2. I think you meant --unsafe here: > The controller validates that the cluster can be safely downgraded to this > version

Re: [VOTE] KIP-778 KRaft upgrades

2021-12-15 Thread Kowshik Prakasam
Hi David, Excellent work. Looking forward to this KIP. +1 (non-binding). Cheers, Kowshik On Wed, Dec 15, 2021 at 10:40 AM David Arthur wrote: > Hey all, I realized I omitted a small change to the public APIs regarding > finalized feature versions. I've updated the KIP with these changes.

Re: [VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-15 Thread Guozhang Wang
Thanks Patrick, John. I read through the updated KIP and it's much cleared on the scope now, appreciate that! I'm +1 overall, modulo a few minor comments: 7. The parameter names of `WindowKeyQuery#withKeyAndWindowStartRange`, i.e. `startTime` and `endTime` seem not updated; also for the

Re: [VOTE] KIP-778 KRaft upgrades

2021-12-15 Thread David Arthur
Hey all, I realized I omitted a small change to the public APIs regarding finalized feature versions. I've updated the KIP with these changes. This does not conceptually change anything in the KIP, so I think we can just continue with the vote. Thanks! David On Sun, Dec 12, 2021 at 1:34 AM

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #581

2021-12-15 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13549) Add "delete interval" config

2021-12-15 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-13549: --- Summary: Add "delete interval" config Key: KAFKA-13549 URL: https://issues.apache.org/jira/browse/KAFKA-13549 Project: Kafka Issue Type: Improvement

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

2021-12-15 Thread Mickael Maison
Hi Venkat, I've added you to the contributors list. You should now be able to assign tickets to yourself. Thanks, Mickael On Wed, Dec 15, 2021 at 4:57 PM Venkat Teki wrote: > > Hi Kafka team, > I have raised an issue with Kafka Connect component >

Re: [VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-15 Thread John Roesler
FYI, I filed this follow-on task to explore a more general pattern for these queries: https://issues.apache.org/jira/browse/KAFKA-13548 We can unblock the current scope for these queries but still plan to revisit the API before the first release of IQv2. Thanks! -John On Wed, 2021-12-15 at

[jira] [Created] (KAFKA-13548) IQv2: revisit WindowKeyQuery and WindowRangeQuery

2021-12-15 Thread John Roesler (Jira)
John Roesler created KAFKA-13548: Summary: IQv2: revisit WindowKeyQuery and WindowRangeQuery Key: KAFKA-13548 URL: https://issues.apache.org/jira/browse/KAFKA-13548 Project: Kafka Issue

Re: [VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-15 Thread John Roesler
Thanks for the update, Patrick! Tl;dr: I'm +1 (binding) I just reviewed the KIP again (I hope you don't mind, I fixed a couple of missed renames in the text and examples). One of the design of IQv2 is to make proposing and evolving these queries much less onerous. Unlike adding new methods to

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #580

2021-12-15 Thread Apache Jenkins Server
See

When will the version 3.2.0 be released?

2021-12-15 Thread David Leon
We have an issue on PROD apparently solved by the issue https://issues.apache.org/jira/browse/KAFKA-12980 which will be released on the version 3.2.0. When will this version be available to download? Thanks in advance for the info.

Request for linking my Jira account to the Kafka Project External

2021-12-15 Thread Venkat Teki
Hi Kafka team, I have raised an issue with Kafka Connect component https://issues.apache.org/jira/browse/KAFKA-13546 I would like to raise a PR for it, for which I need my Jira account to be included in the contributors list, so that I can assign this ticket to myself. Kindly add my Jira account

Re: [DISCUSS] KIP-801: Implement an Authorizer that stores metadata in __cluster_metadata

2021-12-15 Thread David Arthur
5) Ok, gotcha. So will the StandardAuthorizer be replaying records directly, or will it get an *Image like other metadata consumers on the broker? 6) I was thinking since the CreateAcl and DeleteAcl requests can modify multiple ACL in one request, that we should reflect that by committing the

Re: [DISCUSS] KIP-810: Allow producing records with null values in Kafka Console Producer

2021-12-15 Thread Chris Egerton
Hi Mickael, Thanks for the KIP. Given how important tombstone records are it's hard to believe that the console producer doesn't already support them! I wanted to clarify the intended behavior and how it will play with the parse.key and the newly-introduced (as of KIP-798 [1]) parse.headers

Re: [DISCUSS] Enable links from Github commits to Jira Issues

2021-12-15 Thread Igor Soarez
Hi Mickael, Thanks for suggesting. This would be very useful. +1 -- Igor On Tue, Dec 14, 2021, at 4:13 PM, Josep Prat wrote: > Sounds like a good idea Mickael! > > ——— > Josep Prat > > Aiven Deutschland GmbH > > Immanuelkirchstraße 26, 10405 Berlin > > Amtsgericht Charlottenburg, HRB 209739 B >

Re: [DISCUSS] Please review the 3.1.0 blog post

2021-12-15 Thread Igor Soarez
Hi David, Apart from the obviously identified TODO items I coudln't find any issues. It looks great! -- Igor On Wed, Dec 15, 2021, at 8:37 AM, David Jacot wrote: > Thanks, Mickael. I will fix this. > > Best, > David > > On Mon, Dec 13, 2021 at 3:55 PM Mickael Maison > wrote: >> >> Hi David,

[jira] [Resolved] (KAFKA-13545) Workaround for mitigating CVE-2021-4104 Kafka

2021-12-15 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-13545. --- Resolution: Not A Bug > Workaround for mitigating CVE-2021-4104 Kafka >

[jira] [Reopened] (KAFKA-13545) Workaround for mitigating CVE-2021-4104 Kafka

2021-12-15 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reopened KAFKA-13545: --- > Workaround for mitigating CVE-2021-4104 Kafka > -- > >

Re: [DISCUSS] KIP-719: Add Log4J2 Appender

2021-12-15 Thread Dongjin Lee
Hi Mickael, > Can we do step 3 without breaking any compatibility? If so then that sounds like a good idea. As far as I know, the answer is yes; I am now updating my PR, so I will notify you as soon as I complete the work. Best, Dongjin On Wed, Dec 15, 2021 at 2:00 AM Mickael Maison wrote: >

Re: [VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-15 Thread Patrick Stuedi
Thanks everyone for the sharing comments and suggestions, this is very helpful! I have updated the KIP based on the suggestions, please let me know what you think. Here are the main changes: - Removed constructor in WindowRangeQuery (Guozhang) - Clearly specified how each of the instantiation of

[DISCUSS] KIP-810: Allow producing records with null values in Kafka Console Producer

2021-12-15 Thread Mickael Maison
Hi all, I opened a KIP to add the option to produce records with a null value using the Console Producer: https://cwiki.apache.org/confluence/display/KAFKA/KIP-810%3A+Allow+producing+records+with+null+values+in+Kafka+Console+Producer Let me know if you have any feedback. Thanks, Mickael

Re: [DISCUSS] Please review the 3.1.0 blog post

2021-12-15 Thread David Jacot
Thanks, Mickael. I will fix this. Best, David On Mon, Dec 13, 2021 at 3:55 PM Mickael Maison wrote: > > Hi David, > > It looks good, I just noticed a typo: > "KIP-733" should be "KIP-773" > > Thanks > > On Sun, Dec 12, 2021 at 4:05 PM David Jacot > wrote: > > > > Hi Luke, > > > > Thanks for