Re: [VOTE] 4.1.0 RC0

2025-07-14 Thread Federico Valeri
Yeah, it seems we forgot to update MetadataVersion class. All 4.1 versions are listed after this comment in trunk: // // NOTE: MetadataVersions after this point are unstable and may be changed. // If users attempt to use an unstable MetadataVersion, they will get an error. // Pleas

Re: [VOTE] 4.1.0 RC0

2025-07-14 Thread Paolo Patierno
Hi, I think I found something which could be a blocker for the release. I was adding the support for Apache Kafka 4.1.0 to Strimzi and running our tests but some of them are failing with the following error. java.lang.IllegalArgumentException: Version 4.1 is not a valid version. The minimum versio

Fwd: MX4j support

2025-07-14 Thread Federico Valeri
cc users -- Forwarded message - From: Federico Valeri Date: Mon, Jul 14, 2025 at 2:09 PM Subject: MX4j support To: Hello devs, Kafka has support for MX4j, that can be used to expose JMX beans over HTTP. https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/serve

[ANNOUNCE] New Kafka PMC member: Lucas Brutschy

2025-07-14 Thread Matthias J. Sax
Dear all, The Project Management Committee (PMC) for Apache Kafka is pleased to announce Lucas Brutschy as a new PMC member. Lucas has been a Kafka committer since September 2023. He has remained very active in the community since then, and it's my pleasure to announce that he has accepted o

Re: [ANNOUNCE] New Kafka PMC member: Lucas Brutschy

2025-07-14 Thread Bill Bejeck
Congratulations Lucas! On Mon, Jul 14, 2025 at 6:02 PM Matthias J. Sax wrote: > Dear all, > > The Project Management Committee (PMC) for Apache Kafka is pleased to > announce Lucas Brutschy as a new PMC member. > > Lucas has been a Kafka committer since September 2023. He has remained > very act

Re: [VOTE] 4.1.0 RC0

2025-07-14 Thread Jun Rao
Hi, Paolo, Thanks for identifying the issue. We now have a PR ( https://github.com/apache/kafka/pull/20137) to bump up the latest production metadata version. Jun On Mon, Jul 14, 2025 at 1:58 AM Paolo Patierno wrote: > Hi, > I think I found something which could be a blocker for the release. >