Re: [VOTE] 2.8.0 RC2

2021-04-17 Thread Satish Duggana
+1 (non-binding) - Ran releaseTarGzAll successfully with no failures. - Ran subset of tests. - Ran through quickstart on builds generated from the tag. - Ran a few internal apps targeting topics on a 5 node cluster. Thanks, Satish. On Sun, 18 Apr 2021 at 04:13, Colin McCabe wrote: > Hi John,

Re: [VOTE] 2.8.0 RC2

2021-04-17 Thread Colin McCabe
Hi John, +1 (binding) from me. I performed the following: 1. Built the project from the source code tar file, kafka-2.8.0-src.tgz 2. Ran all of the junit tests locally via "./gradlew test -PignoreFailures=true". I had one failure in SocketServerTest#testIdleConnection, which I was not able

Re: [VOTE] 2.8.0 RC2

2021-04-16 Thread Randall Hauch
Hey, John. +1 (binding) I've performed the following: 1. Validated the signatures and checksums 2. Built the project from the src tgz file, and ran some of the unit tests 3. Built from the tag and ran a subset of the tests 4. Went through the quickstart for the broker and the Connect

Re: [VOTE] 2.8.0 RC2

2021-04-16 Thread Ismael Juma
Hi Gwen, This is a bit different than the MirrorMaker 2 case. KRaft is "early access" and we decided not to include the KRaft configs in the default config docs. They will be there in 3.0. Ismael On Thu, Apr 15, 2021 at 2:31 PM Gwen Shapira wrote: > Historically, "beta" features were not

Re: [VOTE] 2.8.0 RC2

2021-04-16 Thread Ismael Juma
Hi Israel, This was intentional because KRaft mode is "early access" and not meant for production usage. We don't want people to use it accidentally. Important functionality like reassignment is not implemented yet. The configs will be documented from 3.0 onwards. Ismael On Thu, Apr 15, 2021,

Re: [VOTE] 2.8.0 RC2

2021-04-15 Thread Israel Ekpo
Thanks for the clarification, Gwen. I was not aware of that. I am new to the process so I am still learning. I have completed my checks and I am comfortable with this release candidate. Voting +1 for this release candidate. On Thu, Apr 15, 2021 at 5:31 PM Gwen Shapira wrote: > Historically,

Re: [VOTE] 2.8.0 RC2

2021-04-15 Thread Gwen Shapira
Historically, "beta" features were not added to the documentation. I complained that MirrorMaker 2 was missing and I was pointed to the readme... I can't say I love this, but it seems to be The Kafka Way of doing things. So not a release blocker IMO. On Thu, Apr 15, 2021 at 1:46 PM Israel Ekpo

Re: [VOTE] 2.8.0 RC2

2021-04-15 Thread Israel Ekpo
I just checked the documentation page and could not find any reference to the KIP-631 configurations like process.roles, node.id and any of the controller.quorum.* configs https://kafka.apache.org/28/documentation.html Were these left out on purpose or should there be included in the 2.8

Re: [VOTE] 2.8.0 RC2

2021-04-15 Thread Bill Bejeck
Hi John, Validation steps taken: 1. Validated the signatures and checksums, 2. Built the project from the src tgz file, and ran the unit tests 3. Went through the quickstart and the Kafka Streams quickstart 4. Ran the quickstart for the KRaft module 1. Created a topic 2.

[VOTE] 2.8.0 RC2

2021-04-14 Thread John Roesler
Hello Kafka users, developers and client-developers, This is the third candidate for release of Apache Kafka 2.8.0.This is a major release that includes many new features, including: * Early-access release of replacing Zookeeper with a self-managed quorum * Add Describe Cluster API *