You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev, Users, kafka-clients
Hello Kafka users, developers and client-developers,
This is the second candidate for release of Apache Kafka 4.1.0.
The release brings many new features and improvements:
- Mechanism for plugin to register metrics
- Allow running multiple versions of connector plugins
- Queue are now in preview access
- New Streams rebalance protocol in early access
- Support for OAuth jwt-bearer grant type
- Improved metadata replication
* Successful CI builds for the 4.1 branch:
Unit/integration tests: https://github.com/apache/kafka/actions/runs/16415760777 System tests: The environment I use for running the system tests is
under maintenance. If someone can run the system tests, go ahead.
Otherwise I'll send an update once I'm able to run them.
Debian buster which is used in the system tests is out of support and
it's apt repository has now been archived. It worked till last week
but now it's gone so we get an error when building the Docker image.
We had only updated trunk to use bullseye. I've just backported the
fix to 4.1: https://github.com/apache/kafka/commit/d5a3acda897890379edb8819f15b144fcea564b0
The fix is only in tests/docker/Dockerfile and tests/docker/ducker-ak.
My understanding is that these files are not part of any of the
release artifacts.
So I'm considering keeping the RC1 artifacts and running the system
tests with the fix.
Let me know if my understand is incorrect, or if you'd prefer building
a new RC regardless. Obviously if we find issues with RC1, we'll do
another RC anyway.
Thanks,
Mickael
Josep Prat
unread,
Jul 22, 2025, 10:56:36 AMJul 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to us...@kafka.apache.org, dev, kafka-clients
Hi Mickael,
I don't think we need a new RC just because of these files. Technically speaking these files are part of the source tarball (which we release), but as they are test files, I wouldn't consider them as a blocker that would grant a new RC.