Skip to main content

Posts

Re: [VOTE] 4.3.0 RC2

Hi Mickael, I did the following: - checked the signatures and checksums - build from source - ran the test locally - Tested Docker Images: -- can start -- can create topics - ran quickstart - ran sample apps with consumer groups - checked Java client interaction from artifacts (admin, producer, consumer and streams) - checked Tiered Storage offloads to remote storage (with Aiven's plugin) - checked Kafka Connect +1 (binding for me) Thanks for running the release! Best, On Fri, May 15, 2026 at 3:52 PM Lianet Magrans <lianetm@apache.org> wrote: > Hi Mickael, > > I did the following on RC2: > - verified the checksums and signature > - downloaded and build from source (java 21) + run quickstart > - played with basic produce/consume, classic and consumer groups, mixed > groups, online upgrade/downgrade > - downloaded docker images & run quick start with both > - browsed the docs > > +1 (binding) > ...

Re: [VOTE] 4.3.0 RC2

Hi Mickael, I did the following on RC2: - verified the checksums and signature - downloaded and build from source (java 21) + run quickstart - played with basic produce/consume, classic and consumer groups, mixed groups, online upgrade/downgrade - downloaded docker images & run quick start with both - browsed the docs +1 (binding) Thanks for running the release! Lianet On Fri, May 15, 2026 at 9:17 AM Jakub Scholz <jakub@scholz.cz> wrote: > I did the same tests as with the previous RCs, all using the staged > binaries and everything seems to work fine. +1 (non-binding) from me. > > Thanks for running the release Mickael. > > Jakub > > On Wed, May 13, 2026 at 2:15 PM Mickael Maison <mickael.maison@gmail.com> > wrote: > > > Hello Kafka users, developers and client-developers, > > > > This is the 3rd candidate for release of Apache Kafka 4.3.0. > > > > Since RC2, we've added...

Re: [VOTE] 4.3.0 RC2

I did the same tests as with the previous RCs, all using the staged binaries and everything seems to work fine. +1 (non-binding) from me. Thanks for running the release Mickael. Jakub On Wed, May 13, 2026 at 2:15 PM Mickael Maison <mickael.maison@gmail.com> wrote: > Hello Kafka users, developers and client-developers, > > This is the 3rd candidate for release of Apache Kafka 4.3.0. > > Since RC2, we've added fixes for: > - https://issues.apache.org/jira/browse/KAFKA-20380 > - https://issues.apache.org/jira/browse/KAFKA-20571 > - https://issues.apache.org/jira/browse/KAFKA-20572 > > Release notes for the 4.3.0 release: > https://dist.apache.org/repos/dist/dev/kafka/4.3.0-rc2/RELEASE_NOTES.html > > *** Please download, test and vote by May 20, 5pm CEST > > Kafka's KEYS file containing PGP keys we use to sign the release: > https://downloads.apache.org/kafka/KEYS > > * Release artifacts to b...

[Discussion] Debo Data Studio: Using PostgreSQL LISTEN/NOTIFY as an Alternative/Bridge for Kafka Functionality

Dear Apache Kafka Community, I am an independent developer building *Debo Data Studio*, a unified visual ETL platform recently discussed on the Apache Incubator mailing list (thread: https://lists.apache.org/thread/ctw3g5v4mf8o5dko1w1xvmwgsq97f6kt). Following the community-building advice I received from the Incubator members, I am reaching out to the Kafka community to discuss a specific architectural direction I am exploring regarding event-driven data pipelines. *The Proposal: PostgreSQL LISTEN/NOTIFY for Kafka-like Functionality* While Apache Kafka is the industry standard for high-throughput event streaming, I have observed that for many ETL and small-to-medium scale synchronization tasks, the operational overhead of managing a Kafka cluster can be a significant barrier. I am implementing a feature in Debo Data Studio that uses *PostgreSQL SQL scripts and LISTEN/NOTIFY functionality* to mimic core Kafka-like behaviors for smaller environments: - ...

Re: Kafka new version info

Hi Apoorva, This is an open source project, so you can search in the JIRA or check the source code to find the answer. Like the first CVE-2025-67030, you will find this ticket after searching it: https://issues.apache.org/jira/browse/KAFKA-20373 And it showed it'll be included in v4.2.1/v4.3.0. If you find it is not fixed yet, submitting PRs to fix them is highly appreciated. Thank you, Luke On Fri, May 15, 2026 at 2:18 PM Apoorva Maheshwari via users < users@kafka.apache.org> wrote: > Hello Team, > > > > Could you please confirm the plan to release a new Kafka version that > includes fixes for vulnerabilities identified primarily in transient > dependencies such as Jetty, log4j, Jackson, and a few others? > > > > Below is the list of identified vulnerabilities for reference: > > > > CVE-2025-67030 > > CVE-2026-39882 > > CVE-2026-41078 > > CVE-2026-40894 > > ...

Re: [ANNOUNCE] New committer: Sean Quah

Congratulations Sean! On Sat, May 2, 2026, at 2:31 AM, Igor Soarez wrote: > Congratulations Sean! > > -- > Igor > > On Wed, Apr 29, 2026, at 19:48, Chia-Ping Tsai wrote: > > The Project Management Committee (PMC) for Apache Kafka is pleased to > > announce Sean Quah as a new Kafka committer. > > > > Sean is a true Kafka expert who has made numerous significant contributions > > to the project. If you are amazed by the new consumer protocol, we owe a > > huge thanks to Sean for helping build this foundational feature. Honestly, > > I am so proud to be the one sharing this exciting news with you all. > > > > Please join me in welcoming and congratulating Sean! > > > > Chia-Ping Tsai > > On behalf of the Apache Kafka PMC > > >

[VOTE] 4.2.1 RC5

Hello Kafka users, developers and client-developers, This is the third candidate for release of Apache Kafka 4.2.1. This is the first bug fix release for Apache Kafka 4.2 with fixes as described in the release notes. In the third candidate, it adds KAFKA-20572. Release notes for the 4.2.1 release: https://dist.apache.org/repos/dist/dev/kafka/4.2.1-rc5/RELEASE_NOTES.html Please download, test and vote by Thursday, May 20, 9pm PT. Kafka's KEYS file containing PGP keys we use to sign the release: https://kafka.apache.org/KEYS * Release artifacts to be voted upon (source and binary): https://dist.apache.org/repos/dist/dev/kafka/4.2.1-rc5/ * Docker release artifacts to be voted upon: apache/kafka:4.2.1-rc5 apache/kafka-native:4.2.1-rc5 * Maven artifacts to be voted upon: https://repository.apache.org/content/groups/staging/org/apache/kafka/ * Javadoc: https://dist.apache.org/repos/dist/dev/kafka/4.2.1-rc5/javadoc/index.html * Tag to be voted upon (o...