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 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)
> * Differentiate consistently metric latency measured in millis and
> nanos (KIP-773)
> * The eager rebalance protocol is deprecated (KAFKA-13439)
> * Add TaskId field to StreamsException (KIP-783)
> * Custom partitioners in foreign-key joins (KIP-775)
> * Fetch/findSessions queries with open endpoints for
> SessionStore/WindowStore (KIP-766)
> * Range queries with open endpoints (KIP-763)
> * Add total blocked time metric to Streams (KIP-761)
> * Add additional configuration to control MirrorMaker2 internal topics
> naming convention (KIP-690)
>
> Release notes for the 3.1.0 release:
> https://home.apache.org/~dajac/kafka-3.1.0-rc0/RELEASE_NOTES.html
>
> *** Please download, test and vote by Friday, January 7, 9am PT
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
> https://kafka.apache.org/KEYS
>
> * Release artifacts to be voted upon (source and binary):
> https://home.apache.org/~dajac/kafka-3.1.0-rc0/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~dajac/kafka-3.1.0-rc0/javadoc/
>
> * Tag to be voted upon (off 3.1 branch) is the 3.1.0 tag:
> https://github.com/apache/kafka/releases/tag/3.1.0-rc0
>
> * Documentation:
> https://kafka.apache.org/31/documentation.html
>
> * Protocol:
> https://kafka.apache.org/31/protocol.html
>
> * Successful Jenkins builds for the 3.1 branch:
> Unit/integration tests:
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.1/42/
> System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/3.1/44/
>
> /**
>
> Thanks,
> David
>


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 the release!

On Mon, Jan 3, 2022 at 2:05 PM Satish Duggana 
wrote:

> +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 
> wrote:
>
> > 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 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 docker images already
> to
> > > docker hub
> > >
> > >
> > >- izzyacademy/kafka-artifact-base:3.1.0-rc0
> > >- izzyacademy/kafka-docs:3.1.0-rc0
> > >- izzyacademy/kafka-binary-base:3.1.0-rc0
> > >- izzyacademy/zookeeper:3.1.0-rc0
> > >- izzyacademy/kafka-broker:3.1.0-rc0
> > >- izzyacademy/kafka-connect:3.1.0-rc0
> > >
> > > As per my validation results:
> > >
> > >- 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
> > >- Validation of Site Documentation looks good for 3.1.0 and the
> other
> > >versions
> > >- Running Multi-Node Brokers in Legacy Mode (With Zookeeper) looks
> > good
> > >with no issues
> > >- Running Brokers in KRaft Mode (without Zookeeper) looks good with
> no
> > >observable issues
> > >
> > > If you have docker locally, you can simply just boot up the environment
> > for
> > > each validation with docker-compose up
> > >
> > > # Single Node Cluster in KRaft Mode
> > >
> > >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/kraft/docker-compose.yml
> > >
> > >
> > > # Multi-Node Cluster in KRaft Mode
> > >
> > >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/kraft/multi-node-docker-compose.yml
> > >
> > >
> > > # Multi-Node Cluster in Zookeeper Mode
> > >
> > >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/legacy/docker-compose.yml
> > >
> > >
> > > # Site Documentation to review the website for documentation
> > >
> > >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/docs-validation/compose/docker-compose.yml
> > >
> > >
> > > # Hash, GPG Keys, Building from Source
> > >
> > >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/artifact-validation/compose/docker-compose.yml
> >
>


-- 

Josep Prat

*Aiven Deutschland GmbH*

Immanuelkirchstraße 26, 10405 Berlin

Amtsgericht Charlottenburg, HRB 209739 B

Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen

*m:* +491715557497

*w:* aiven.io

*e:* josep.p...@aiven.io


[GitHub] [kafka-site] mimaison merged pull request #391: KAFKA-13374: update doc to allow read from leader/followers

2022-01-03 Thread GitBox


mimaison merged pull request #391:
URL: https://github.com/apache/kafka-site/pull/391


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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 
wrote:

> 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 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 docker images already to
> > docker hub
> >
> >
> >- izzyacademy/kafka-artifact-base:3.1.0-rc0
> >- izzyacademy/kafka-docs:3.1.0-rc0
> >- izzyacademy/kafka-binary-base:3.1.0-rc0
> >- izzyacademy/zookeeper:3.1.0-rc0
> >- izzyacademy/kafka-broker:3.1.0-rc0
> >- izzyacademy/kafka-connect:3.1.0-rc0
> >
> > As per my validation results:
> >
> >- 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
> >- Validation of Site Documentation looks good for 3.1.0 and the other
> >versions
> >- Running Multi-Node Brokers in Legacy Mode (With Zookeeper) looks
> good
> >with no issues
> >- Running Brokers in KRaft Mode (without Zookeeper) looks good with no
> >observable issues
> >
> > If you have docker locally, you can simply just boot up the environment
> for
> > each validation with docker-compose up
> >
> > # Single Node Cluster in KRaft Mode
> >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/kraft/docker-compose.yml
> >
> >
> > # Multi-Node Cluster in KRaft Mode
> >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/kraft/multi-node-docker-compose.yml
> >
> >
> > # Multi-Node Cluster in Zookeeper Mode
> >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/legacy/docker-compose.yml
> >
> >
> > # Site Documentation to review the website for documentation
> >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/docs-validation/compose/docker-compose.yml
> >
> >
> > # Hash, GPG Keys, Building from Source
> >
> >
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/artifact-validation/compose/docker-compose.yml
>


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 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 docker images already to
> docker hub
>
>
>- izzyacademy/kafka-artifact-base:3.1.0-rc0
>- izzyacademy/kafka-docs:3.1.0-rc0
>- izzyacademy/kafka-binary-base:3.1.0-rc0
>- izzyacademy/zookeeper:3.1.0-rc0
>- izzyacademy/kafka-broker:3.1.0-rc0
>- izzyacademy/kafka-connect:3.1.0-rc0
>
> As per my validation results:
>
>- 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
>- Validation of Site Documentation looks good for 3.1.0 and the other
>versions
>- Running Multi-Node Brokers in Legacy Mode (With Zookeeper) looks good
>with no issues
>- Running Brokers in KRaft Mode (without Zookeeper) looks good with no
>observable issues
>
> If you have docker locally, you can simply just boot up the environment for
> each validation with docker-compose up
>
> # Single Node Cluster in KRaft Mode
>
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/kraft/docker-compose.yml
>
>
> # Multi-Node Cluster in KRaft Mode
>
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/kraft/multi-node-docker-compose.yml
>
>
> # Multi-Node Cluster in Zookeeper Mode
>
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/cluster-validation/compose/legacy/docker-compose.yml
>
>
> # Site Documentation to review the website for documentation
>
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/docs-validation/compose/docker-compose.yml
>
>
> # Hash, GPG Keys, Building from Source
>
> https://github.com/izzyacademy/apache-kafka-release-party/blob/main/artifact-validation/compose/docker-compose.yml