[PR] MINOR: Add release signing key [kafka-site]

2025-04-11 Thread via GitHub
frankvicky opened a new pull request, #683: URL: https://github.com/apache/kafka-site/pull/683 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [ANNOUNCE] New committer: Apoorv Mittal

2025-04-11 Thread Kuan Po Tseng
Congrats Apoorv! On Sat, Apr 12, 2025 at 9:50 AM Guozhang Wang wrote: > Congratulations Apoorv! > > On Fri, Apr 11, 2025 at 3:33 PM Apoorv Mittal > wrote: > > > > Thank you so much everyone! I really appreciate it. I'm excited to be > > joining the Kafka committer community. > > > > Regards, >

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

2025-04-11 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New committer: Apoorv Mittal

2025-04-11 Thread Guozhang Wang
Congratulations Apoorv! On Fri, Apr 11, 2025 at 3:33 PM Apoorv Mittal wrote: > > Thank you so much everyone! I really appreciate it. I'm excited to be > joining the Kafka committer community. > > Regards, > Apoorv Mittal > > > On Fri, Apr 11, 2025 at 7:56 AM Yash Mayya wrote: > > > Congratulatio

Re: [ANNOUNCE] New committer: TengYao Chi

2025-04-11 Thread Guozhang Wang
Congratulations TengYao! On Fri, Apr 11, 2025 at 4:36 PM Christo Lolov wrote: > > Congratulations! > > On Thu, 10 Apr 2025 at 18:22, David Arthur wrote: > > > Congrats!! > > > > David Arthur > > > > > > On Thu, Apr 10, 2025 at 12:43 TengYao Chi wrote: > > > > > Thank you very much everyone!! >

[DISCUSS] KIP-1153: Kafka Streams `CloseOptions` should not have a public constructor

2025-04-11 Thread 黃竣陽
Hello everyone, I would like to start a discussion on KIP-1153: Kafka Streams `CloseOptions` should not have a public constructor This proposal aims to improve KafkaStreams.CloseOptions by adopting a builder pattern to ensure API consistency. Best

[jira] [Created] (KAFKA-19130) Do not add fenced brokers to BrokerRegistrationTracker on startup

2025-04-11 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-19130: Summary: Do not add fenced brokers to BrokerRegistrationTracker on startup Key: KAFKA-19130 URL: https://issues.apache.org/jira/browse/KAFKA-19130 Project: Kafka

Re: [DISCUSS] Apache Kafka 3.9.1 release

2025-04-11 Thread Matthias J. Sax
Seems the Jira ticket was just not updated after the backport. There is actually two links to GitHub one for `trunk` and one for `3.9` and both got merged, and the commit is in `3.9` branch: https://github.com/apache/kafka/commit/392a56423e0bc35dad47c8e83fc3a5fcc82709b0 Thanks for flagging, I

Re: [DISCUSS] KIP-1139: Add support for OAuth jwt-bearer grant type

2025-04-11 Thread Jun Rao
Hi, Kirk, Thanks for the KIP. A few comments below. JR1. OAuthBearerConfigurable.configure(): Could you describe the possible values for saslMechanism? Is it always OAUTHBEARER? JR2. If sasl.oauthbearer.jwt.retriever.class is not configured, what other configs lead to the selection of JwtBearerJ

Re: [DISCUSS] KIP-1139: Add support for OAuth jwt-bearer grant type

2025-04-11 Thread Lianet M.
Hi Kirk, thanks for the KIP! Some questions and comments from a first pass: LM1. There are several new classes proposed that are just based on existing classes. I assume the intention/logic of those remain unchanged with this KIP, and they are just being renamed and moved to make them part of the

RE: Re: [DISCUSS] Apache Kafka 3.9.1 release

2025-04-11 Thread Jan Vissers
Confused now - I was praying that https://issues.apache.org/jira/browse/KAFKA-17078 would be in this release! This is about SecurityManager. If not in this 3.9.1 release, will there be another 3.9.x release soon? Maybe I read this wrong, but it looked like the backport was trivial. We are using

[jira] [Created] (KAFKA-19128) Kafka Streams should not get offsets when close dirty

2025-04-11 Thread Alieh Saeedi (Jira)
Alieh Saeedi created KAFKA-19128: Summary: Kafka Streams should not get offsets when close dirty Key: KAFKA-19128 URL: https://issues.apache.org/jira/browse/KAFKA-19128 Project: Kafka Issue T

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-11 Thread Andrew Schofield
Hi PoAn, I have re-read the KIP and have 2 final comments before I vote. AS6: You should deprecate ListClientMetricsResourceOptions. AS7: I anticipate that ApiKeys.LIST_CLIENT_METRICS_RESOURCES will be replaced by ApiKeys.LIST_CONFIG_RESOURCES. Thanks, Andrew

Re: KIP-1155: Metadata Version Downgrades [DISCUSS]

2025-04-11 Thread Andrew Schofield
Hi Colin, Thanks for the KIP. AS1: I think that the KIP is not going to prove that useful because of the introduction of new features as the recent releases have occurred. I'll give a couple of examples. ELR was introduced as a preview in AK 4.0 and a feature enabled by default in AK 4.1. The A

Re: [DISCUSS] KIP-1159: Large message reference based Serializer

2025-04-11 Thread Omnia Ibrahim
Thanks PoAn for having a look into the KIP > PY_1: Does LargeMessageDeserializer need > large.message.blob.store.blob.id_generator > configuration? The blob id is encapsulated in Kafka event by > LargeMessageSerializer. > The LargeMessageDeserializer can get the id from the event. You are right,

[jira] [Created] (KAFKA-19129) Add a comment to BootstrapMetadata#copyWithFeatureRecord

2025-04-11 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-19129: --- Summary: Add a comment to BootstrapMetadata#copyWithFeatureRecord Key: KAFKA-19129 URL: https://issues.apache.org/jira/browse/KAFKA-19129 Project: Kafka Issue

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-11 Thread Federico Valeri
+1 non binding Thanks On Fri, Apr 11, 2025 at 1:33 PM TengYao Chi wrote: > > Thanks for this great cleanup! > +1 (binding) > > Best, > TengYao > > On 2025/04/03 14:41:09 PoAn Yang wrote: > > Hi all, > > > > I would like to start a vote on KIP-1143. Thank you. > > > > KIP: https://cwiki.apache.or

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-11 Thread TengYao Chi
Thanks for this great cleanup! +1 (binding) Best, TengYao On 2025/04/03 14:41:09 PoAn Yang wrote: > Hi all, > > I would like to start a vote on KIP-1143. Thank you. > > KIP: https://cwiki.apache.org/confluence/x/LwqWF > > Discussion thread: > https://lists.apache.org/thread/1967vwhhy34lcjmcd0

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-11 Thread TengYao Chi
On 2025/04/03 14:41:09 PoAn Yang wrote: > Hi all, > > I would like to start a vote on KIP-1143. Thank you. > > KIP: https://cwiki.apache.org/confluence/x/LwqWF > > Discussion thread: > https://lists.apache.org/thread/1967vwhhy34lcjmcd0lfk6p5k6chj8rq > > Regards, > PoAn

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-11 Thread 黃竣陽
Thanks for this KIP. +1 (non-binding) Jiunn-Yang > Kirk True 於 2025年4月4日 凌晨1:20 寫道: > > +1 (non-binding) > > Thanks! > > On Thu, Apr 3, 2025, at 9:58 AM, Andrew Schofield wrote: >> +1 (binding) >> >> Thanks, >> Andrew >> >>> From: Chia-Ping Tsai >>>

Re: [ANNOUNCE] New committer: TengYao Chi

2025-04-11 Thread Christo Lolov
Congratulations! On Thu, 10 Apr 2025 at 18:22, David Arthur wrote: > Congrats!! > > David Arthur > > > On Thu, Apr 10, 2025 at 12:43 TengYao Chi wrote: > > > Thank you very much everyone!! > > > > I truly appreciate all your reviews, guidance, and discussions on my code > > contributions. > > Y

Re: [PR] MINOR: Add Apoorv Mittal to committers [kafka-site]

2025-04-11 Thread via GitHub
apoorvmittal10 merged PR #682: URL: https://github.com/apache/kafka-site/pull/682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.

Re: [PR] MINOR: Add Apoorv Mittal to committers [kafka-site]

2025-04-11 Thread via GitHub
apoorvmittal10 commented on PR #682: URL: https://github.com/apache/kafka-site/pull/682#issuecomment-2796117590 Preview: https://github.com/user-attachments/assets/1b7243fd-1f89-46a2-8fe7-50d1e038d568"; /> -- This is an automated message from the Apache Git Service. To respond

[PR] MINOR: Add Apoorv Mittal to committers [kafka-site]

2025-04-11 Thread via GitHub
apoorvmittal10 opened a new pull request, #682: URL: https://github.com/apache/kafka-site/pull/682 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [ANNOUNCE] New committer: Apoorv Mittal

2025-04-11 Thread Apoorv Mittal
Thank you so much everyone! I really appreciate it. I'm excited to be joining the Kafka committer community. Regards, Apoorv Mittal On Fri, Apr 11, 2025 at 7:56 AM Yash Mayya wrote: > Congratulations Apoorv! > > On Thu, Apr 10, 2025 at 9:28 PM Matthias J. Sax wrote: > > > The Project Manageme