[jira] [Created] (KAFKA-18917) TransformValues with unnamed Materialized instance throws NPE

2025-03-04 Thread Lucas Brutschy (Jira)
Lucas Brutschy created KAFKA-18917: -- Summary: TransformValues with unnamed Materialized instance throws NPE Key: KAFKA-18917 URL: https://issues.apache.org/jira/browse/KAFKA-18917 Project: Kafka

Community Over Code Asia Travel Assistance Applications now open!

2025-03-04 Thread Mickael Maison
Hi, Forwarding this announcement from the Travel Assistance Committee to the dev and users lists: The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code Asia 2025 are now open! We will be supporting Community over Code Asia, Bei

[DISCUSS] KIP-1117 Support keystore with multiple alias entries

2025-03-04 Thread Rahul Nirgude
Hi All, I would like to start a discussion on our KIP for Support keystore with multiple alias entries. Please find the below KIP details. KIP-1117 : https://cwiki.apache.org/confluence/display/KAFKA/KIP-1117%3A+Support+keystore+with+multiple+alias+entries. Please review it and share your input

Re: [DISCUSS] Apache Kafka 4.0.0 release

2025-03-04 Thread Lucas Brutschy
We discovered a regression in a specific Kafka Streams API. I filed a ticket here: https://issues.apache.org/jira/browse/KAFKA-18917 and a fix here: https://github.com/apache/kafka/pull/19089. The fix is small, I would suggest we include this fix in 4.0. On Tue, Mar 4, 2025 at 12:19 PM David Jacot

[jira] [Created] (KAFKA-18918) Share partition lock held for onComplete exception

2025-03-04 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-18918: - Summary: Share partition lock held for onComplete exception Key: KAFKA-18918 URL: https://issues.apache.org/jira/browse/KAFKA-18918 Project: Kafka Issue Ty

[jira] [Created] (KAFKA-18919) Clarify that KafkaPrincipalBuilder classes must also implement KafkaPrincipalSerde

2025-03-04 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-18919: -- Summary: Clarify that KafkaPrincipalBuilder classes must also implement KafkaPrincipalSerde Key: KAFKA-18919 URL: https://issues.apache.org/jira/browse/KAFKA-18919

[jira] [Created] (KAFKA-18920) kafka-feature doesn't report the correct kraft.version

2025-03-04 Thread Jira
José Armando García Sancio created KAFKA-18920: -- Summary: kafka-feature doesn't report the correct kraft.version Key: KAFKA-18920 URL: https://issues.apache.org/jira/browse/KAFKA-18920 Pro

[jira] [Created] (KAFKA-18921) Low CPU utilization during streams integration tests

2025-03-04 Thread David Arthur (Jira)
David Arthur created KAFKA-18921: Summary: Low CPU utilization during streams integration tests Key: KAFKA-18921 URL: https://issues.apache.org/jira/browse/KAFKA-18921 Project: Kafka Issue Ty

[jira] [Resolved] (KAFKA-18916) Resolved regular expressions must update the group by topics data structure

2025-03-04 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-18916. - Resolution: Fixed > Resolved regular expressions must update the group by topics data structure

Re: [DISCUSS] KIP-1134: Virtual Clusters in Kafka

2025-03-04 Thread Viktor Somogyi-Vass
Hi, I'll answer your questions below. 1. Sure, I amended the KIP with a diagram. 2. Topics scale out as they did before, there will be no changes. One can increase the replication factor or partition count as they did before. 3. Virtual clusters aren't physical entities, there won't be any broker

Re: [VOTE] KIP-877: Mechanism for plugins and connectors to register metrics

2025-03-04 Thread Mickael Maison
Hi, I found an issue while implementing KIP-877 for server plugins. Several server plugins can be instantiated multiple times. This can happen: - when a server is running in combined mode (for example Authorizer is instantiated by both brokers and controllers) - when using multiple listeners (for

[jira] [Resolved] (KAFKA-18876) 4.0 documentation improvement

2025-03-04 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18876. Resolution: Fixed trunk: https://github.com/apache/kafka/commit/8533c43c9d10c3c591e2dfadb

Re: [VOTE] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-04 Thread Matthias J. Sax
+1 (binding) On 2/17/25 4:58 AM, Kuan Po Tseng wrote: Hi Chia-Ping, Thanks for the feedback! I've updated the KIP a little bit, please take a look. Thank you! Best, Kuan-Po On 2025/02/16 20:05:28 Chia-Ping Tsai wrote: hi Kuan-Po Could you please consider using a table to explore the upgrad

Re: [DISCUSS] KIP-1136: Make ConsumerGroupMetadata an interface

2025-03-04 Thread Matthias J. Sax
Hi, I think it should be sufficient to just state in the JavaDocs of the new interface, that the interface is not intended to be implement by users, and point to the Consumer method that returns it. To me, the main thing is really, that currently user can call `new` what makes it easy to do

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-04 Thread Matthias J. Sax
Thanks. I am not a Connect expert, but the new section makes sense to me. -Matthias On 3/4/25 3:10 AM, Kuan Po Tseng wrote: Hi Chia-ping, Thank you for your feedback. I've updated the KIP and also added an explanation for why the client bridge version starts at 3.4 - "In 4.0.0, the most rec

Re: [VOTE] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-04 Thread Chia-Ping Tsai
+1 (binding) On 2025/02/12 14:49:37 Kuan Po Tseng wrote: > Hello, > I'd like to initiate a vote on KIP-1124, which aims to provide a clear > upgrade path for Kafka clients. This proposal will not only help users > transition smoothly but also reduce the development effort required to > support upg

[jira] [Resolved] (KAFKA-18780) Extend RetriableException related exceptions

2025-03-04 Thread Kaushik Raina (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaushik Raina resolved KAFKA-18780. --- Resolution: Done > Extend RetriableException related exceptions > --

[jira] [Created] (KAFKA-18922) RequestContext#principalSerde should not be optional as it is now always present

2025-03-04 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18922: -- Summary: RequestContext#principalSerde should not be optional as it is now always present Key: KAFKA-18922 URL: https://issues.apache.org/jira/browse/KAFKA-18922

[jira] [Created] (KAFKA-18923) resource leak in RSM fetchIndex inputStream

2025-03-04 Thread Luke Chen (Jira)
Luke Chen created KAFKA-18923: - Summary: resource leak in RSM fetchIndex inputStream Key: KAFKA-18923 URL: https://issues.apache.org/jira/browse/KAFKA-18923 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-18886) add behavior change of CreateTopicPolicy and AlterConfigPolicy to zk2kraft

2025-03-04 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18886. Fix Version/s: 4.0.0 Resolution: Fixed trunk: https://github.com/apache/kafka/comm

[jira] [Resolved] (KAFKA-10864) Convert End Transaction Marker to use auto-generated protocal

2025-03-04 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10864. Fix Version/s: 4.1.0 Resolution: Fixed > Convert End Transaction Marker to use auto

[PR] Falkon SMS Kafka Usage [kafka-site]

2025-03-04 Thread via GitHub
SanjayLonkar opened a new pull request, #664: URL: https://github.com/apache/kafka-site/pull/664 Added Falkon SMS details to powered-by.html and uploaded logo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-04 Thread Chia-Ping Tsai
hi Kuan-Po Q1: in the "Kafka Connect:" section, the word "clients" should be replaced by "connect", right? Q2: Additionally, could you add a brief description explaining why the bridge version used by Connect is "3.8.x - 3.9.x"? This conflicts with the "API compatibility" section. Best, Chia-Ping

Re: [DISCUSS] KIP-1124: Providing a clear Kafka Client upgrade path

2025-03-04 Thread Kuan Po Tseng
Hi Chia-ping, Thank you for your feedback. I've updated the KIP and also added an explanation for why the client bridge version starts at 3.4 - "In 4.0.0, the most recent removed deprecated APIs were from 3.3.0, so the bridge version starts from 3.4." Best, Kuan-Po Tseng On 2025/03/04 10:53:48

Re: [DISCUSS] Apache Kafka 4.0.0 release

2025-03-04 Thread David Jacot
During testing RC0, we found a small bug in the regular expression resolution with KIP-848: https://issues.apache.org/jira/browse/KAFKA-18916. The fix is really small so I propose to get it in 4.0. The user experience without it would be bad. Best, David On Thu, Feb 27, 2025 at 9:32 PM Matthias

[jira] [Created] (KAFKA-18916) Resolved regular expressions must update the group by topics data structure

2025-03-04 Thread David Jacot (Jira)
David Jacot created KAFKA-18916: --- Summary: Resolved regular expressions must update the group by topics data structure Key: KAFKA-18916 URL: https://issues.apache.org/jira/browse/KAFKA-18916 Project: Ka

Re: New PR workflow in KAFKA-18748

2025-03-04 Thread David Arthur
Ok, last update (for now) We merged https://github.com/apache/kafka/pull/18449 which changes PRs to build the PR's HEAD commit instead of the merge ref. This should help improve our cache hits in PR builds. To really benefit from this, I'd encourage you to use the "committer-tools/update-cache.sh

Jenkins build is still unstable: Kafka » Kafka PowerPC Daily » test-powerpc #227

2025-03-04 Thread Apache Jenkins Server
See