Skip to main content

Posts

Showing posts from March, 2026

Re: Cannot Download Kafka 3.9.0

Do you need 3.9.0 exactly or would 3.9.2 work? All the latest releases: https://downloads.apache.org/kafka/ Kafka 3.9.2 https://downloads.apache.org/kafka/3.9.2/ It should be binary-compatible with 3.9.0 after some patch fixes. On Mon, Mar 2, 2026 at 2:59 PM Hitoshi Kageyama (Fujitsu) via users < users@kafka.apache.org > wrote: > I am trying to download Kafka 3.9.0 from the following site, but I am > getting a "Not Found" error: > > https://kafka.apache.org/community/downloads/ > > I specifically need to download the "Binary downloads" module. Could you > please advise on how to resolve this issue? > >

Re: Cannot Download Kafka 3.9.0

We recently archived some release, and actually also updated the web-page. At least we intended to update the download page... You are right, the web-page does not reflect the updated links atm. We will look into this and fix it asap. For now, you can find the correct links on this PR: https://github.com/apache/kafka-site/commit/93535e03d8576a58e3035aba44d35bbdaf76eff7 Thanks for letting us know about this issue. -Matthias On 3/2/26 8:35 AM, Hitoshi Kageyama (Fujitsu) via users wrote: > I am trying to download Kafka 3.9.0 from the following site, but I am getting a "Not Found" error: > > https://kafka.apache.org/community/downloads/ > > I specifically need to download the "Binary downloads" module. Could you please advise on how to resolve this issue? >

Cannot Download Kafka 3.9.0

I am trying to download Kafka 3.9.0 from the following site, but I am getting a "Not Found" error: https://kafka.apache.org/community/downloads/ I specifically need to download the "Binary downloads" module. Could you please advise on how to resolve this issue?

Re: [VOTE] 4.1.2 RC1

Hi Andrew, * verified the gpg signatures * looked at the release notes * checked that the artifacts can be resolved in maven * ran the quickstart and clients against them * ran the docker quickstart * checked the docs Apart from the protocol link pointing to the old docs (I think) all seems good. +1 (binding) Thanks for running the release! Viktor On Wed, Feb 25, 2026 at 2:13 PM Andrew Schofield < schofielaj@apache.org > wrote: > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apache Kafka 4.1.2. > > This is the second bug fix release for Apache Kafka 4.1 with fixes as > described in the release notes. > > Release notes for the 4.1.2 release: > https://dist.apache.org/repos/dist/dev/kafka/4.1.2-rc1/RELEASE_NOTES.html > > *** Please download, test and vote by Wednesday, March 4 2026, 9am UTC. > > Kafka's KEYS file containing PGP keys we use to sig...