Re: [VOTE] 3.1.0 RC0

2022-01-11 Thread David Jacot
Hi folks, Thanks for all your votes. Unfortunately, I have discovered a small issue in the system tests - 4 tests are consistently failing due to a misconfiguration related to one of the last commits in the 3.1 branch. Check out https://issues.apache.org/jira/browse/KAFKA-13582 for details. The

Re: [VOTE] 3.1.0 RC0

2022-01-07 Thread Luke Chen
Hi David, I've done: 1. Verified checksums and signatures 2. Ran quick start using scala 2.13 3. Browse the java doc All looks good. +1 (non-binding) Thanks for running the release. Luke On Fri, Jan 7, 2022 at 11:38 PM Israel Ekpo wrote: > So far we have 1 binding +1 vote and 4 non-binding

Re: [VOTE] 3.1.0 RC0

2022-01-07 Thread Israel Ekpo
So far we have 1 binding +1 vote and 4 non-binding +1 votes. Could we get more participation from community members with binding votes so close it out by the deadline today? We have approximately 13 hours left for voting Thanks Israel Ekpo Lead Instructor, IzzyAcademy.com

Re: [VOTE] 3.1.0 RC0

2022-01-03 Thread Jakub Scholz
+1 (non-binding). I used the staged Scala 2.13 binaries and the staging Maven repository to run my tests. All seems to work fine. Thanks for running the release David! Jakub On Thu, Dec 23, 2021 at 11:17 PM David Jacot wrote: > Hello Kafka users, developers and client-developers, > > This is

Re: [VOTE] 3.1.0 RC0

2022-01-03 Thread Josep Prat
Hi David, I have done: * Checked Java API (including search and external links to Java APIs) * Checked documentation site * Built from source tar using Java 11 * Run the tests * Run quickstart * Verified checksums for the artifacts (hashes and gpg signatures) +1 (non-binding) Thanks for running

Re: [VOTE] 3.1.0 RC0

2022-01-03 Thread Satish Duggana
+1 (non-binding) - Ran testAll/releaseTarGzAll successfully with no failures. - Ran through quickstart of core/streams on builds generated from 3.1.0. - Ran a few internal dev/test apps with ~2500 topic-partitions on a dev cluster. Thanks, Satish. On Mon, 3 Jan 2022 at 18:27, Mickael Maison

Re: [VOTE] 3.1.0 RC0

2022-01-03 Thread Mickael Maison
Hi David, - verified checksums and signatures - checked javadocs - built from source using Java 11 - ran unit tests - ran quickstart using the 2.13 binaries +1 (binding) Thanks for running this release! On Sun, Jan 2, 2022 at 8:45 PM Israel Ekpo wrote: > > I have completed my validation of the

Re: [VOTE] 3.1.0 RC0

2022-01-02 Thread Israel Ekpo
I have completed my validation of the release candidate +1 (non-binding) I used the steps here to validate the RC https://github.com/izzyacademy/apache-kafka-release-party If you are interested in running the validations for the RC without having to build the images I have pushed the following

Re: [VOTE] 3.1.0 RC0

2021-12-30 Thread Israel Ekpo
I have ran some initial validations using the steps here https://github.com/izzyacademy/apache-kafka-release-party - Validation of Hashes looks good - Validation of GPG Keys looks good - Validation of Source Code was skipped since the build for the 3.1 branch already passed -

[VOTE] 3.1.0 RC0

2021-12-23 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 3.1.0. * Apache Kafka supports Java 17 * The FetchRequest supports Topic IDs (KIP-516) * Extend SASL/OAUTHBEARER with support for OIDC (KIP-768) * Add broker count metrics (KIP-748) *