Re: [DISCUSS] KIP-1059: Enable the Producer flush() method to clear the latest send() error

2024-06-19 Thread Chris Egerton
Hi Matthias, I like the alternatives you've listed. One more that might help is if, instead of overloading flush(), we overloaded commitTransaction() to something like commitTransaction(boolean tolerateRecordErrors). This seems slightly cleaner in that it takes the behavioral change we want, which

Re: [DISCUSS] KIP-1059: Enable the Producer flush() method to clear the latest send() error

2024-06-19 Thread Matthias J. Sax
Thanks for the KIP Alieh. I actually like the KIP as-is, but think Arthem raises very good points... Seems we have four options on how to move forward? 1. add config to allow "silent error clearance" as the KIP proposes 2. change flush() to clear error and let it throw 3. add new flushAndThr

[jira] [Resolved] (KAFKA-16939) Revisit ConfigCommandIntegrationTest

2024-06-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16939. Fix Version/s: 3.9.0 Resolution: Fixed > Revisit ConfigCommandIntegrationTest > ---

[jira] [Created] (KAFKA-16999) Integrate persister read API in Partition leader initilization

2024-06-19 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-16999: - Summary: Integrate persister read API in Partition leader initilization Key: KAFKA-16999 URL: https://issues.apache.org/jira/browse/KAFKA-16999 Project: Kafka

[jira] [Resolved] (KAFKA-16753) Implement acknowledge functionality in SharePartition

2024-06-19 Thread Apoorv Mittal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Mittal resolved KAFKA-16753. --- Resolution: Fixed > Implement acknowledge functionality in SharePartition >

Re: [VOTE] KIP-1042: Support for wildcard when creating new acls

2024-06-19 Thread Muralidhar Basani
There are some test results mentioned in the Test Plan section of the Kip, but we need to do more testing with various patterns and permission types. As mentioned in the discuss thread, the trie implementation could potentially surpass the current speed of ACL match. However, we can only accuratel

[VOTE] KIP-1056 - Deprecate `default.` prefix for exception handler in StreamsConfig

2024-06-19 Thread Muralidhar Basani
Hi all, I would like to call a vote on KIP-1056 - Deprecate `default.` exception handler configs in StreamsConfig. KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-1056%3A+Remove+%60default.%60+prefix+for+exception+handler+StreamsConfig Discussion thread - https://lists.apache.org/thr

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.8 #56

2024-06-19 Thread Apache Jenkins Server
See

Re: [VOTE] 3.7.1 RC2

2024-06-19 Thread Mickael Maison
Hi Krishna, Thanks for the clarification! In that case +1 (binding) Thanks, Mickael On Wed, Jun 19, 2024 at 5:30 PM Krishna Agarwal wrote: > > Hi Mickael, > > The Docker Image CVE scan report can be found in the Docker Build Test > Pipeline[0] shared(in the initial vote email). I see there are

Re: [VOTE] 3.7.1 RC2

2024-06-19 Thread Krishna Agarwal
Hi Mickael, The Docker Image CVE scan report can be found in the Docker Build Test Pipeline[0] shared(in the initial vote email). I see there are no High or Critical CVEs. [0]: https://github.com/apache/kafka/actions/runs/9572915509 Regards, Krishna On Wed, Jun 19, 2024 at 8:14 PM Mickael Maiso

Re: [VOTE] 3.7.1 RC2

2024-06-19 Thread Mickael Maison
Hi Igor, I did the following: - Checked signatures and checksums - Ran the quickstart with the 2.13 binaries and the Docker image - Built and run the tests from source - Quickly browsed the javadoc It all looks good, but before voting, could you run the Docker Image CVE Scanner GitHub action [0]

Re: [DISCUSS] KIP-1057: Add remote log metadata flag to the dump log tool

2024-06-19 Thread Luke Chen
Hi Federico, Thanks for the KIP! It's helpful for debugging the tiered storage issues. +1 from me. Thanks. Luke On Tue, Jun 18, 2024 at 12:18 AM Satish Duggana wrote: > Thanks Federico for the KIP. > > This feature is helpful for developers while debugging tiered storage > related issues. > >

[jira] [Created] (KAFKA-16998) Fix warnings in our Github actions

2024-06-19 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-16998: -- Summary: Fix warnings in our Github actions Key: KAFKA-16998 URL: https://issues.apache.org/jira/browse/KAFKA-16998 Project: Kafka Issue Type: Task

[VOTE] 3.7.1 RC2

2024-06-19 Thread Igor Soarez
Hello Kafka users, developers and client-developers, This is the second candidate for release of Apache Kafka 3.7.1. This is a bugfix release with several fixes. Release notes for the 3.7.1 release: https://home.apache.org/~soarez/kafka-3.7.1-rc2/RELEASE_NOTES.html *** Please download, test and

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

2024-06-19 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-1035: StateStore managed changelog offsets

2024-06-19 Thread Lucas Brutschy
Thanks, Nick! +1 (binding) On Wed, Jun 19, 2024 at 10:14 AM Sophie Blee-Goldman wrote: > > +1 (binding) thanks Nick! > > On Thu, Jun 13, 2024 at 12:39 AM Bruno Cadonna wrote: > > > Thanks Nick! > > > > Great KIP! > > > > +1 (binding) > > > > Best, > > Bruno > > > > On 6/13/24 2:31 AM, Matthias

Re: [VOTE] KIP-1035: StateStore managed changelog offsets

2024-06-19 Thread Sophie Blee-Goldman
+1 (binding) thanks Nick! On Thu, Jun 13, 2024 at 12:39 AM Bruno Cadonna wrote: > Thanks Nick! > > Great KIP! > > +1 (binding) > > Best, > Bruno > > On 6/13/24 2:31 AM, Matthias J. Sax wrote: > > Thanks Nick. > > > > +1 (binding) > > > > > > Looking forward to get this all merged! > > > > > > -M

[jira] [Resolved] (KAFKA-15045) Move Streams task assignor to public configs

2024-06-19 Thread Josep Prat (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josep Prat resolved KAFKA-15045. Resolution: Fixed > Move Streams task assignor to public configs > ---