David, thanks for running this behemoth of a release.
With the help of my coworker Mahsa Seifikar, we have verified the following
upgrade scenario:
* Provision a ZK based Kafka cluster on 3.5 and create some topics
* Upgrade to 3.9
* Migrate to KRaft
* Upgrade to 4.0
We found a few docs issues which have since been fixed. One minor 3.9 docs
issue is still pending, but that's not a blocker.
I also ran through the quickstart.
+1 binding
-David A
On Fri, Mar 14, 2025 at 7:57 AM Federico Valeri < fedevaleri@gmail.com >
wrote:
> Hi David, I've tested the RC4 and this is what I've done:
>
> - Used the binaries to create a cluster and run clients from exampled
> module
> - Tested the upgrade issue we found in KAFKA-18979
> - Tested the dynamic quorum feature (both scale up and down)
> - Tested group.protocol=consumer with a simple Java app
> - Browsed the documentation and javadoc
> - Tested the Docker images
...