Skip to main content

Re: [VOTE] 4.3.0 RC0

Hi, Following up with the test results: Unit/integration tests: https://github.com/apache/kafka/actions/runs/25053481746 System tests: Core: https://drive.google.com/file/d/1k7Vblxai4n1hV6mPlJ4O_Zp5zJx3OYuC/view?usp=sharing 1 failure: test_rate_device_name=eth0_latency_ms=50_metadata_quorum=COMBINED_KRAFT_rate_limit_kbit=1000000_task_name=rate-1000-latency-50 kafkatest.tests.core.network_degrade_test The test consistently fails in my environment Non Core: https://drive.google.com/file/d/16Fg7IcKOl5l3sbfcLjD08Wd6yWEP2ofx/view?usp=sharing 1 failure: test_replica_lags_metadata_quorum=ISOLATED_KRAFT kafkatest.tests.tools.replica_verification_test The test is flaky, it passed in a rerun. Thanks, Mickael On Tue, Apr 28, 2026 at 4:57 PM Mickael Maison <mickael.maison@gmail.com> wrote: > > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apache Kafka 4.3.0. > > This release includes 25 KIPs bringing improvements to all components. > > Note that we still have 1 blocker (KAFKA-20441) so there will be another RC. > > Release notes for the 4.3.0 release: > https://dist.apache.org/repos/dist/dev/kafka/4.3.0-rc0/RELEASE_NOTES.html > > Please download, test and vote by May 4, 5pm CEST > > Kafka's KEYS file containing PGP keys we use to sign the release: > https://downloads.apache.org/kafka/KEYS > > * Release artifacts to be voted upon (source and binary): > https://dist.apache.org/repos/dist/dev/kafka/4.3.0-rc0/ > > * Docker release artifacts to be voted upon: > apache/kafka:4.3.0-rc0 > apache/kafka-native:4.3.0-rc0 > > * 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.3.0-rc0/javadoc/index.html > > * Tag to be voted upon (off 4.3 branch) is the 4.3.0 tag: > https://github.com/apache/kafka/releases/tag/4.3.0-rc0 > > * Documentation: > PR: https://github.com/apache/kafka-site/pull/853 > > * Protocol: > PR: https://github.com/apache/kafka-site/pull/853 > > * Successful CI builds for the 4.3 branch: > Unit/integration tests: > https://github.com/apache/kafka/actions/runs/25053481746 (still > running) > System tests: Tests are still running. I'll send an update once they complete > > * Successful Docker Image Github Actions Pipeline for 4.3 branch: > Docker Build Test Pipeline (JVM): > https://github.com/apache/kafka/actions/runs/25047898141 > Docker Build Test Pipeline (Native): > https://github.com/apache/kafka/actions/runs/25047912135 > > Thanks, > Mickael

Comments