You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by David Jacot <dj...@confluent.io.INVALID> on 2021/09/14 13:38:52 UTC

[VOTE] 2.8.1 RC1

Hello Kafka users, developers and client-developers,

This is the second candidate for release of Apache Kafka 2.8.1.

Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the 2.8.0
release. Please see the release notes for more information.

Release notes for the 2.8.1 release:
https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html

*** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/

* Maven artifacts to be voted upon:
https://repository.apache.org/content/groups/staging/org/apache/kafka/

* Javadoc:
https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/

* Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
https://github.com/apache/kafka/releases/tag/2.8.1-rc1

* Documentation:
https://kafka.apache.org/28/documentation.html

* Protocol:
https://kafka.apache.org/28/protocol.html

* Successful Jenkins builds for the 2.8 branch:
Unit/integration tests:
https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
System tests:
https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/

/**************************************

Thanks,
David

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Bill Bejeck <bb...@gmail.com>.
HI David,

Thanks for running the 2.8.1 release!

I validated the release doing the following:

   - built from source
   - ran all the unit tests
   - validated the checksums and signatures
   - ran through the quick start
   - ran through the quick start Kafka Streams application
   - looked at the docs and javadoc

I noticed the same doc issues as Randall and I agree it's minor and can be
fixed directly on the docs website

+1 (binding)

-Bill

On Wed, Sep 15, 2021 at 9:41 AM David Jacot <dj...@confluent.io.invalid>
wrote:

> Hi Israel,
>
> Thanks! That seems pretty cool. You should bring it up in an independent
> thread in order to give it more visibility. It might be lost in the middle
> of
> this vote thread.
>
> Best,
> David
>
> On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
>
> > Hi Chris, Josep,
> >
> > Thank you for reporting the issue and explaining the fix. JDK11 was
> > indeed used to generate the javadoc. I don't consider this as a blocker
> > for the release as we can fix it independently.
> >
> > Best,
> > David
> >
> > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
> wrote:
> >
> >> Hi Community Members,
> >>
> >> To encourage other community members to participate in the release
> >> candidate validations and voting, I have set up the following resource
> as
> >> part of the work for KAFKA-9861
> >>
> >> It is a set of scripts and Docker images that allows community members
> to
> >> run local validations in a consistent manner.
> >>
> >> https://github.com/izzyacademy/apache-kafka-release-party
> >>
> >> Please take a look at the resource and share any feedback that you may
> >> have. I used it to perform my validation for the 3.0.0 Release
> Candidate.
> >>
> >> I plan to create a video tutorial that walks community members through
> how
> >> it can be used soon. Stay tuned.
> >>
> >> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> >> kafka-clients@googlegroups.com> wrote:
> >>
> >> > Hi Ismael,
> >> >
> >> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
> >> also
> >> > checked the current 3.0.0 RC2 and the javadoc  search works as
> expected.
> >> >
> >> > Best,
> >> > ———
> >> > 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.prat@aiven.io
> >> >
> >> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> >> >
> >> >> Josep,
> >> >>
> >> >> This is fixed in 3.0.0, right?
> >> >>
> >> >> Ismael
> >> >>
> >> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
> >> <jo...@aiven.io.invalid>
> >> >> wrote:
> >> >>
> >> >> > Hi Chris and David,
> >> >> >
> >> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
> It
> >> >> can't
> >> >> > correctly generate URLs for projects not using the module system
> >> (Kafka)
> >> >> > that link to projects that use it (Java Standard Library). The bug
> >> has
> >> >> been
> >> >> > fixed in JDK 12 and higher.
> >> >> > To have the search work as expected, javadoc must be generated with
> >> JDK
> >> >> 12
> >> >> > or higher (for example JDK16 or the freshly released 17). For
> further
> >> >> info
> >> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> >> >> > https://github.com/apache/kafka/pull/10780
> >> >> >
> >> >> > Best,
> >> >> > ———
> >> >> > 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.prat@aiven.io
> >> >> >
> >> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> >> >> wrote:
> >> >> >
> >> >> > > Hi,
> >> >> > >
> >> >> > > +1 (binding)
> >> >> > >
> >> >> > > - verified the signatures
> >> >> > > - ran the tests on the source archive
> >> >> > > - verified the quickstart with binary
> >> >> > > - verified the artifacts, javadoc
> >> >> > >
> >> >> > > Thanks for running the release!
> >> >> > >
> >> >> > > Thanks,
> >> >> > > Manikumar
> >> >> > >
> >> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> >> >> > <chrise@confluent.io.invalid
> >> >> > > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Hi David,
> >> >> > > >
> >> >> > > > I took a look at the Javadocs and noticed a small issue. Using
> >> the
> >> >> > search
> >> >> > > > bar at the top of the landing page (
> >> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> >> entered
> >> >> > > > "KafkaProducer" and clicked on the search item that came up.
> This
> >> >> > brought
> >> >> > > > me to
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> >> >> > > > ,
> >> >> > > > which displayed a 404 "Not Found" error.
> >> >> > > >
> >> >> > > > This doesn't appear to be a regression as the same behavior
> >> occurs
> >> >> for
> >> >> > me
> >> >> > > > when browsing the 2.8.0 Javadocs (
> >> >> > > >
> >> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> ),
> >> >> > > but
> >> >> > > > I wanted to bring it up just in case. Normally I don't use the
> >> >> search
> >> >> > bar
> >> >> > > > but with the removal of sidebar frames from Javadocs I've had
> to
> >> >> start
> >> >> > > > relying on it a little bit more.
> >> >> > > >
> >> >> > > > Cheers,
> >> >> > > >
> >> >> > > > Chris
> >> >> > > >
> >> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
> >> rhauch@apache.org>
> >> >> > > wrote:
> >> >> > > >
> >> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> >> >> David.
> >> >> > > > >
> >> >> > > > > I was able to successfully complete the following:
> >> >> > > > >
> >> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> >> >> Connect
> >> >> > > > > - Verified signatures and checksums
> >> >> > > > > - Verified the tag
> >> >> > > > > - Manually compared the release notes to JIRA
> >> >> > > > > - Build release archive from the tag, ran Connect tests,
> >> installed
> >> >> > > > locally,
> >> >> > > > > and ran a portion of quickstart
> >> >> > > > > - Manually spotchecked the Javadocs
> >> >> > > > > - Verified the site docs at
> >> >> > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > has corrected version references, except for the tar and cd
> >> >> commands
> >> >> > in
> >> >> > > > > step 1 of the
> >> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> >> >> > > > >
> >> >> > > > > I think that last issue is minor and not worth another RC,
> >> since
> >> >> the
> >> >> > > > other
> >> >> > > > > version references in
> >> >> https://kafka.apache.org/28/documentation.html
> >> >> > > do
> >> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> >> >> optionally
> >> >> > as
> >> >> > > > part
> >> >> > > > > of the other post-vote changes to the site.
> >> >> > > > >
> >> >> > > > > So I'm +1 (binding)
> >> >> > > > >
> >> >> > > > > Best regards,
> >> >> > > > >
> >> >> > > > > Randall
> >> >> > > > >
> >> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> >> >> > > <djacot@confluent.io.invalid
> >> >> > > > >
> >> >> > > > > wrote:
> >> >> > > > >
> >> >> > > > > > Hello Kafka users, developers and client-developers,
> >> >> > > > > >
> >> >> > > > > > This is the second candidate for release of Apache Kafka
> >> 2.8.1.
> >> >> > > > > >
> >> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> >> since
> >> >> > the
> >> >> > > > > 2.8.0
> >> >> > > > > > release. Please see the release notes for more information.
> >> >> > > > > >
> >> >> > > > > > Release notes for the 2.8.1 release:
> >> >> > > > > >
> >> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >> >> > > > > >
> >> >> > > > > > *** Please download, test and vote by Friday, September 17,
> >> 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-2.8.1-rc1/
> >> >> > > > > >
> >> >> > > > > > * Maven artifacts to be voted upon:
> >> >> > > > > >
> >> >> > >
> >> >>
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >> >> > > > > >
> >> >> > > > > > * Javadoc:
> >> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >> >> > > > > >
> >> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> >> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >> >> > > > > >
> >> >> > > > > > * Documentation:
> >> >> > > > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > >
> >> >> > > > > > * Protocol:
> >> >> > > > > > https://kafka.apache.org/28/protocol.html
> >> >> > > > > >
> >> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> >> >> > > > > > Unit/integration tests:
> >> >> > > > > >
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> >> >> > > > > > System tests:
> >> >> > > > > >
> >> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >> >> > > > > >
> >> >> > > > > > /**************************************
> >> >> > > > > >
> >> >> > > > > > Thanks,
> >> >> > > > > > David
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> Groups
> >> > "kafka-clients" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send
> >> an
> >> > email to kafka-clients+unsubscribe@googlegroups.com.
> >> > To view this discussion on the web visit
> >> >
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> >> > <
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >> >
> >> > .
> >> >
> >>
> >
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Bill Bejeck <bb...@gmail.com>.
HI David,

Thanks for running the 2.8.1 release!

I validated the release doing the following:

   - built from source
   - ran all the unit tests
   - validated the checksums and signatures
   - ran through the quick start
   - ran through the quick start Kafka Streams application
   - looked at the docs and javadoc

I noticed the same doc issues as Randall and I agree it's minor and can be
fixed directly on the docs website

+1 (binding)

-Bill

On Wed, Sep 15, 2021 at 9:41 AM David Jacot <dj...@confluent.io.invalid>
wrote:

> Hi Israel,
>
> Thanks! That seems pretty cool. You should bring it up in an independent
> thread in order to give it more visibility. It might be lost in the middle
> of
> this vote thread.
>
> Best,
> David
>
> On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
>
> > Hi Chris, Josep,
> >
> > Thank you for reporting the issue and explaining the fix. JDK11 was
> > indeed used to generate the javadoc. I don't consider this as a blocker
> > for the release as we can fix it independently.
> >
> > Best,
> > David
> >
> > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
> wrote:
> >
> >> Hi Community Members,
> >>
> >> To encourage other community members to participate in the release
> >> candidate validations and voting, I have set up the following resource
> as
> >> part of the work for KAFKA-9861
> >>
> >> It is a set of scripts and Docker images that allows community members
> to
> >> run local validations in a consistent manner.
> >>
> >> https://github.com/izzyacademy/apache-kafka-release-party
> >>
> >> Please take a look at the resource and share any feedback that you may
> >> have. I used it to perform my validation for the 3.0.0 Release
> Candidate.
> >>
> >> I plan to create a video tutorial that walks community members through
> how
> >> it can be used soon. Stay tuned.
> >>
> >> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> >> kafka-clients@googlegroups.com> wrote:
> >>
> >> > Hi Ismael,
> >> >
> >> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
> >> also
> >> > checked the current 3.0.0 RC2 and the javadoc  search works as
> expected.
> >> >
> >> > Best,
> >> > ———
> >> > 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.prat@aiven.io
> >> >
> >> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> >> >
> >> >> Josep,
> >> >>
> >> >> This is fixed in 3.0.0, right?
> >> >>
> >> >> Ismael
> >> >>
> >> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
> >> <jo...@aiven.io.invalid>
> >> >> wrote:
> >> >>
> >> >> > Hi Chris and David,
> >> >> >
> >> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
> It
> >> >> can't
> >> >> > correctly generate URLs for projects not using the module system
> >> (Kafka)
> >> >> > that link to projects that use it (Java Standard Library). The bug
> >> has
> >> >> been
> >> >> > fixed in JDK 12 and higher.
> >> >> > To have the search work as expected, javadoc must be generated with
> >> JDK
> >> >> 12
> >> >> > or higher (for example JDK16 or the freshly released 17). For
> further
> >> >> info
> >> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> >> >> > https://github.com/apache/kafka/pull/10780
> >> >> >
> >> >> > Best,
> >> >> > ———
> >> >> > 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.prat@aiven.io
> >> >> >
> >> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> >> >> wrote:
> >> >> >
> >> >> > > Hi,
> >> >> > >
> >> >> > > +1 (binding)
> >> >> > >
> >> >> > > - verified the signatures
> >> >> > > - ran the tests on the source archive
> >> >> > > - verified the quickstart with binary
> >> >> > > - verified the artifacts, javadoc
> >> >> > >
> >> >> > > Thanks for running the release!
> >> >> > >
> >> >> > > Thanks,
> >> >> > > Manikumar
> >> >> > >
> >> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> >> >> > <chrise@confluent.io.invalid
> >> >> > > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Hi David,
> >> >> > > >
> >> >> > > > I took a look at the Javadocs and noticed a small issue. Using
> >> the
> >> >> > search
> >> >> > > > bar at the top of the landing page (
> >> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> >> entered
> >> >> > > > "KafkaProducer" and clicked on the search item that came up.
> This
> >> >> > brought
> >> >> > > > me to
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> >> >> > > > ,
> >> >> > > > which displayed a 404 "Not Found" error.
> >> >> > > >
> >> >> > > > This doesn't appear to be a regression as the same behavior
> >> occurs
> >> >> for
> >> >> > me
> >> >> > > > when browsing the 2.8.0 Javadocs (
> >> >> > > >
> >> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> ),
> >> >> > > but
> >> >> > > > I wanted to bring it up just in case. Normally I don't use the
> >> >> search
> >> >> > bar
> >> >> > > > but with the removal of sidebar frames from Javadocs I've had
> to
> >> >> start
> >> >> > > > relying on it a little bit more.
> >> >> > > >
> >> >> > > > Cheers,
> >> >> > > >
> >> >> > > > Chris
> >> >> > > >
> >> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
> >> rhauch@apache.org>
> >> >> > > wrote:
> >> >> > > >
> >> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> >> >> David.
> >> >> > > > >
> >> >> > > > > I was able to successfully complete the following:
> >> >> > > > >
> >> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> >> >> Connect
> >> >> > > > > - Verified signatures and checksums
> >> >> > > > > - Verified the tag
> >> >> > > > > - Manually compared the release notes to JIRA
> >> >> > > > > - Build release archive from the tag, ran Connect tests,
> >> installed
> >> >> > > > locally,
> >> >> > > > > and ran a portion of quickstart
> >> >> > > > > - Manually spotchecked the Javadocs
> >> >> > > > > - Verified the site docs at
> >> >> > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > has corrected version references, except for the tar and cd
> >> >> commands
> >> >> > in
> >> >> > > > > step 1 of the
> >> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> >> >> > > > >
> >> >> > > > > I think that last issue is minor and not worth another RC,
> >> since
> >> >> the
> >> >> > > > other
> >> >> > > > > version references in
> >> >> https://kafka.apache.org/28/documentation.html
> >> >> > > do
> >> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> >> >> optionally
> >> >> > as
> >> >> > > > part
> >> >> > > > > of the other post-vote changes to the site.
> >> >> > > > >
> >> >> > > > > So I'm +1 (binding)
> >> >> > > > >
> >> >> > > > > Best regards,
> >> >> > > > >
> >> >> > > > > Randall
> >> >> > > > >
> >> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> >> >> > > <djacot@confluent.io.invalid
> >> >> > > > >
> >> >> > > > > wrote:
> >> >> > > > >
> >> >> > > > > > Hello Kafka users, developers and client-developers,
> >> >> > > > > >
> >> >> > > > > > This is the second candidate for release of Apache Kafka
> >> 2.8.1.
> >> >> > > > > >
> >> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> >> since
> >> >> > the
> >> >> > > > > 2.8.0
> >> >> > > > > > release. Please see the release notes for more information.
> >> >> > > > > >
> >> >> > > > > > Release notes for the 2.8.1 release:
> >> >> > > > > >
> >> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >> >> > > > > >
> >> >> > > > > > *** Please download, test and vote by Friday, September 17,
> >> 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-2.8.1-rc1/
> >> >> > > > > >
> >> >> > > > > > * Maven artifacts to be voted upon:
> >> >> > > > > >
> >> >> > >
> >> >>
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >> >> > > > > >
> >> >> > > > > > * Javadoc:
> >> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >> >> > > > > >
> >> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> >> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >> >> > > > > >
> >> >> > > > > > * Documentation:
> >> >> > > > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > >
> >> >> > > > > > * Protocol:
> >> >> > > > > > https://kafka.apache.org/28/protocol.html
> >> >> > > > > >
> >> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> >> >> > > > > > Unit/integration tests:
> >> >> > > > > >
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> >> >> > > > > > System tests:
> >> >> > > > > >
> >> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >> >> > > > > >
> >> >> > > > > > /**************************************
> >> >> > > > > >
> >> >> > > > > > Thanks,
> >> >> > > > > > David
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> Groups
> >> > "kafka-clients" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send
> >> an
> >> > email to kafka-clients+unsubscribe@googlegroups.com.
> >> > To view this discussion on the web visit
> >> >
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> >> > <
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >> >
> >> > .
> >> >
> >>
> >
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Josep Prat <jo...@aiven.io.INVALID>.
Hi David,

I agree with you, the faulty search shouldn't be a blocker for the release.

Best

———
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.prat@aiven.io

On Wed, Sep 15, 2021, 15:41 David Jacot <dj...@confluent.io> wrote:

> Hi Israel,
>
> Thanks! That seems pretty cool. You should bring it up in an independent
> thread in order to give it more visibility. It might be lost in the middle
> of
> this vote thread.
>
> Best,
> David
>
> On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
>
>> Hi Chris, Josep,
>>
>> Thank you for reporting the issue and explaining the fix. JDK11 was
>> indeed used to generate the javadoc. I don't consider this as a blocker
>> for the release as we can fix it independently.
>>
>> Best,
>> David
>>
>> On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
>> wrote:
>>
>>> Hi Community Members,
>>>
>>> To encourage other community members to participate in the release
>>> candidate validations and voting, I have set up the following resource as
>>> part of the work for KAFKA-9861
>>>
>>> It is a set of scripts and Docker images that allows community members to
>>> run local validations in a consistent manner.
>>>
>>> https://github.com/izzyacademy/apache-kafka-release-party
>>>
>>> Please take a look at the resource and share any feedback that you may
>>> have. I used it to perform my validation for the 3.0.0 Release Candidate.
>>>
>>> I plan to create a video tutorial that walks community members through
>>> how
>>> it can be used soon. Stay tuned.
>>>
>>> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
>>> kafka-clients@googlegroups.com> wrote:
>>>
>>> > Hi Ismael,
>>> >
>>> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
>>> also
>>> > checked the current 3.0.0 RC2 and the javadoc  search works as
>>> expected.
>>> >
>>> > Best,
>>> > ———
>>> > 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.prat@aiven.io
>>> >
>>> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
>>> >
>>> >> Josep,
>>> >>
>>> >> This is fixed in 3.0.0, right?
>>> >>
>>> >> Ismael
>>> >>
>>> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
>>> <jo...@aiven.io.invalid>
>>> >> wrote:
>>> >>
>>> >> > Hi Chris and David,
>>> >> >
>>> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
>>> It
>>> >> can't
>>> >> > correctly generate URLs for projects not using the module system
>>> (Kafka)
>>> >> > that link to projects that use it (Java Standard Library). The bug
>>> has
>>> >> been
>>> >> > fixed in JDK 12 and higher.
>>> >> > To have the search work as expected, javadoc must be generated with
>>> JDK
>>> >> 12
>>> >> > or higher (for example JDK16 or the freshly released 17). For
>>> further
>>> >> info
>>> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
>>> >> > https://github.com/apache/kafka/pull/10780
>>> >> >
>>> >> > Best,
>>> >> > ———
>>> >> > 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.prat@aiven.io
>>> >> >
>>> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
>>> >> wrote:
>>> >> >
>>> >> > > Hi,
>>> >> > >
>>> >> > > +1 (binding)
>>> >> > >
>>> >> > > - verified the signatures
>>> >> > > - ran the tests on the source archive
>>> >> > > - verified the quickstart with binary
>>> >> > > - verified the artifacts, javadoc
>>> >> > >
>>> >> > > Thanks for running the release!
>>> >> > >
>>> >> > > Thanks,
>>> >> > > Manikumar
>>> >> > >
>>> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
>>> >> > <chrise@confluent.io.invalid
>>> >> > > >
>>> >> > > wrote:
>>> >> > >
>>> >> > > > Hi David,
>>> >> > > >
>>> >> > > > I took a look at the Javadocs and noticed a small issue. Using
>>> the
>>> >> > search
>>> >> > > > bar at the top of the landing page (
>>> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
>>> entered
>>> >> > > > "KafkaProducer" and clicked on the search item that came up.
>>> This
>>> >> > brought
>>> >> > > > me to
>>> >> > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
>>> >> > > > ,
>>> >> > > > which displayed a 404 "Not Found" error.
>>> >> > > >
>>> >> > > > This doesn't appear to be a regression as the same behavior
>>> occurs
>>> >> for
>>> >> > me
>>> >> > > > when browsing the 2.8.0 Javadocs (
>>> >> > > >
>>> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
>>> ),
>>> >> > > but
>>> >> > > > I wanted to bring it up just in case. Normally I don't use the
>>> >> search
>>> >> > bar
>>> >> > > > but with the removal of sidebar frames from Javadocs I've had to
>>> >> start
>>> >> > > > relying on it a little bit more.
>>> >> > > >
>>> >> > > > Cheers,
>>> >> > > >
>>> >> > > > Chris
>>> >> > > >
>>> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
>>> rhauch@apache.org>
>>> >> > > wrote:
>>> >> > > >
>>> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
>>> >> David.
>>> >> > > > >
>>> >> > > > > I was able to successfully complete the following:
>>> >> > > > >
>>> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
>>> >> Connect
>>> >> > > > > - Verified signatures and checksums
>>> >> > > > > - Verified the tag
>>> >> > > > > - Manually compared the release notes to JIRA
>>> >> > > > > - Build release archive from the tag, ran Connect tests,
>>> installed
>>> >> > > > locally,
>>> >> > > > > and ran a portion of quickstart
>>> >> > > > > - Manually spotchecked the Javadocs
>>> >> > > > > - Verified the site docs at
>>> >> > > > https://kafka.apache.org/28/documentation.html
>>> >> > > > > has corrected version references, except for the tar and cd
>>> >> commands
>>> >> > in
>>> >> > > > > step 1 of the
>>> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
>>> >> > > > >
>>> >> > > > > I think that last issue is minor and not worth another RC,
>>> since
>>> >> the
>>> >> > > > other
>>> >> > > > > version references in
>>> >> https://kafka.apache.org/28/documentation.html
>>> >> > > do
>>> >> > > > > reference 2.8.1 and we can easily fix it on the website,
>>> >> optionally
>>> >> > as
>>> >> > > > part
>>> >> > > > > of the other post-vote changes to the site.
>>> >> > > > >
>>> >> > > > > So I'm +1 (binding)
>>> >> > > > >
>>> >> > > > > Best regards,
>>> >> > > > >
>>> >> > > > > Randall
>>> >> > > > >
>>> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
>>> >> > > <djacot@confluent.io.invalid
>>> >> > > > >
>>> >> > > > > wrote:
>>> >> > > > >
>>> >> > > > > > Hello Kafka users, developers and client-developers,
>>> >> > > > > >
>>> >> > > > > > This is the second candidate for release of Apache Kafka
>>> 2.8.1.
>>> >> > > > > >
>>> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
>>> since
>>> >> > the
>>> >> > > > > 2.8.0
>>> >> > > > > > release. Please see the release notes for more information.
>>> >> > > > > >
>>> >> > > > > > Release notes for the 2.8.1 release:
>>> >> > > > > >
>>> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>>> >> > > > > >
>>> >> > > > > > *** Please download, test and vote by Friday, September 17,
>>> 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-2.8.1-rc1/
>>> >> > > > > >
>>> >> > > > > > * Maven artifacts to be voted upon:
>>> >> > > > > >
>>> >> > >
>>> >>
>>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>>> >> > > > > >
>>> >> > > > > > * Javadoc:
>>> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>>> >> > > > > >
>>> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
>>> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>>> >> > > > > >
>>> >> > > > > > * Documentation:
>>> >> > > > > > https://kafka.apache.org/28/documentation.html
>>> >> > > > > >
>>> >> > > > > > * Protocol:
>>> >> > > > > > https://kafka.apache.org/28/protocol.html
>>> >> > > > > >
>>> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
>>> >> > > > > > Unit/integration tests:
>>> >> > > > > >
>>> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
>>> >> > > > > > System tests:
>>> >> > > > > >
>>> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>>> >> > > > > >
>>> >> > > > > > /**************************************
>>> >> > > > > >
>>> >> > > > > > Thanks,
>>> >> > > > > > David
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> Groups
>>> > "kafka-clients" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send
>>> an
>>> > email to kafka-clients+unsubscribe@googlegroups.com.
>>> > To view this discussion on the web visit
>>> >
>>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
>>> > <
>>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
>>> >
>>> > .
>>> >
>>>
>>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Mickael Maison <mi...@gmail.com>.
Hi David,

+1 (binding)
I checked the signatures, built from source, ran the tests and the quickstart.

Thanks for running this release!

On Wed, Sep 15, 2021 at 5:18 PM Israel Ekpo <is...@gmail.com> wrote:
>
> No problem, David.
>
> I will bring it up in a separate email thread later today.
>
> On Wed, Sep 15, 2021 at 9:42 AM David Jacot <dj...@confluent.io.invalid>
> wrote:
>
> > Hi Israel,
> >
> > Thanks! That seems pretty cool. You should bring it up in an independent
> > thread in order to give it more visibility. It might be lost in the middle
> > of
> > this vote thread.
> >
> > Best,
> > David
> >
> > On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
> >
> > > Hi Chris, Josep,
> > >
> > > Thank you for reporting the issue and explaining the fix. JDK11 was
> > > indeed used to generate the javadoc. I don't consider this as a blocker
> > > for the release as we can fix it independently.
> > >
> > > Best,
> > > David
> > >
> > > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
> > wrote:
> > >
> > >> Hi Community Members,
> > >>
> > >> To encourage other community members to participate in the release
> > >> candidate validations and voting, I have set up the following resource
> > as
> > >> part of the work for KAFKA-9861
> > >>
> > >> It is a set of scripts and Docker images that allows community members
> > to
> > >> run local validations in a consistent manner.
> > >>
> > >> https://github.com/izzyacademy/apache-kafka-release-party
> > >>
> > >> Please take a look at the resource and share any feedback that you may
> > >> have. I used it to perform my validation for the 3.0.0 Release
> > Candidate.
> > >>
> > >> I plan to create a video tutorial that walks community members through
> > how
> > >> it can be used soon. Stay tuned.
> > >>
> > >> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> > >> kafka-clients@googlegroups.com> wrote:
> > >>
> > >> > Hi Ismael,
> > >> >
> > >> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
> > >> also
> > >> > checked the current 3.0.0 RC2 and the javadoc  search works as
> > expected.
> > >> >
> > >> > Best,
> > >> > ———
> > >> > 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.prat@aiven.io
> > >> >
> > >> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> > >> >
> > >> >> Josep,
> > >> >>
> > >> >> This is fixed in 3.0.0, right?
> > >> >>
> > >> >> Ismael
> > >> >>
> > >> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
> > >> <jo...@aiven.io.invalid>
> > >> >> wrote:
> > >> >>
> > >> >> > Hi Chris and David,
> > >> >> >
> > >> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
> > It
> > >> >> can't
> > >> >> > correctly generate URLs for projects not using the module system
> > >> (Kafka)
> > >> >> > that link to projects that use it (Java Standard Library). The bug
> > >> has
> > >> >> been
> > >> >> > fixed in JDK 12 and higher.
> > >> >> > To have the search work as expected, javadoc must be generated with
> > >> JDK
> > >> >> 12
> > >> >> > or higher (for example JDK16 or the freshly released 17). For
> > further
> > >> >> info
> > >> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> > >> >> > https://github.com/apache/kafka/pull/10780
> > >> >> >
> > >> >> > Best,
> > >> >> > ———
> > >> >> > 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.prat@aiven.io
> > >> >> >
> > >> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> > >> >> wrote:
> > >> >> >
> > >> >> > > Hi,
> > >> >> > >
> > >> >> > > +1 (binding)
> > >> >> > >
> > >> >> > > - verified the signatures
> > >> >> > > - ran the tests on the source archive
> > >> >> > > - verified the quickstart with binary
> > >> >> > > - verified the artifacts, javadoc
> > >> >> > >
> > >> >> > > Thanks for running the release!
> > >> >> > >
> > >> >> > > Thanks,
> > >> >> > > Manikumar
> > >> >> > >
> > >> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> > >> >> > <chrise@confluent.io.invalid
> > >> >> > > >
> > >> >> > > wrote:
> > >> >> > >
> > >> >> > > > Hi David,
> > >> >> > > >
> > >> >> > > > I took a look at the Javadocs and noticed a small issue. Using
> > >> the
> > >> >> > search
> > >> >> > > > bar at the top of the landing page (
> > >> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> > >> entered
> > >> >> > > > "KafkaProducer" and clicked on the search item that came up.
> > This
> > >> >> > brought
> > >> >> > > > me to
> > >> >> > > >
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >>
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > >> >> > > > ,
> > >> >> > > > which displayed a 404 "Not Found" error.
> > >> >> > > >
> > >> >> > > > This doesn't appear to be a regression as the same behavior
> > >> occurs
> > >> >> for
> > >> >> > me
> > >> >> > > > when browsing the 2.8.0 Javadocs (
> > >> >> > > >
> > >> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> > ),
> > >> >> > > but
> > >> >> > > > I wanted to bring it up just in case. Normally I don't use the
> > >> >> search
> > >> >> > bar
> > >> >> > > > but with the removal of sidebar frames from Javadocs I've had
> > to
> > >> >> start
> > >> >> > > > relying on it a little bit more.
> > >> >> > > >
> > >> >> > > > Cheers,
> > >> >> > > >
> > >> >> > > > Chris
> > >> >> > > >
> > >> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
> > >> rhauch@apache.org>
> > >> >> > > wrote:
> > >> >> > > >
> > >> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> > >> >> David.
> > >> >> > > > >
> > >> >> > > > > I was able to successfully complete the following:
> > >> >> > > > >
> > >> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> > >> >> Connect
> > >> >> > > > > - Verified signatures and checksums
> > >> >> > > > > - Verified the tag
> > >> >> > > > > - Manually compared the release notes to JIRA
> > >> >> > > > > - Build release archive from the tag, ran Connect tests,
> > >> installed
> > >> >> > > > locally,
> > >> >> > > > > and ran a portion of quickstart
> > >> >> > > > > - Manually spotchecked the Javadocs
> > >> >> > > > > - Verified the site docs at
> > >> >> > > > https://kafka.apache.org/28/documentation.html
> > >> >> > > > > has corrected version references, except for the tar and cd
> > >> >> commands
> > >> >> > in
> > >> >> > > > > step 1 of the
> > >> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> > >> >> > > > >
> > >> >> > > > > I think that last issue is minor and not worth another RC,
> > >> since
> > >> >> the
> > >> >> > > > other
> > >> >> > > > > version references in
> > >> >> https://kafka.apache.org/28/documentation.html
> > >> >> > > do
> > >> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> > >> >> optionally
> > >> >> > as
> > >> >> > > > part
> > >> >> > > > > of the other post-vote changes to the site.
> > >> >> > > > >
> > >> >> > > > > So I'm +1 (binding)
> > >> >> > > > >
> > >> >> > > > > Best regards,
> > >> >> > > > >
> > >> >> > > > > Randall
> > >> >> > > > >
> > >> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> > >> >> > > <djacot@confluent.io.invalid
> > >> >> > > > >
> > >> >> > > > > wrote:
> > >> >> > > > >
> > >> >> > > > > > Hello Kafka users, developers and client-developers,
> > >> >> > > > > >
> > >> >> > > > > > This is the second candidate for release of Apache Kafka
> > >> 2.8.1.
> > >> >> > > > > >
> > >> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> > >> since
> > >> >> > the
> > >> >> > > > > 2.8.0
> > >> >> > > > > > release. Please see the release notes for more information.
> > >> >> > > > > >
> > >> >> > > > > > Release notes for the 2.8.1 release:
> > >> >> > > > > >
> > >> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > >> >> > > > > >
> > >> >> > > > > > *** Please download, test and vote by Friday, September 17,
> > >> 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-2.8.1-rc1/
> > >> >> > > > > >
> > >> >> > > > > > * Maven artifacts to be voted upon:
> > >> >> > > > > >
> > >> >> > >
> > >> >>
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >> >> > > > > >
> > >> >> > > > > > * Javadoc:
> > >> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > >> >> > > > > >
> > >> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > >> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > >> >> > > > > >
> > >> >> > > > > > * Documentation:
> > >> >> > > > > > https://kafka.apache.org/28/documentation.html
> > >> >> > > > > >
> > >> >> > > > > > * Protocol:
> > >> >> > > > > > https://kafka.apache.org/28/protocol.html
> > >> >> > > > > >
> > >> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> > >> >> > > > > > Unit/integration tests:
> > >> >> > > > > >
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > >> >> > > > > > System tests:
> > >> >> > > > > >
> > >> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > >> >> > > > > >
> > >> >> > > > > > /**************************************
> > >> >> > > > > >
> > >> >> > > > > > Thanks,
> > >> >> > > > > > David
> > >> >> > > > > >
> > >> >> > > > >
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >> > --
> > >> > You received this message because you are subscribed to the Google
> > >> Groups
> > >> > "kafka-clients" group.
> > >> > To unsubscribe from this group and stop receiving emails from it, send
> > >> an
> > >> > email to kafka-clients+unsubscribe@googlegroups.com.
> > >> > To view this discussion on the web visit
> > >> >
> > >>
> > https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> > >> > <
> > >>
> > https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> > >> >
> > >> > .
> > >> >
> > >>
> > >
> >

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Mickael Maison <mi...@gmail.com>.
Hi David,

+1 (binding)
I checked the signatures, built from source, ran the tests and the quickstart.

Thanks for running this release!

On Wed, Sep 15, 2021 at 5:18 PM Israel Ekpo <is...@gmail.com> wrote:
>
> No problem, David.
>
> I will bring it up in a separate email thread later today.
>
> On Wed, Sep 15, 2021 at 9:42 AM David Jacot <dj...@confluent.io.invalid>
> wrote:
>
> > Hi Israel,
> >
> > Thanks! That seems pretty cool. You should bring it up in an independent
> > thread in order to give it more visibility. It might be lost in the middle
> > of
> > this vote thread.
> >
> > Best,
> > David
> >
> > On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
> >
> > > Hi Chris, Josep,
> > >
> > > Thank you for reporting the issue and explaining the fix. JDK11 was
> > > indeed used to generate the javadoc. I don't consider this as a blocker
> > > for the release as we can fix it independently.
> > >
> > > Best,
> > > David
> > >
> > > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
> > wrote:
> > >
> > >> Hi Community Members,
> > >>
> > >> To encourage other community members to participate in the release
> > >> candidate validations and voting, I have set up the following resource
> > as
> > >> part of the work for KAFKA-9861
> > >>
> > >> It is a set of scripts and Docker images that allows community members
> > to
> > >> run local validations in a consistent manner.
> > >>
> > >> https://github.com/izzyacademy/apache-kafka-release-party
> > >>
> > >> Please take a look at the resource and share any feedback that you may
> > >> have. I used it to perform my validation for the 3.0.0 Release
> > Candidate.
> > >>
> > >> I plan to create a video tutorial that walks community members through
> > how
> > >> it can be used soon. Stay tuned.
> > >>
> > >> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> > >> kafka-clients@googlegroups.com> wrote:
> > >>
> > >> > Hi Ismael,
> > >> >
> > >> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
> > >> also
> > >> > checked the current 3.0.0 RC2 and the javadoc  search works as
> > expected.
> > >> >
> > >> > Best,
> > >> > ———
> > >> > 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.prat@aiven.io
> > >> >
> > >> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> > >> >
> > >> >> Josep,
> > >> >>
> > >> >> This is fixed in 3.0.0, right?
> > >> >>
> > >> >> Ismael
> > >> >>
> > >> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
> > >> <jo...@aiven.io.invalid>
> > >> >> wrote:
> > >> >>
> > >> >> > Hi Chris and David,
> > >> >> >
> > >> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
> > It
> > >> >> can't
> > >> >> > correctly generate URLs for projects not using the module system
> > >> (Kafka)
> > >> >> > that link to projects that use it (Java Standard Library). The bug
> > >> has
> > >> >> been
> > >> >> > fixed in JDK 12 and higher.
> > >> >> > To have the search work as expected, javadoc must be generated with
> > >> JDK
> > >> >> 12
> > >> >> > or higher (for example JDK16 or the freshly released 17). For
> > further
> > >> >> info
> > >> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> > >> >> > https://github.com/apache/kafka/pull/10780
> > >> >> >
> > >> >> > Best,
> > >> >> > ———
> > >> >> > 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.prat@aiven.io
> > >> >> >
> > >> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> > >> >> wrote:
> > >> >> >
> > >> >> > > Hi,
> > >> >> > >
> > >> >> > > +1 (binding)
> > >> >> > >
> > >> >> > > - verified the signatures
> > >> >> > > - ran the tests on the source archive
> > >> >> > > - verified the quickstart with binary
> > >> >> > > - verified the artifacts, javadoc
> > >> >> > >
> > >> >> > > Thanks for running the release!
> > >> >> > >
> > >> >> > > Thanks,
> > >> >> > > Manikumar
> > >> >> > >
> > >> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> > >> >> > <chrise@confluent.io.invalid
> > >> >> > > >
> > >> >> > > wrote:
> > >> >> > >
> > >> >> > > > Hi David,
> > >> >> > > >
> > >> >> > > > I took a look at the Javadocs and noticed a small issue. Using
> > >> the
> > >> >> > search
> > >> >> > > > bar at the top of the landing page (
> > >> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> > >> entered
> > >> >> > > > "KafkaProducer" and clicked on the search item that came up.
> > This
> > >> >> > brought
> > >> >> > > > me to
> > >> >> > > >
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >>
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > >> >> > > > ,
> > >> >> > > > which displayed a 404 "Not Found" error.
> > >> >> > > >
> > >> >> > > > This doesn't appear to be a regression as the same behavior
> > >> occurs
> > >> >> for
> > >> >> > me
> > >> >> > > > when browsing the 2.8.0 Javadocs (
> > >> >> > > >
> > >> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> > ),
> > >> >> > > but
> > >> >> > > > I wanted to bring it up just in case. Normally I don't use the
> > >> >> search
> > >> >> > bar
> > >> >> > > > but with the removal of sidebar frames from Javadocs I've had
> > to
> > >> >> start
> > >> >> > > > relying on it a little bit more.
> > >> >> > > >
> > >> >> > > > Cheers,
> > >> >> > > >
> > >> >> > > > Chris
> > >> >> > > >
> > >> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
> > >> rhauch@apache.org>
> > >> >> > > wrote:
> > >> >> > > >
> > >> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> > >> >> David.
> > >> >> > > > >
> > >> >> > > > > I was able to successfully complete the following:
> > >> >> > > > >
> > >> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> > >> >> Connect
> > >> >> > > > > - Verified signatures and checksums
> > >> >> > > > > - Verified the tag
> > >> >> > > > > - Manually compared the release notes to JIRA
> > >> >> > > > > - Build release archive from the tag, ran Connect tests,
> > >> installed
> > >> >> > > > locally,
> > >> >> > > > > and ran a portion of quickstart
> > >> >> > > > > - Manually spotchecked the Javadocs
> > >> >> > > > > - Verified the site docs at
> > >> >> > > > https://kafka.apache.org/28/documentation.html
> > >> >> > > > > has corrected version references, except for the tar and cd
> > >> >> commands
> > >> >> > in
> > >> >> > > > > step 1 of the
> > >> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> > >> >> > > > >
> > >> >> > > > > I think that last issue is minor and not worth another RC,
> > >> since
> > >> >> the
> > >> >> > > > other
> > >> >> > > > > version references in
> > >> >> https://kafka.apache.org/28/documentation.html
> > >> >> > > do
> > >> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> > >> >> optionally
> > >> >> > as
> > >> >> > > > part
> > >> >> > > > > of the other post-vote changes to the site.
> > >> >> > > > >
> > >> >> > > > > So I'm +1 (binding)
> > >> >> > > > >
> > >> >> > > > > Best regards,
> > >> >> > > > >
> > >> >> > > > > Randall
> > >> >> > > > >
> > >> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> > >> >> > > <djacot@confluent.io.invalid
> > >> >> > > > >
> > >> >> > > > > wrote:
> > >> >> > > > >
> > >> >> > > > > > Hello Kafka users, developers and client-developers,
> > >> >> > > > > >
> > >> >> > > > > > This is the second candidate for release of Apache Kafka
> > >> 2.8.1.
> > >> >> > > > > >
> > >> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> > >> since
> > >> >> > the
> > >> >> > > > > 2.8.0
> > >> >> > > > > > release. Please see the release notes for more information.
> > >> >> > > > > >
> > >> >> > > > > > Release notes for the 2.8.1 release:
> > >> >> > > > > >
> > >> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > >> >> > > > > >
> > >> >> > > > > > *** Please download, test and vote by Friday, September 17,
> > >> 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-2.8.1-rc1/
> > >> >> > > > > >
> > >> >> > > > > > * Maven artifacts to be voted upon:
> > >> >> > > > > >
> > >> >> > >
> > >> >>
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >> >> > > > > >
> > >> >> > > > > > * Javadoc:
> > >> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > >> >> > > > > >
> > >> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > >> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > >> >> > > > > >
> > >> >> > > > > > * Documentation:
> > >> >> > > > > > https://kafka.apache.org/28/documentation.html
> > >> >> > > > > >
> > >> >> > > > > > * Protocol:
> > >> >> > > > > > https://kafka.apache.org/28/protocol.html
> > >> >> > > > > >
> > >> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> > >> >> > > > > > Unit/integration tests:
> > >> >> > > > > >
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > >> >> > > > > > System tests:
> > >> >> > > > > >
> > >> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > >> >> > > > > >
> > >> >> > > > > > /**************************************
> > >> >> > > > > >
> > >> >> > > > > > Thanks,
> > >> >> > > > > > David
> > >> >> > > > > >
> > >> >> > > > >
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >> > --
> > >> > You received this message because you are subscribed to the Google
> > >> Groups
> > >> > "kafka-clients" group.
> > >> > To unsubscribe from this group and stop receiving emails from it, send
> > >> an
> > >> > email to kafka-clients+unsubscribe@googlegroups.com.
> > >> > To view this discussion on the web visit
> > >> >
> > >>
> > https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> > >> > <
> > >>
> > https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> > >> >
> > >> > .
> > >> >
> > >>
> > >
> >

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Israel Ekpo <is...@gmail.com>.
No problem, David.

I will bring it up in a separate email thread later today.

On Wed, Sep 15, 2021 at 9:42 AM David Jacot <dj...@confluent.io.invalid>
wrote:

> Hi Israel,
>
> Thanks! That seems pretty cool. You should bring it up in an independent
> thread in order to give it more visibility. It might be lost in the middle
> of
> this vote thread.
>
> Best,
> David
>
> On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
>
> > Hi Chris, Josep,
> >
> > Thank you for reporting the issue and explaining the fix. JDK11 was
> > indeed used to generate the javadoc. I don't consider this as a blocker
> > for the release as we can fix it independently.
> >
> > Best,
> > David
> >
> > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
> wrote:
> >
> >> Hi Community Members,
> >>
> >> To encourage other community members to participate in the release
> >> candidate validations and voting, I have set up the following resource
> as
> >> part of the work for KAFKA-9861
> >>
> >> It is a set of scripts and Docker images that allows community members
> to
> >> run local validations in a consistent manner.
> >>
> >> https://github.com/izzyacademy/apache-kafka-release-party
> >>
> >> Please take a look at the resource and share any feedback that you may
> >> have. I used it to perform my validation for the 3.0.0 Release
> Candidate.
> >>
> >> I plan to create a video tutorial that walks community members through
> how
> >> it can be used soon. Stay tuned.
> >>
> >> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> >> kafka-clients@googlegroups.com> wrote:
> >>
> >> > Hi Ismael,
> >> >
> >> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
> >> also
> >> > checked the current 3.0.0 RC2 and the javadoc  search works as
> expected.
> >> >
> >> > Best,
> >> > ———
> >> > 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.prat@aiven.io
> >> >
> >> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> >> >
> >> >> Josep,
> >> >>
> >> >> This is fixed in 3.0.0, right?
> >> >>
> >> >> Ismael
> >> >>
> >> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
> >> <jo...@aiven.io.invalid>
> >> >> wrote:
> >> >>
> >> >> > Hi Chris and David,
> >> >> >
> >> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
> It
> >> >> can't
> >> >> > correctly generate URLs for projects not using the module system
> >> (Kafka)
> >> >> > that link to projects that use it (Java Standard Library). The bug
> >> has
> >> >> been
> >> >> > fixed in JDK 12 and higher.
> >> >> > To have the search work as expected, javadoc must be generated with
> >> JDK
> >> >> 12
> >> >> > or higher (for example JDK16 or the freshly released 17). For
> further
> >> >> info
> >> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> >> >> > https://github.com/apache/kafka/pull/10780
> >> >> >
> >> >> > Best,
> >> >> > ———
> >> >> > 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.prat@aiven.io
> >> >> >
> >> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> >> >> wrote:
> >> >> >
> >> >> > > Hi,
> >> >> > >
> >> >> > > +1 (binding)
> >> >> > >
> >> >> > > - verified the signatures
> >> >> > > - ran the tests on the source archive
> >> >> > > - verified the quickstart with binary
> >> >> > > - verified the artifacts, javadoc
> >> >> > >
> >> >> > > Thanks for running the release!
> >> >> > >
> >> >> > > Thanks,
> >> >> > > Manikumar
> >> >> > >
> >> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> >> >> > <chrise@confluent.io.invalid
> >> >> > > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Hi David,
> >> >> > > >
> >> >> > > > I took a look at the Javadocs and noticed a small issue. Using
> >> the
> >> >> > search
> >> >> > > > bar at the top of the landing page (
> >> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> >> entered
> >> >> > > > "KafkaProducer" and clicked on the search item that came up.
> This
> >> >> > brought
> >> >> > > > me to
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> >> >> > > > ,
> >> >> > > > which displayed a 404 "Not Found" error.
> >> >> > > >
> >> >> > > > This doesn't appear to be a regression as the same behavior
> >> occurs
> >> >> for
> >> >> > me
> >> >> > > > when browsing the 2.8.0 Javadocs (
> >> >> > > >
> >> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> ),
> >> >> > > but
> >> >> > > > I wanted to bring it up just in case. Normally I don't use the
> >> >> search
> >> >> > bar
> >> >> > > > but with the removal of sidebar frames from Javadocs I've had
> to
> >> >> start
> >> >> > > > relying on it a little bit more.
> >> >> > > >
> >> >> > > > Cheers,
> >> >> > > >
> >> >> > > > Chris
> >> >> > > >
> >> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
> >> rhauch@apache.org>
> >> >> > > wrote:
> >> >> > > >
> >> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> >> >> David.
> >> >> > > > >
> >> >> > > > > I was able to successfully complete the following:
> >> >> > > > >
> >> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> >> >> Connect
> >> >> > > > > - Verified signatures and checksums
> >> >> > > > > - Verified the tag
> >> >> > > > > - Manually compared the release notes to JIRA
> >> >> > > > > - Build release archive from the tag, ran Connect tests,
> >> installed
> >> >> > > > locally,
> >> >> > > > > and ran a portion of quickstart
> >> >> > > > > - Manually spotchecked the Javadocs
> >> >> > > > > - Verified the site docs at
> >> >> > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > has corrected version references, except for the tar and cd
> >> >> commands
> >> >> > in
> >> >> > > > > step 1 of the
> >> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> >> >> > > > >
> >> >> > > > > I think that last issue is minor and not worth another RC,
> >> since
> >> >> the
> >> >> > > > other
> >> >> > > > > version references in
> >> >> https://kafka.apache.org/28/documentation.html
> >> >> > > do
> >> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> >> >> optionally
> >> >> > as
> >> >> > > > part
> >> >> > > > > of the other post-vote changes to the site.
> >> >> > > > >
> >> >> > > > > So I'm +1 (binding)
> >> >> > > > >
> >> >> > > > > Best regards,
> >> >> > > > >
> >> >> > > > > Randall
> >> >> > > > >
> >> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> >> >> > > <djacot@confluent.io.invalid
> >> >> > > > >
> >> >> > > > > wrote:
> >> >> > > > >
> >> >> > > > > > Hello Kafka users, developers and client-developers,
> >> >> > > > > >
> >> >> > > > > > This is the second candidate for release of Apache Kafka
> >> 2.8.1.
> >> >> > > > > >
> >> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> >> since
> >> >> > the
> >> >> > > > > 2.8.0
> >> >> > > > > > release. Please see the release notes for more information.
> >> >> > > > > >
> >> >> > > > > > Release notes for the 2.8.1 release:
> >> >> > > > > >
> >> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >> >> > > > > >
> >> >> > > > > > *** Please download, test and vote by Friday, September 17,
> >> 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-2.8.1-rc1/
> >> >> > > > > >
> >> >> > > > > > * Maven artifacts to be voted upon:
> >> >> > > > > >
> >> >> > >
> >> >>
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >> >> > > > > >
> >> >> > > > > > * Javadoc:
> >> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >> >> > > > > >
> >> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> >> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >> >> > > > > >
> >> >> > > > > > * Documentation:
> >> >> > > > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > >
> >> >> > > > > > * Protocol:
> >> >> > > > > > https://kafka.apache.org/28/protocol.html
> >> >> > > > > >
> >> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> >> >> > > > > > Unit/integration tests:
> >> >> > > > > >
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> >> >> > > > > > System tests:
> >> >> > > > > >
> >> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >> >> > > > > >
> >> >> > > > > > /**************************************
> >> >> > > > > >
> >> >> > > > > > Thanks,
> >> >> > > > > > David
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> Groups
> >> > "kafka-clients" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send
> >> an
> >> > email to kafka-clients+unsubscribe@googlegroups.com.
> >> > To view this discussion on the web visit
> >> >
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> >> > <
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >> >
> >> > .
> >> >
> >>
> >
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Josep Prat <jo...@aiven.io.INVALID>.
Hi David,

I agree with you, the faulty search shouldn't be a blocker for the release.

Best

———
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.prat@aiven.io

On Wed, Sep 15, 2021, 15:41 David Jacot <dj...@confluent.io> wrote:

> Hi Israel,
>
> Thanks! That seems pretty cool. You should bring it up in an independent
> thread in order to give it more visibility. It might be lost in the middle
> of
> this vote thread.
>
> Best,
> David
>
> On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
>
>> Hi Chris, Josep,
>>
>> Thank you for reporting the issue and explaining the fix. JDK11 was
>> indeed used to generate the javadoc. I don't consider this as a blocker
>> for the release as we can fix it independently.
>>
>> Best,
>> David
>>
>> On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
>> wrote:
>>
>>> Hi Community Members,
>>>
>>> To encourage other community members to participate in the release
>>> candidate validations and voting, I have set up the following resource as
>>> part of the work for KAFKA-9861
>>>
>>> It is a set of scripts and Docker images that allows community members to
>>> run local validations in a consistent manner.
>>>
>>> https://github.com/izzyacademy/apache-kafka-release-party
>>>
>>> Please take a look at the resource and share any feedback that you may
>>> have. I used it to perform my validation for the 3.0.0 Release Candidate.
>>>
>>> I plan to create a video tutorial that walks community members through
>>> how
>>> it can be used soon. Stay tuned.
>>>
>>> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
>>> kafka-clients@googlegroups.com> wrote:
>>>
>>> > Hi Ismael,
>>> >
>>> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
>>> also
>>> > checked the current 3.0.0 RC2 and the javadoc  search works as
>>> expected.
>>> >
>>> > Best,
>>> > ———
>>> > 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.prat@aiven.io
>>> >
>>> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
>>> >
>>> >> Josep,
>>> >>
>>> >> This is fixed in 3.0.0, right?
>>> >>
>>> >> Ismael
>>> >>
>>> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
>>> <jo...@aiven.io.invalid>
>>> >> wrote:
>>> >>
>>> >> > Hi Chris and David,
>>> >> >
>>> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
>>> It
>>> >> can't
>>> >> > correctly generate URLs for projects not using the module system
>>> (Kafka)
>>> >> > that link to projects that use it (Java Standard Library). The bug
>>> has
>>> >> been
>>> >> > fixed in JDK 12 and higher.
>>> >> > To have the search work as expected, javadoc must be generated with
>>> JDK
>>> >> 12
>>> >> > or higher (for example JDK16 or the freshly released 17). For
>>> further
>>> >> info
>>> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
>>> >> > https://github.com/apache/kafka/pull/10780
>>> >> >
>>> >> > Best,
>>> >> > ———
>>> >> > 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.prat@aiven.io
>>> >> >
>>> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
>>> >> wrote:
>>> >> >
>>> >> > > Hi,
>>> >> > >
>>> >> > > +1 (binding)
>>> >> > >
>>> >> > > - verified the signatures
>>> >> > > - ran the tests on the source archive
>>> >> > > - verified the quickstart with binary
>>> >> > > - verified the artifacts, javadoc
>>> >> > >
>>> >> > > Thanks for running the release!
>>> >> > >
>>> >> > > Thanks,
>>> >> > > Manikumar
>>> >> > >
>>> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
>>> >> > <chrise@confluent.io.invalid
>>> >> > > >
>>> >> > > wrote:
>>> >> > >
>>> >> > > > Hi David,
>>> >> > > >
>>> >> > > > I took a look at the Javadocs and noticed a small issue. Using
>>> the
>>> >> > search
>>> >> > > > bar at the top of the landing page (
>>> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
>>> entered
>>> >> > > > "KafkaProducer" and clicked on the search item that came up.
>>> This
>>> >> > brought
>>> >> > > > me to
>>> >> > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
>>> >> > > > ,
>>> >> > > > which displayed a 404 "Not Found" error.
>>> >> > > >
>>> >> > > > This doesn't appear to be a regression as the same behavior
>>> occurs
>>> >> for
>>> >> > me
>>> >> > > > when browsing the 2.8.0 Javadocs (
>>> >> > > >
>>> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
>>> ),
>>> >> > > but
>>> >> > > > I wanted to bring it up just in case. Normally I don't use the
>>> >> search
>>> >> > bar
>>> >> > > > but with the removal of sidebar frames from Javadocs I've had to
>>> >> start
>>> >> > > > relying on it a little bit more.
>>> >> > > >
>>> >> > > > Cheers,
>>> >> > > >
>>> >> > > > Chris
>>> >> > > >
>>> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
>>> rhauch@apache.org>
>>> >> > > wrote:
>>> >> > > >
>>> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
>>> >> David.
>>> >> > > > >
>>> >> > > > > I was able to successfully complete the following:
>>> >> > > > >
>>> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
>>> >> Connect
>>> >> > > > > - Verified signatures and checksums
>>> >> > > > > - Verified the tag
>>> >> > > > > - Manually compared the release notes to JIRA
>>> >> > > > > - Build release archive from the tag, ran Connect tests,
>>> installed
>>> >> > > > locally,
>>> >> > > > > and ran a portion of quickstart
>>> >> > > > > - Manually spotchecked the Javadocs
>>> >> > > > > - Verified the site docs at
>>> >> > > > https://kafka.apache.org/28/documentation.html
>>> >> > > > > has corrected version references, except for the tar and cd
>>> >> commands
>>> >> > in
>>> >> > > > > step 1 of the
>>> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
>>> >> > > > >
>>> >> > > > > I think that last issue is minor and not worth another RC,
>>> since
>>> >> the
>>> >> > > > other
>>> >> > > > > version references in
>>> >> https://kafka.apache.org/28/documentation.html
>>> >> > > do
>>> >> > > > > reference 2.8.1 and we can easily fix it on the website,
>>> >> optionally
>>> >> > as
>>> >> > > > part
>>> >> > > > > of the other post-vote changes to the site.
>>> >> > > > >
>>> >> > > > > So I'm +1 (binding)
>>> >> > > > >
>>> >> > > > > Best regards,
>>> >> > > > >
>>> >> > > > > Randall
>>> >> > > > >
>>> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
>>> >> > > <djacot@confluent.io.invalid
>>> >> > > > >
>>> >> > > > > wrote:
>>> >> > > > >
>>> >> > > > > > Hello Kafka users, developers and client-developers,
>>> >> > > > > >
>>> >> > > > > > This is the second candidate for release of Apache Kafka
>>> 2.8.1.
>>> >> > > > > >
>>> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
>>> since
>>> >> > the
>>> >> > > > > 2.8.0
>>> >> > > > > > release. Please see the release notes for more information.
>>> >> > > > > >
>>> >> > > > > > Release notes for the 2.8.1 release:
>>> >> > > > > >
>>> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>>> >> > > > > >
>>> >> > > > > > *** Please download, test and vote by Friday, September 17,
>>> 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-2.8.1-rc1/
>>> >> > > > > >
>>> >> > > > > > * Maven artifacts to be voted upon:
>>> >> > > > > >
>>> >> > >
>>> >>
>>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>>> >> > > > > >
>>> >> > > > > > * Javadoc:
>>> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>>> >> > > > > >
>>> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
>>> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>>> >> > > > > >
>>> >> > > > > > * Documentation:
>>> >> > > > > > https://kafka.apache.org/28/documentation.html
>>> >> > > > > >
>>> >> > > > > > * Protocol:
>>> >> > > > > > https://kafka.apache.org/28/protocol.html
>>> >> > > > > >
>>> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
>>> >> > > > > > Unit/integration tests:
>>> >> > > > > >
>>> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
>>> >> > > > > > System tests:
>>> >> > > > > >
>>> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>>> >> > > > > >
>>> >> > > > > > /**************************************
>>> >> > > > > >
>>> >> > > > > > Thanks,
>>> >> > > > > > David
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> Groups
>>> > "kafka-clients" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send
>>> an
>>> > email to kafka-clients+unsubscribe@googlegroups.com.
>>> > To view this discussion on the web visit
>>> >
>>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
>>> > <
>>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
>>> >
>>> > .
>>> >
>>>
>>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Israel Ekpo <is...@gmail.com>.
No problem, David.

I will bring it up in a separate email thread later today.

On Wed, Sep 15, 2021 at 9:42 AM David Jacot <dj...@confluent.io.invalid>
wrote:

> Hi Israel,
>
> Thanks! That seems pretty cool. You should bring it up in an independent
> thread in order to give it more visibility. It might be lost in the middle
> of
> this vote thread.
>
> Best,
> David
>
> On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:
>
> > Hi Chris, Josep,
> >
> > Thank you for reporting the issue and explaining the fix. JDK11 was
> > indeed used to generate the javadoc. I don't consider this as a blocker
> > for the release as we can fix it independently.
> >
> > Best,
> > David
> >
> > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com>
> wrote:
> >
> >> Hi Community Members,
> >>
> >> To encourage other community members to participate in the release
> >> candidate validations and voting, I have set up the following resource
> as
> >> part of the work for KAFKA-9861
> >>
> >> It is a set of scripts and Docker images that allows community members
> to
> >> run local validations in a consistent manner.
> >>
> >> https://github.com/izzyacademy/apache-kafka-release-party
> >>
> >> Please take a look at the resource and share any feedback that you may
> >> have. I used it to perform my validation for the 3.0.0 Release
> Candidate.
> >>
> >> I plan to create a video tutorial that walks community members through
> how
> >> it can be used soon. Stay tuned.
> >>
> >> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> >> kafka-clients@googlegroups.com> wrote:
> >>
> >> > Hi Ismael,
> >> >
> >> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
> >> also
> >> > checked the current 3.0.0 RC2 and the javadoc  search works as
> expected.
> >> >
> >> > Best,
> >> > ———
> >> > 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.prat@aiven.io
> >> >
> >> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> >> >
> >> >> Josep,
> >> >>
> >> >> This is fixed in 3.0.0, right?
> >> >>
> >> >> Ismael
> >> >>
> >> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
> >> <jo...@aiven.io.invalid>
> >> >> wrote:
> >> >>
> >> >> > Hi Chris and David,
> >> >> >
> >> >> > Regarding the API search, this is a known bug in JDK 11 and prior.
> It
> >> >> can't
> >> >> > correctly generate URLs for projects not using the module system
> >> (Kafka)
> >> >> > that link to projects that use it (Java Standard Library). The bug
> >> has
> >> >> been
> >> >> > fixed in JDK 12 and higher.
> >> >> > To have the search work as expected, javadoc must be generated with
> >> JDK
> >> >> 12
> >> >> > or higher (for example JDK16 or the freshly released 17). For
> further
> >> >> info
> >> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> >> >> > https://github.com/apache/kafka/pull/10780
> >> >> >
> >> >> > Best,
> >> >> > ———
> >> >> > 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.prat@aiven.io
> >> >> >
> >> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> >> >> wrote:
> >> >> >
> >> >> > > Hi,
> >> >> > >
> >> >> > > +1 (binding)
> >> >> > >
> >> >> > > - verified the signatures
> >> >> > > - ran the tests on the source archive
> >> >> > > - verified the quickstart with binary
> >> >> > > - verified the artifacts, javadoc
> >> >> > >
> >> >> > > Thanks for running the release!
> >> >> > >
> >> >> > > Thanks,
> >> >> > > Manikumar
> >> >> > >
> >> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> >> >> > <chrise@confluent.io.invalid
> >> >> > > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Hi David,
> >> >> > > >
> >> >> > > > I took a look at the Javadocs and noticed a small issue. Using
> >> the
> >> >> > search
> >> >> > > > bar at the top of the landing page (
> >> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> >> entered
> >> >> > > > "KafkaProducer" and clicked on the search item that came up.
> This
> >> >> > brought
> >> >> > > > me to
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> >> >> > > > ,
> >> >> > > > which displayed a 404 "Not Found" error.
> >> >> > > >
> >> >> > > > This doesn't appear to be a regression as the same behavior
> >> occurs
> >> >> for
> >> >> > me
> >> >> > > > when browsing the 2.8.0 Javadocs (
> >> >> > > >
> >> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> ),
> >> >> > > but
> >> >> > > > I wanted to bring it up just in case. Normally I don't use the
> >> >> search
> >> >> > bar
> >> >> > > > but with the removal of sidebar frames from Javadocs I've had
> to
> >> >> start
> >> >> > > > relying on it a little bit more.
> >> >> > > >
> >> >> > > > Cheers,
> >> >> > > >
> >> >> > > > Chris
> >> >> > > >
> >> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
> >> rhauch@apache.org>
> >> >> > > wrote:
> >> >> > > >
> >> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> >> >> David.
> >> >> > > > >
> >> >> > > > > I was able to successfully complete the following:
> >> >> > > > >
> >> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> >> >> Connect
> >> >> > > > > - Verified signatures and checksums
> >> >> > > > > - Verified the tag
> >> >> > > > > - Manually compared the release notes to JIRA
> >> >> > > > > - Build release archive from the tag, ran Connect tests,
> >> installed
> >> >> > > > locally,
> >> >> > > > > and ran a portion of quickstart
> >> >> > > > > - Manually spotchecked the Javadocs
> >> >> > > > > - Verified the site docs at
> >> >> > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > has corrected version references, except for the tar and cd
> >> >> commands
> >> >> > in
> >> >> > > > > step 1 of the
> >> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> >> >> > > > >
> >> >> > > > > I think that last issue is minor and not worth another RC,
> >> since
> >> >> the
> >> >> > > > other
> >> >> > > > > version references in
> >> >> https://kafka.apache.org/28/documentation.html
> >> >> > > do
> >> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> >> >> optionally
> >> >> > as
> >> >> > > > part
> >> >> > > > > of the other post-vote changes to the site.
> >> >> > > > >
> >> >> > > > > So I'm +1 (binding)
> >> >> > > > >
> >> >> > > > > Best regards,
> >> >> > > > >
> >> >> > > > > Randall
> >> >> > > > >
> >> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> >> >> > > <djacot@confluent.io.invalid
> >> >> > > > >
> >> >> > > > > wrote:
> >> >> > > > >
> >> >> > > > > > Hello Kafka users, developers and client-developers,
> >> >> > > > > >
> >> >> > > > > > This is the second candidate for release of Apache Kafka
> >> 2.8.1.
> >> >> > > > > >
> >> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> >> since
> >> >> > the
> >> >> > > > > 2.8.0
> >> >> > > > > > release. Please see the release notes for more information.
> >> >> > > > > >
> >> >> > > > > > Release notes for the 2.8.1 release:
> >> >> > > > > >
> >> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >> >> > > > > >
> >> >> > > > > > *** Please download, test and vote by Friday, September 17,
> >> 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-2.8.1-rc1/
> >> >> > > > > >
> >> >> > > > > > * Maven artifacts to be voted upon:
> >> >> > > > > >
> >> >> > >
> >> >>
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >> >> > > > > >
> >> >> > > > > > * Javadoc:
> >> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >> >> > > > > >
> >> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> >> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >> >> > > > > >
> >> >> > > > > > * Documentation:
> >> >> > > > > > https://kafka.apache.org/28/documentation.html
> >> >> > > > > >
> >> >> > > > > > * Protocol:
> >> >> > > > > > https://kafka.apache.org/28/protocol.html
> >> >> > > > > >
> >> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> >> >> > > > > > Unit/integration tests:
> >> >> > > > > >
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> >> >> > > > > > System tests:
> >> >> > > > > >
> >> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >> >> > > > > >
> >> >> > > > > > /**************************************
> >> >> > > > > >
> >> >> > > > > > Thanks,
> >> >> > > > > > David
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> Groups
> >> > "kafka-clients" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send
> >> an
> >> > email to kafka-clients+unsubscribe@googlegroups.com.
> >> > To view this discussion on the web visit
> >> >
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> >> > <
> >>
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >> >
> >> > .
> >> >
> >>
> >
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by David Jacot <dj...@confluent.io.INVALID>.
Hi Israel,

Thanks! That seems pretty cool. You should bring it up in an independent
thread in order to give it more visibility. It might be lost in the middle
of
this vote thread.

Best,
David

On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:

> Hi Chris, Josep,
>
> Thank you for reporting the issue and explaining the fix. JDK11 was
> indeed used to generate the javadoc. I don't consider this as a blocker
> for the release as we can fix it independently.
>
> Best,
> David
>
> On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com> wrote:
>
>> Hi Community Members,
>>
>> To encourage other community members to participate in the release
>> candidate validations and voting, I have set up the following resource as
>> part of the work for KAFKA-9861
>>
>> It is a set of scripts and Docker images that allows community members to
>> run local validations in a consistent manner.
>>
>> https://github.com/izzyacademy/apache-kafka-release-party
>>
>> Please take a look at the resource and share any feedback that you may
>> have. I used it to perform my validation for the 3.0.0 Release Candidate.
>>
>> I plan to create a video tutorial that walks community members through how
>> it can be used soon. Stay tuned.
>>
>> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
>> kafka-clients@googlegroups.com> wrote:
>>
>> > Hi Ismael,
>> >
>> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
>> also
>> > checked the current 3.0.0 RC2 and the javadoc  search works as expected.
>> >
>> > Best,
>> > ———
>> > 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.prat@aiven.io
>> >
>> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
>> >
>> >> Josep,
>> >>
>> >> This is fixed in 3.0.0, right?
>> >>
>> >> Ismael
>> >>
>> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
>> <jo...@aiven.io.invalid>
>> >> wrote:
>> >>
>> >> > Hi Chris and David,
>> >> >
>> >> > Regarding the API search, this is a known bug in JDK 11 and prior. It
>> >> can't
>> >> > correctly generate URLs for projects not using the module system
>> (Kafka)
>> >> > that link to projects that use it (Java Standard Library). The bug
>> has
>> >> been
>> >> > fixed in JDK 12 and higher.
>> >> > To have the search work as expected, javadoc must be generated with
>> JDK
>> >> 12
>> >> > or higher (for example JDK16 or the freshly released 17). For further
>> >> info
>> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
>> >> > https://github.com/apache/kafka/pull/10780
>> >> >
>> >> > Best,
>> >> > ———
>> >> > 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.prat@aiven.io
>> >> >
>> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
>> >> wrote:
>> >> >
>> >> > > Hi,
>> >> > >
>> >> > > +1 (binding)
>> >> > >
>> >> > > - verified the signatures
>> >> > > - ran the tests on the source archive
>> >> > > - verified the quickstart with binary
>> >> > > - verified the artifacts, javadoc
>> >> > >
>> >> > > Thanks for running the release!
>> >> > >
>> >> > > Thanks,
>> >> > > Manikumar
>> >> > >
>> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
>> >> > <chrise@confluent.io.invalid
>> >> > > >
>> >> > > wrote:
>> >> > >
>> >> > > > Hi David,
>> >> > > >
>> >> > > > I took a look at the Javadocs and noticed a small issue. Using
>> the
>> >> > search
>> >> > > > bar at the top of the landing page (
>> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
>> entered
>> >> > > > "KafkaProducer" and clicked on the search item that came up. This
>> >> > brought
>> >> > > > me to
>> >> > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
>> >> > > > ,
>> >> > > > which displayed a 404 "Not Found" error.
>> >> > > >
>> >> > > > This doesn't appear to be a regression as the same behavior
>> occurs
>> >> for
>> >> > me
>> >> > > > when browsing the 2.8.0 Javadocs (
>> >> > > >
>> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
>> >> > > but
>> >> > > > I wanted to bring it up just in case. Normally I don't use the
>> >> search
>> >> > bar
>> >> > > > but with the removal of sidebar frames from Javadocs I've had to
>> >> start
>> >> > > > relying on it a little bit more.
>> >> > > >
>> >> > > > Cheers,
>> >> > > >
>> >> > > > Chris
>> >> > > >
>> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
>> rhauch@apache.org>
>> >> > > wrote:
>> >> > > >
>> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
>> >> David.
>> >> > > > >
>> >> > > > > I was able to successfully complete the following:
>> >> > > > >
>> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
>> >> Connect
>> >> > > > > - Verified signatures and checksums
>> >> > > > > - Verified the tag
>> >> > > > > - Manually compared the release notes to JIRA
>> >> > > > > - Build release archive from the tag, ran Connect tests,
>> installed
>> >> > > > locally,
>> >> > > > > and ran a portion of quickstart
>> >> > > > > - Manually spotchecked the Javadocs
>> >> > > > > - Verified the site docs at
>> >> > > > https://kafka.apache.org/28/documentation.html
>> >> > > > > has corrected version references, except for the tar and cd
>> >> commands
>> >> > in
>> >> > > > > step 1 of the
>> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
>> >> > > > >
>> >> > > > > I think that last issue is minor and not worth another RC,
>> since
>> >> the
>> >> > > > other
>> >> > > > > version references in
>> >> https://kafka.apache.org/28/documentation.html
>> >> > > do
>> >> > > > > reference 2.8.1 and we can easily fix it on the website,
>> >> optionally
>> >> > as
>> >> > > > part
>> >> > > > > of the other post-vote changes to the site.
>> >> > > > >
>> >> > > > > So I'm +1 (binding)
>> >> > > > >
>> >> > > > > Best regards,
>> >> > > > >
>> >> > > > > Randall
>> >> > > > >
>> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
>> >> > > <djacot@confluent.io.invalid
>> >> > > > >
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > > > Hello Kafka users, developers and client-developers,
>> >> > > > > >
>> >> > > > > > This is the second candidate for release of Apache Kafka
>> 2.8.1.
>> >> > > > > >
>> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
>> since
>> >> > the
>> >> > > > > 2.8.0
>> >> > > > > > release. Please see the release notes for more information.
>> >> > > > > >
>> >> > > > > > Release notes for the 2.8.1 release:
>> >> > > > > >
>> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>> >> > > > > >
>> >> > > > > > *** Please download, test and vote by Friday, September 17,
>> 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-2.8.1-rc1/
>> >> > > > > >
>> >> > > > > > * Maven artifacts to be voted upon:
>> >> > > > > >
>> >> > >
>> >> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> >> > > > > >
>> >> > > > > > * Javadoc:
>> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>> >> > > > > >
>> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
>> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>> >> > > > > >
>> >> > > > > > * Documentation:
>> >> > > > > > https://kafka.apache.org/28/documentation.html
>> >> > > > > >
>> >> > > > > > * Protocol:
>> >> > > > > > https://kafka.apache.org/28/protocol.html
>> >> > > > > >
>> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
>> >> > > > > > Unit/integration tests:
>> >> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
>> >> > > > > > System tests:
>> >> > > > > >
>> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>> >> > > > > >
>> >> > > > > > /**************************************
>> >> > > > > >
>> >> > > > > > Thanks,
>> >> > > > > > David
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "kafka-clients" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to kafka-clients+unsubscribe@googlegroups.com.
>> > To view this discussion on the web visit
>> >
>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
>> > <
>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
>> >
>> > .
>> >
>>
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by David Jacot <dj...@confluent.io.INVALID>.
Hi Israel,

Thanks! That seems pretty cool. You should bring it up in an independent
thread in order to give it more visibility. It might be lost in the middle
of
this vote thread.

Best,
David

On Wed, Sep 15, 2021 at 3:39 PM David Jacot <dj...@confluent.io> wrote:

> Hi Chris, Josep,
>
> Thank you for reporting the issue and explaining the fix. JDK11 was
> indeed used to generate the javadoc. I don't consider this as a blocker
> for the release as we can fix it independently.
>
> Best,
> David
>
> On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com> wrote:
>
>> Hi Community Members,
>>
>> To encourage other community members to participate in the release
>> candidate validations and voting, I have set up the following resource as
>> part of the work for KAFKA-9861
>>
>> It is a set of scripts and Docker images that allows community members to
>> run local validations in a consistent manner.
>>
>> https://github.com/izzyacademy/apache-kafka-release-party
>>
>> Please take a look at the resource and share any feedback that you may
>> have. I used it to perform my validation for the 3.0.0 Release Candidate.
>>
>> I plan to create a video tutorial that walks community members through how
>> it can be used soon. Stay tuned.
>>
>> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
>> kafka-clients@googlegroups.com> wrote:
>>
>> > Hi Ismael,
>> >
>> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I
>> also
>> > checked the current 3.0.0 RC2 and the javadoc  search works as expected.
>> >
>> > Best,
>> > ———
>> > 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.prat@aiven.io
>> >
>> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
>> >
>> >> Josep,
>> >>
>> >> This is fixed in 3.0.0, right?
>> >>
>> >> Ismael
>> >>
>> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat
>> <jo...@aiven.io.invalid>
>> >> wrote:
>> >>
>> >> > Hi Chris and David,
>> >> >
>> >> > Regarding the API search, this is a known bug in JDK 11 and prior. It
>> >> can't
>> >> > correctly generate URLs for projects not using the module system
>> (Kafka)
>> >> > that link to projects that use it (Java Standard Library). The bug
>> has
>> >> been
>> >> > fixed in JDK 12 and higher.
>> >> > To have the search work as expected, javadoc must be generated with
>> JDK
>> >> 12
>> >> > or higher (for example JDK16 or the freshly released 17). For further
>> >> info
>> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
>> >> > https://github.com/apache/kafka/pull/10780
>> >> >
>> >> > Best,
>> >> > ———
>> >> > 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.prat@aiven.io
>> >> >
>> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
>> >> wrote:
>> >> >
>> >> > > Hi,
>> >> > >
>> >> > > +1 (binding)
>> >> > >
>> >> > > - verified the signatures
>> >> > > - ran the tests on the source archive
>> >> > > - verified the quickstart with binary
>> >> > > - verified the artifacts, javadoc
>> >> > >
>> >> > > Thanks for running the release!
>> >> > >
>> >> > > Thanks,
>> >> > > Manikumar
>> >> > >
>> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
>> >> > <chrise@confluent.io.invalid
>> >> > > >
>> >> > > wrote:
>> >> > >
>> >> > > > Hi David,
>> >> > > >
>> >> > > > I took a look at the Javadocs and noticed a small issue. Using
>> the
>> >> > search
>> >> > > > bar at the top of the landing page (
>> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
>> entered
>> >> > > > "KafkaProducer" and clicked on the search item that came up. This
>> >> > brought
>> >> > > > me to
>> >> > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
>> >> > > > ,
>> >> > > > which displayed a 404 "Not Found" error.
>> >> > > >
>> >> > > > This doesn't appear to be a regression as the same behavior
>> occurs
>> >> for
>> >> > me
>> >> > > > when browsing the 2.8.0 Javadocs (
>> >> > > >
>> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
>> >> > > but
>> >> > > > I wanted to bring it up just in case. Normally I don't use the
>> >> search
>> >> > bar
>> >> > > > but with the removal of sidebar frames from Javadocs I've had to
>> >> start
>> >> > > > relying on it a little bit more.
>> >> > > >
>> >> > > > Cheers,
>> >> > > >
>> >> > > > Chris
>> >> > > >
>> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <
>> rhauch@apache.org>
>> >> > > wrote:
>> >> > > >
>> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
>> >> David.
>> >> > > > >
>> >> > > > > I was able to successfully complete the following:
>> >> > > > >
>> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
>> >> Connect
>> >> > > > > - Verified signatures and checksums
>> >> > > > > - Verified the tag
>> >> > > > > - Manually compared the release notes to JIRA
>> >> > > > > - Build release archive from the tag, ran Connect tests,
>> installed
>> >> > > > locally,
>> >> > > > > and ran a portion of quickstart
>> >> > > > > - Manually spotchecked the Javadocs
>> >> > > > > - Verified the site docs at
>> >> > > > https://kafka.apache.org/28/documentation.html
>> >> > > > > has corrected version references, except for the tar and cd
>> >> commands
>> >> > in
>> >> > > > > step 1 of the
>> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
>> >> > > > >
>> >> > > > > I think that last issue is minor and not worth another RC,
>> since
>> >> the
>> >> > > > other
>> >> > > > > version references in
>> >> https://kafka.apache.org/28/documentation.html
>> >> > > do
>> >> > > > > reference 2.8.1 and we can easily fix it on the website,
>> >> optionally
>> >> > as
>> >> > > > part
>> >> > > > > of the other post-vote changes to the site.
>> >> > > > >
>> >> > > > > So I'm +1 (binding)
>> >> > > > >
>> >> > > > > Best regards,
>> >> > > > >
>> >> > > > > Randall
>> >> > > > >
>> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
>> >> > > <djacot@confluent.io.invalid
>> >> > > > >
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > > > Hello Kafka users, developers and client-developers,
>> >> > > > > >
>> >> > > > > > This is the second candidate for release of Apache Kafka
>> 2.8.1.
>> >> > > > > >
>> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
>> since
>> >> > the
>> >> > > > > 2.8.0
>> >> > > > > > release. Please see the release notes for more information.
>> >> > > > > >
>> >> > > > > > Release notes for the 2.8.1 release:
>> >> > > > > >
>> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>> >> > > > > >
>> >> > > > > > *** Please download, test and vote by Friday, September 17,
>> 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-2.8.1-rc1/
>> >> > > > > >
>> >> > > > > > * Maven artifacts to be voted upon:
>> >> > > > > >
>> >> > >
>> >> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> >> > > > > >
>> >> > > > > > * Javadoc:
>> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>> >> > > > > >
>> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
>> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>> >> > > > > >
>> >> > > > > > * Documentation:
>> >> > > > > > https://kafka.apache.org/28/documentation.html
>> >> > > > > >
>> >> > > > > > * Protocol:
>> >> > > > > > https://kafka.apache.org/28/protocol.html
>> >> > > > > >
>> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
>> >> > > > > > Unit/integration tests:
>> >> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
>> >> > > > > > System tests:
>> >> > > > > >
>> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>> >> > > > > >
>> >> > > > > > /**************************************
>> >> > > > > >
>> >> > > > > > Thanks,
>> >> > > > > > David
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "kafka-clients" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to kafka-clients+unsubscribe@googlegroups.com.
>> > To view this discussion on the web visit
>> >
>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
>> > <
>> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
>> >
>> > .
>> >
>>
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by David Jacot <dj...@confluent.io.INVALID>.
Hi Chris, Josep,

Thank you for reporting the issue and explaining the fix. JDK11 was
indeed used to generate the javadoc. I don't consider this as a blocker
for the release as we can fix it independently.

Best,
David

On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com> wrote:

> Hi Community Members,
>
> To encourage other community members to participate in the release
> candidate validations and voting, I have set up the following resource as
> part of the work for KAFKA-9861
>
> It is a set of scripts and Docker images that allows community members to
> run local validations in a consistent manner.
>
> https://github.com/izzyacademy/apache-kafka-release-party
>
> Please take a look at the resource and share any feedback that you may
> have. I used it to perform my validation for the 3.0.0 Release Candidate.
>
> I plan to create a video tutorial that walks community members through how
> it can be used soon. Stay tuned.
>
> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> kafka-clients@googlegroups.com> wrote:
>
> > Hi Ismael,
> >
> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I also
> > checked the current 3.0.0 RC2 and the javadoc  search works as expected.
> >
> > Best,
> > ———
> > 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.prat@aiven.io
> >
> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> >
> >> Josep,
> >>
> >> This is fixed in 3.0.0, right?
> >>
> >> Ismael
> >>
> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <josep.prat@aiven.io.invalid
> >
> >> wrote:
> >>
> >> > Hi Chris and David,
> >> >
> >> > Regarding the API search, this is a known bug in JDK 11 and prior. It
> >> can't
> >> > correctly generate URLs for projects not using the module system
> (Kafka)
> >> > that link to projects that use it (Java Standard Library). The bug has
> >> been
> >> > fixed in JDK 12 and higher.
> >> > To have the search work as expected, javadoc must be generated with
> JDK
> >> 12
> >> > or higher (for example JDK16 or the freshly released 17). For further
> >> info
> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> >> > https://github.com/apache/kafka/pull/10780
> >> >
> >> > Best,
> >> > ———
> >> > 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.prat@aiven.io
> >> >
> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> >> wrote:
> >> >
> >> > > Hi,
> >> > >
> >> > > +1 (binding)
> >> > >
> >> > > - verified the signatures
> >> > > - ran the tests on the source archive
> >> > > - verified the quickstart with binary
> >> > > - verified the artifacts, javadoc
> >> > >
> >> > > Thanks for running the release!
> >> > >
> >> > > Thanks,
> >> > > Manikumar
> >> > >
> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> >> > <chrise@confluent.io.invalid
> >> > > >
> >> > > wrote:
> >> > >
> >> > > > Hi David,
> >> > > >
> >> > > > I took a look at the Javadocs and noticed a small issue. Using the
> >> > search
> >> > > > bar at the top of the landing page (
> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> entered
> >> > > > "KafkaProducer" and clicked on the search item that came up. This
> >> > brought
> >> > > > me to
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> >> > > > ,
> >> > > > which displayed a 404 "Not Found" error.
> >> > > >
> >> > > > This doesn't appear to be a regression as the same behavior occurs
> >> for
> >> > me
> >> > > > when browsing the 2.8.0 Javadocs (
> >> > > >
> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
> >> > > but
> >> > > > I wanted to bring it up just in case. Normally I don't use the
> >> search
> >> > bar
> >> > > > but with the removal of sidebar frames from Javadocs I've had to
> >> start
> >> > > > relying on it a little bit more.
> >> > > >
> >> > > > Cheers,
> >> > > >
> >> > > > Chris
> >> > > >
> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rhauch@apache.org
> >
> >> > > wrote:
> >> > > >
> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> >> David.
> >> > > > >
> >> > > > > I was able to successfully complete the following:
> >> > > > >
> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> >> Connect
> >> > > > > - Verified signatures and checksums
> >> > > > > - Verified the tag
> >> > > > > - Manually compared the release notes to JIRA
> >> > > > > - Build release archive from the tag, ran Connect tests,
> installed
> >> > > > locally,
> >> > > > > and ran a portion of quickstart
> >> > > > > - Manually spotchecked the Javadocs
> >> > > > > - Verified the site docs at
> >> > > > https://kafka.apache.org/28/documentation.html
> >> > > > > has corrected version references, except for the tar and cd
> >> commands
> >> > in
> >> > > > > step 1 of the
> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> >> > > > >
> >> > > > > I think that last issue is minor and not worth another RC, since
> >> the
> >> > > > other
> >> > > > > version references in
> >> https://kafka.apache.org/28/documentation.html
> >> > > do
> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> >> optionally
> >> > as
> >> > > > part
> >> > > > > of the other post-vote changes to the site.
> >> > > > >
> >> > > > > So I'm +1 (binding)
> >> > > > >
> >> > > > > Best regards,
> >> > > > >
> >> > > > > Randall
> >> > > > >
> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> >> > > <djacot@confluent.io.invalid
> >> > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hello Kafka users, developers and client-developers,
> >> > > > > >
> >> > > > > > This is the second candidate for release of Apache Kafka
> 2.8.1.
> >> > > > > >
> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> since
> >> > the
> >> > > > > 2.8.0
> >> > > > > > release. Please see the release notes for more information.
> >> > > > > >
> >> > > > > > Release notes for the 2.8.1 release:
> >> > > > > >
> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >> > > > > >
> >> > > > > > *** Please download, test and vote by Friday, September 17,
> 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-2.8.1-rc1/
> >> > > > > >
> >> > > > > > * Maven artifacts to be voted upon:
> >> > > > > >
> >> > >
> >> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >> > > > > >
> >> > > > > > * Javadoc:
> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >> > > > > >
> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >> > > > > >
> >> > > > > > * Documentation:
> >> > > > > > https://kafka.apache.org/28/documentation.html
> >> > > > > >
> >> > > > > > * Protocol:
> >> > > > > > https://kafka.apache.org/28/protocol.html
> >> > > > > >
> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> >> > > > > > Unit/integration tests:
> >> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> >> > > > > > System tests:
> >> > > > > >
> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >> > > > > >
> >> > > > > > /**************************************
> >> > > > > >
> >> > > > > > Thanks,
> >> > > > > > David
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "kafka-clients" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to kafka-clients+unsubscribe@googlegroups.com.
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> > <
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >
> > .
> >
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by David Jacot <dj...@confluent.io.INVALID>.
Hi Chris, Josep,

Thank you for reporting the issue and explaining the fix. JDK11 was
indeed used to generate the javadoc. I don't consider this as a blocker
for the release as we can fix it independently.

Best,
David

On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo <is...@gmail.com> wrote:

> Hi Community Members,
>
> To encourage other community members to participate in the release
> candidate validations and voting, I have set up the following resource as
> part of the work for KAFKA-9861
>
> It is a set of scripts and Docker images that allows community members to
> run local validations in a consistent manner.
>
> https://github.com/izzyacademy/apache-kafka-release-party
>
> Please take a look at the resource and share any feedback that you may
> have. I used it to perform my validation for the 3.0.0 Release Candidate.
>
> I plan to create a video tutorial that walks community members through how
> it can be used soon. Stay tuned.
>
> On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
> kafka-clients@googlegroups.com> wrote:
>
> > Hi Ismael,
> >
> > Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I also
> > checked the current 3.0.0 RC2 and the javadoc  search works as expected.
> >
> > Best,
> > ———
> > 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.prat@aiven.io
> >
> > On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
> >
> >> Josep,
> >>
> >> This is fixed in 3.0.0, right?
> >>
> >> Ismael
> >>
> >> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <josep.prat@aiven.io.invalid
> >
> >> wrote:
> >>
> >> > Hi Chris and David,
> >> >
> >> > Regarding the API search, this is a known bug in JDK 11 and prior. It
> >> can't
> >> > correctly generate URLs for projects not using the module system
> (Kafka)
> >> > that link to projects that use it (Java Standard Library). The bug has
> >> been
> >> > fixed in JDK 12 and higher.
> >> > To have the search work as expected, javadoc must be generated with
> JDK
> >> 12
> >> > or higher (for example JDK16 or the freshly released 17). For further
> >> info
> >> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> >> > https://github.com/apache/kafka/pull/10780
> >> >
> >> > Best,
> >> > ———
> >> > 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.prat@aiven.io
> >> >
> >> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
> >> wrote:
> >> >
> >> > > Hi,
> >> > >
> >> > > +1 (binding)
> >> > >
> >> > > - verified the signatures
> >> > > - ran the tests on the source archive
> >> > > - verified the quickstart with binary
> >> > > - verified the artifacts, javadoc
> >> > >
> >> > > Thanks for running the release!
> >> > >
> >> > > Thanks,
> >> > > Manikumar
> >> > >
> >> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> >> > <chrise@confluent.io.invalid
> >> > > >
> >> > > wrote:
> >> > >
> >> > > > Hi David,
> >> > > >
> >> > > > I took a look at the Javadocs and noticed a small issue. Using the
> >> > search
> >> > > > bar at the top of the landing page (
> >> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I
> entered
> >> > > > "KafkaProducer" and clicked on the search item that came up. This
> >> > brought
> >> > > > me to
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> >> > > > ,
> >> > > > which displayed a 404 "Not Found" error.
> >> > > >
> >> > > > This doesn't appear to be a regression as the same behavior occurs
> >> for
> >> > me
> >> > > > when browsing the 2.8.0 Javadocs (
> >> > > >
> >> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
> >> > > but
> >> > > > I wanted to bring it up just in case. Normally I don't use the
> >> search
> >> > bar
> >> > > > but with the removal of sidebar frames from Javadocs I've had to
> >> start
> >> > > > relying on it a little bit more.
> >> > > >
> >> > > > Cheers,
> >> > > >
> >> > > > Chris
> >> > > >
> >> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rhauch@apache.org
> >
> >> > > wrote:
> >> > > >
> >> > > > > Thanks for generating a new RC1 with the corrected site docs,
> >> David.
> >> > > > >
> >> > > > > I was able to successfully complete the following:
> >> > > > >
> >> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> >> Connect
> >> > > > > - Verified signatures and checksums
> >> > > > > - Verified the tag
> >> > > > > - Manually compared the release notes to JIRA
> >> > > > > - Build release archive from the tag, ran Connect tests,
> installed
> >> > > > locally,
> >> > > > > and ran a portion of quickstart
> >> > > > > - Manually spotchecked the Javadocs
> >> > > > > - Verified the site docs at
> >> > > > https://kafka.apache.org/28/documentation.html
> >> > > > > has corrected version references, except for the tar and cd
> >> commands
> >> > in
> >> > > > > step 1 of the
> >> > > https://kafka.apache.org/28/documentation.html#quickstart.
> >> > > > >
> >> > > > > I think that last issue is minor and not worth another RC, since
> >> the
> >> > > > other
> >> > > > > version references in
> >> https://kafka.apache.org/28/documentation.html
> >> > > do
> >> > > > > reference 2.8.1 and we can easily fix it on the website,
> >> optionally
> >> > as
> >> > > > part
> >> > > > > of the other post-vote changes to the site.
> >> > > > >
> >> > > > > So I'm +1 (binding)
> >> > > > >
> >> > > > > Best regards,
> >> > > > >
> >> > > > > Randall
> >> > > > >
> >> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> >> > > <djacot@confluent.io.invalid
> >> > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hello Kafka users, developers and client-developers,
> >> > > > > >
> >> > > > > > This is the second candidate for release of Apache Kafka
> 2.8.1.
> >> > > > > >
> >> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues
> since
> >> > the
> >> > > > > 2.8.0
> >> > > > > > release. Please see the release notes for more information.
> >> > > > > >
> >> > > > > > Release notes for the 2.8.1 release:
> >> > > > > >
> >> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >> > > > > >
> >> > > > > > *** Please download, test and vote by Friday, September 17,
> 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-2.8.1-rc1/
> >> > > > > >
> >> > > > > > * Maven artifacts to be voted upon:
> >> > > > > >
> >> > >
> >> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >> > > > > >
> >> > > > > > * Javadoc:
> >> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >> > > > > >
> >> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> >> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >> > > > > >
> >> > > > > > * Documentation:
> >> > > > > > https://kafka.apache.org/28/documentation.html
> >> > > > > >
> >> > > > > > * Protocol:
> >> > > > > > https://kafka.apache.org/28/protocol.html
> >> > > > > >
> >> > > > > > * Successful Jenkins builds for the 2.8 branch:
> >> > > > > > Unit/integration tests:
> >> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> >> > > > > > System tests:
> >> > > > > >
> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >> > > > > >
> >> > > > > > /**************************************
> >> > > > > >
> >> > > > > > Thanks,
> >> > > > > > David
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "kafka-clients" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to kafka-clients+unsubscribe@googlegroups.com.
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> > <
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >
> > .
> >
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Israel Ekpo <is...@gmail.com>.
Hi Community Members,

To encourage other community members to participate in the release
candidate validations and voting, I have set up the following resource as
part of the work for KAFKA-9861

It is a set of scripts and Docker images that allows community members to
run local validations in a consistent manner.

https://github.com/izzyacademy/apache-kafka-release-party

Please take a look at the resource and share any feedback that you may
have. I used it to perform my validation for the 3.0.0 Release Candidate.

I plan to create a video tutorial that walks community members through how
it can be used soon. Stay tuned.

On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
kafka-clients@googlegroups.com> wrote:

> Hi Ismael,
>
> Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I also
> checked the current 3.0.0 RC2 and the javadoc  search works as expected.
>
> Best,
> ———
> 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.prat@aiven.io
>
> On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
>
>> Josep,
>>
>> This is fixed in 3.0.0, right?
>>
>> Ismael
>>
>> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <jo...@aiven.io.invalid>
>> wrote:
>>
>> > Hi Chris and David,
>> >
>> > Regarding the API search, this is a known bug in JDK 11 and prior. It
>> can't
>> > correctly generate URLs for projects not using the module system (Kafka)
>> > that link to projects that use it (Java Standard Library). The bug has
>> been
>> > fixed in JDK 12 and higher.
>> > To have the search work as expected, javadoc must be generated with JDK
>> 12
>> > or higher (for example JDK16 or the freshly released 17). For further
>> info
>> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
>> > https://github.com/apache/kafka/pull/10780
>> >
>> > Best,
>> > ———
>> > 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.prat@aiven.io
>> >
>> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
>> wrote:
>> >
>> > > Hi,
>> > >
>> > > +1 (binding)
>> > >
>> > > - verified the signatures
>> > > - ran the tests on the source archive
>> > > - verified the quickstart with binary
>> > > - verified the artifacts, javadoc
>> > >
>> > > Thanks for running the release!
>> > >
>> > > Thanks,
>> > > Manikumar
>> > >
>> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
>> > <chrise@confluent.io.invalid
>> > > >
>> > > wrote:
>> > >
>> > > > Hi David,
>> > > >
>> > > > I took a look at the Javadocs and noticed a small issue. Using the
>> > search
>> > > > bar at the top of the landing page (
>> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
>> > > > "KafkaProducer" and clicked on the search item that came up. This
>> > brought
>> > > > me to
>> > > >
>> > > >
>> > >
>> >
>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
>> > > > ,
>> > > > which displayed a 404 "Not Found" error.
>> > > >
>> > > > This doesn't appear to be a regression as the same behavior occurs
>> for
>> > me
>> > > > when browsing the 2.8.0 Javadocs (
>> > > >
>> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
>> > > but
>> > > > I wanted to bring it up just in case. Normally I don't use the
>> search
>> > bar
>> > > > but with the removal of sidebar frames from Javadocs I've had to
>> start
>> > > > relying on it a little bit more.
>> > > >
>> > > > Cheers,
>> > > >
>> > > > Chris
>> > > >
>> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
>> > > wrote:
>> > > >
>> > > > > Thanks for generating a new RC1 with the corrected site docs,
>> David.
>> > > > >
>> > > > > I was able to successfully complete the following:
>> > > > >
>> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
>> Connect
>> > > > > - Verified signatures and checksums
>> > > > > - Verified the tag
>> > > > > - Manually compared the release notes to JIRA
>> > > > > - Build release archive from the tag, ran Connect tests, installed
>> > > > locally,
>> > > > > and ran a portion of quickstart
>> > > > > - Manually spotchecked the Javadocs
>> > > > > - Verified the site docs at
>> > > > https://kafka.apache.org/28/documentation.html
>> > > > > has corrected version references, except for the tar and cd
>> commands
>> > in
>> > > > > step 1 of the
>> > > https://kafka.apache.org/28/documentation.html#quickstart.
>> > > > >
>> > > > > I think that last issue is minor and not worth another RC, since
>> the
>> > > > other
>> > > > > version references in
>> https://kafka.apache.org/28/documentation.html
>> > > do
>> > > > > reference 2.8.1 and we can easily fix it on the website,
>> optionally
>> > as
>> > > > part
>> > > > > of the other post-vote changes to the site.
>> > > > >
>> > > > > So I'm +1 (binding)
>> > > > >
>> > > > > Best regards,
>> > > > >
>> > > > > Randall
>> > > > >
>> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
>> > > <djacot@confluent.io.invalid
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hello Kafka users, developers and client-developers,
>> > > > > >
>> > > > > > This is the second candidate for release of Apache Kafka 2.8.1.
>> > > > > >
>> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since
>> > the
>> > > > > 2.8.0
>> > > > > > release. Please see the release notes for more information.
>> > > > > >
>> > > > > > Release notes for the 2.8.1 release:
>> > > > > >
>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>> > > > > >
>> > > > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
>> > > > > >
>> > > > > > * Maven artifacts to be voted upon:
>> > > > > >
>> > >
>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> > > > > >
>> > > > > > * Javadoc:
>> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>> > > > > >
>> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
>> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>> > > > > >
>> > > > > > * Documentation:
>> > > > > > https://kafka.apache.org/28/documentation.html
>> > > > > >
>> > > > > > * Protocol:
>> > > > > > https://kafka.apache.org/28/protocol.html
>> > > > > >
>> > > > > > * Successful Jenkins builds for the 2.8 branch:
>> > > > > > Unit/integration tests:
>> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
>> > > > > > System tests:
>> > > > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>> > > > > >
>> > > > > > /**************************************
>> > > > > >
>> > > > > > Thanks,
>> > > > > > David
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
> --
> You received this message because you are subscribed to the Google Groups
> "kafka-clients" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kafka-clients+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> <https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

Posted by Israel Ekpo <is...@gmail.com>.
Hi Community Members,

To encourage other community members to participate in the release
candidate validations and voting, I have set up the following resource as
part of the work for KAFKA-9861

It is a set of scripts and Docker images that allows community members to
run local validations in a consistent manner.

https://github.com/izzyacademy/apache-kafka-release-party

Please take a look at the resource and share any feedback that you may
have. I used it to perform my validation for the 3.0.0 Release Candidate.

I plan to create a video tutorial that walks community members through how
it can be used soon. Stay tuned.

On Tue, Sep 14, 2021 at 3:13 PM 'Josep Prat' via kafka-clients <
kafka-clients@googlegroups.com> wrote:

> Hi Ismael,
>
> Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I also
> checked the current 3.0.0 RC2 and the javadoc  search works as expected.
>
> Best,
> ———
> 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.prat@aiven.io
>
> On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:
>
>> Josep,
>>
>> This is fixed in 3.0.0, right?
>>
>> Ismael
>>
>> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <jo...@aiven.io.invalid>
>> wrote:
>>
>> > Hi Chris and David,
>> >
>> > Regarding the API search, this is a known bug in JDK 11 and prior. It
>> can't
>> > correctly generate URLs for projects not using the module system (Kafka)
>> > that link to projects that use it (Java Standard Library). The bug has
>> been
>> > fixed in JDK 12 and higher.
>> > To have the search work as expected, javadoc must be generated with JDK
>> 12
>> > or higher (for example JDK16 or the freshly released 17). For further
>> info
>> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
>> > https://github.com/apache/kafka/pull/10780
>> >
>> > Best,
>> > ———
>> > 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.prat@aiven.io
>> >
>> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com>
>> wrote:
>> >
>> > > Hi,
>> > >
>> > > +1 (binding)
>> > >
>> > > - verified the signatures
>> > > - ran the tests on the source archive
>> > > - verified the quickstart with binary
>> > > - verified the artifacts, javadoc
>> > >
>> > > Thanks for running the release!
>> > >
>> > > Thanks,
>> > > Manikumar
>> > >
>> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
>> > <chrise@confluent.io.invalid
>> > > >
>> > > wrote:
>> > >
>> > > > Hi David,
>> > > >
>> > > > I took a look at the Javadocs and noticed a small issue. Using the
>> > search
>> > > > bar at the top of the landing page (
>> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
>> > > > "KafkaProducer" and clicked on the search item that came up. This
>> > brought
>> > > > me to
>> > > >
>> > > >
>> > >
>> >
>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
>> > > > ,
>> > > > which displayed a 404 "Not Found" error.
>> > > >
>> > > > This doesn't appear to be a regression as the same behavior occurs
>> for
>> > me
>> > > > when browsing the 2.8.0 Javadocs (
>> > > >
>> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
>> > > but
>> > > > I wanted to bring it up just in case. Normally I don't use the
>> search
>> > bar
>> > > > but with the removal of sidebar frames from Javadocs I've had to
>> start
>> > > > relying on it a little bit more.
>> > > >
>> > > > Cheers,
>> > > >
>> > > > Chris
>> > > >
>> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
>> > > wrote:
>> > > >
>> > > > > Thanks for generating a new RC1 with the corrected site docs,
>> David.
>> > > > >
>> > > > > I was able to successfully complete the following:
>> > > > >
>> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
>> Connect
>> > > > > - Verified signatures and checksums
>> > > > > - Verified the tag
>> > > > > - Manually compared the release notes to JIRA
>> > > > > - Build release archive from the tag, ran Connect tests, installed
>> > > > locally,
>> > > > > and ran a portion of quickstart
>> > > > > - Manually spotchecked the Javadocs
>> > > > > - Verified the site docs at
>> > > > https://kafka.apache.org/28/documentation.html
>> > > > > has corrected version references, except for the tar and cd
>> commands
>> > in
>> > > > > step 1 of the
>> > > https://kafka.apache.org/28/documentation.html#quickstart.
>> > > > >
>> > > > > I think that last issue is minor and not worth another RC, since
>> the
>> > > > other
>> > > > > version references in
>> https://kafka.apache.org/28/documentation.html
>> > > do
>> > > > > reference 2.8.1 and we can easily fix it on the website,
>> optionally
>> > as
>> > > > part
>> > > > > of the other post-vote changes to the site.
>> > > > >
>> > > > > So I'm +1 (binding)
>> > > > >
>> > > > > Best regards,
>> > > > >
>> > > > > Randall
>> > > > >
>> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
>> > > <djacot@confluent.io.invalid
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hello Kafka users, developers and client-developers,
>> > > > > >
>> > > > > > This is the second candidate for release of Apache Kafka 2.8.1.
>> > > > > >
>> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since
>> > the
>> > > > > 2.8.0
>> > > > > > release. Please see the release notes for more information.
>> > > > > >
>> > > > > > Release notes for the 2.8.1 release:
>> > > > > >
>> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>> > > > > >
>> > > > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
>> > > > > >
>> > > > > > * Maven artifacts to be voted upon:
>> > > > > >
>> > >
>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> > > > > >
>> > > > > > * Javadoc:
>> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>> > > > > >
>> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
>> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>> > > > > >
>> > > > > > * Documentation:
>> > > > > > https://kafka.apache.org/28/documentation.html
>> > > > > >
>> > > > > > * Protocol:
>> > > > > > https://kafka.apache.org/28/protocol.html
>> > > > > >
>> > > > > > * Successful Jenkins builds for the 2.8 branch:
>> > > > > > Unit/integration tests:
>> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
>> > > > > > System tests:
>> > > > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>> > > > > >
>> > > > > > /**************************************
>> > > > > >
>> > > > > > Thanks,
>> > > > > > David
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
> --
> You received this message because you are subscribed to the Google Groups
> "kafka-clients" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kafka-clients+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com
> <https://groups.google.com/d/msgid/kafka-clients/CAOJ18G7pukzdy1ZAtg1ar2TSFfz7de20xXoPgj4Qr5XRQt0yrA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Re: [VOTE] 2.8.1 RC1

Posted by Josep Prat <jo...@aiven.io.INVALID>.
Hi Ismael,

Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I also
checked the current 3.0.0 RC2 and the javadoc  search works as expected.

Best,
———
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.prat@aiven.io

On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:

> Josep,
>
> This is fixed in 3.0.0, right?
>
> Ismael
>
> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <jo...@aiven.io.invalid>
> wrote:
>
> > Hi Chris and David,
> >
> > Regarding the API search, this is a known bug in JDK 11 and prior. It
> can't
> > correctly generate URLs for projects not using the module system (Kafka)
> > that link to projects that use it (Java Standard Library). The bug has
> been
> > fixed in JDK 12 and higher.
> > To have the search work as expected, javadoc must be generated with JDK
> 12
> > or higher (for example JDK16 or the freshly released 17). For further
> info
> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> > https://github.com/apache/kafka/pull/10780
> >
> > Best,
> > ———
> > 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.prat@aiven.io
> >
> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com> wrote:
> >
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > - verified the signatures
> > > - ran the tests on the source archive
> > > - verified the quickstart with binary
> > > - verified the artifacts, javadoc
> > >
> > > Thanks for running the release!
> > >
> > > Thanks,
> > > Manikumar
> > >
> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> > <chrise@confluent.io.invalid
> > > >
> > > wrote:
> > >
> > > > Hi David,
> > > >
> > > > I took a look at the Javadocs and noticed a small issue. Using the
> > search
> > > > bar at the top of the landing page (
> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> > > > "KafkaProducer" and clicked on the search item that came up. This
> > brought
> > > > me to
> > > >
> > > >
> > >
> >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > > > ,
> > > > which displayed a 404 "Not Found" error.
> > > >
> > > > This doesn't appear to be a regression as the same behavior occurs
> for
> > me
> > > > when browsing the 2.8.0 Javadocs (
> > > > https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> ),
> > > but
> > > > I wanted to bring it up just in case. Normally I don't use the search
> > bar
> > > > but with the removal of sidebar frames from Javadocs I've had to
> start
> > > > relying on it a little bit more.
> > > >
> > > > Cheers,
> > > >
> > > > Chris
> > > >
> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
> > > wrote:
> > > >
> > > > > Thanks for generating a new RC1 with the corrected site docs,
> David.
> > > > >
> > > > > I was able to successfully complete the following:
> > > > >
> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> Connect
> > > > > - Verified signatures and checksums
> > > > > - Verified the tag
> > > > > - Manually compared the release notes to JIRA
> > > > > - Build release archive from the tag, ran Connect tests, installed
> > > > locally,
> > > > > and ran a portion of quickstart
> > > > > - Manually spotchecked the Javadocs
> > > > > - Verified the site docs at
> > > > https://kafka.apache.org/28/documentation.html
> > > > > has corrected version references, except for the tar and cd
> commands
> > in
> > > > > step 1 of the
> > > https://kafka.apache.org/28/documentation.html#quickstart.
> > > > >
> > > > > I think that last issue is minor and not worth another RC, since
> the
> > > > other
> > > > > version references in
> https://kafka.apache.org/28/documentation.html
> > > do
> > > > > reference 2.8.1 and we can easily fix it on the website, optionally
> > as
> > > > part
> > > > > of the other post-vote changes to the site.
> > > > >
> > > > > So I'm +1 (binding)
> > > > >
> > > > > Best regards,
> > > > >
> > > > > Randall
> > > > >
> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> > > <djacot@confluent.io.invalid
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hello Kafka users, developers and client-developers,
> > > > > >
> > > > > > This is the second candidate for release of Apache Kafka 2.8.1.
> > > > > >
> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since
> > the
> > > > > 2.8.0
> > > > > > release. Please see the release notes for more information.
> > > > > >
> > > > > > Release notes for the 2.8.1 release:
> > > > > >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > > > > >
> > > > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > > > > >
> > > > > > * Maven artifacts to be voted upon:
> > > > > >
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > > > >
> > > > > > * Javadoc:
> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > > > > >
> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > > > > >
> > > > > > * Documentation:
> > > > > > https://kafka.apache.org/28/documentation.html
> > > > > >
> > > > > > * Protocol:
> > > > > > https://kafka.apache.org/28/protocol.html
> > > > > >
> > > > > > * Successful Jenkins builds for the 2.8 branch:
> > > > > > Unit/integration tests:
> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > > > > System tests:
> > > > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > > > > >
> > > > > > /**************************************
> > > > > >
> > > > > > Thanks,
> > > > > > David
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Josep Prat <jo...@aiven.io.INVALID>.
Hi Ismael,

Yes the 'fix' was merged in the 3.0.0 branch (trunk at that time). I also
checked the current 3.0.0 RC2 and the javadoc  search works as expected.

Best,
———
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.prat@aiven.io

On Tue, Sep 14, 2021, 21:00 Ismael Juma <is...@juma.me.uk> wrote:

> Josep,
>
> This is fixed in 3.0.0, right?
>
> Ismael
>
> On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <jo...@aiven.io.invalid>
> wrote:
>
> > Hi Chris and David,
> >
> > Regarding the API search, this is a known bug in JDK 11 and prior. It
> can't
> > correctly generate URLs for projects not using the module system (Kafka)
> > that link to projects that use it (Java Standard Library). The bug has
> been
> > fixed in JDK 12 and higher.
> > To have the search work as expected, javadoc must be generated with JDK
> 12
> > or higher (for example JDK16 or the freshly released 17). For further
> info
> > check https://issues.apache.org/jira/browse/KAFKA-12782 or
> > https://github.com/apache/kafka/pull/10780
> >
> > Best,
> > ———
> > 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.prat@aiven.io
> >
> > On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com> wrote:
> >
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > - verified the signatures
> > > - ran the tests on the source archive
> > > - verified the quickstart with binary
> > > - verified the artifacts, javadoc
> > >
> > > Thanks for running the release!
> > >
> > > Thanks,
> > > Manikumar
> > >
> > > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> > <chrise@confluent.io.invalid
> > > >
> > > wrote:
> > >
> > > > Hi David,
> > > >
> > > > I took a look at the Javadocs and noticed a small issue. Using the
> > search
> > > > bar at the top of the landing page (
> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> > > > "KafkaProducer" and clicked on the search item that came up. This
> > brought
> > > > me to
> > > >
> > > >
> > >
> >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > > > ,
> > > > which displayed a 404 "Not Found" error.
> > > >
> > > > This doesn't appear to be a regression as the same behavior occurs
> for
> > me
> > > > when browsing the 2.8.0 Javadocs (
> > > > https://kafka.apache.org/28/javadoc/index.html?overview-summary.html
> ),
> > > but
> > > > I wanted to bring it up just in case. Normally I don't use the search
> > bar
> > > > but with the removal of sidebar frames from Javadocs I've had to
> start
> > > > relying on it a little bit more.
> > > >
> > > > Cheers,
> > > >
> > > > Chris
> > > >
> > > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
> > > wrote:
> > > >
> > > > > Thanks for generating a new RC1 with the corrected site docs,
> David.
> > > > >
> > > > > I was able to successfully complete the following:
> > > > >
> > > > > - Installed 2.8.1 RC0 and performed quickstart for broker and
> Connect
> > > > > - Verified signatures and checksums
> > > > > - Verified the tag
> > > > > - Manually compared the release notes to JIRA
> > > > > - Build release archive from the tag, ran Connect tests, installed
> > > > locally,
> > > > > and ran a portion of quickstart
> > > > > - Manually spotchecked the Javadocs
> > > > > - Verified the site docs at
> > > > https://kafka.apache.org/28/documentation.html
> > > > > has corrected version references, except for the tar and cd
> commands
> > in
> > > > > step 1 of the
> > > https://kafka.apache.org/28/documentation.html#quickstart.
> > > > >
> > > > > I think that last issue is minor and not worth another RC, since
> the
> > > > other
> > > > > version references in
> https://kafka.apache.org/28/documentation.html
> > > do
> > > > > reference 2.8.1 and we can easily fix it on the website, optionally
> > as
> > > > part
> > > > > of the other post-vote changes to the site.
> > > > >
> > > > > So I'm +1 (binding)
> > > > >
> > > > > Best regards,
> > > > >
> > > > > Randall
> > > > >
> > > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> > > <djacot@confluent.io.invalid
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hello Kafka users, developers and client-developers,
> > > > > >
> > > > > > This is the second candidate for release of Apache Kafka 2.8.1.
> > > > > >
> > > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since
> > the
> > > > > 2.8.0
> > > > > > release. Please see the release notes for more information.
> > > > > >
> > > > > > Release notes for the 2.8.1 release:
> > > > > >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > > > > >
> > > > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > > > > >
> > > > > > * Maven artifacts to be voted upon:
> > > > > >
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > > > >
> > > > > > * Javadoc:
> > > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > > > > >
> > > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > > > > >
> > > > > > * Documentation:
> > > > > > https://kafka.apache.org/28/documentation.html
> > > > > >
> > > > > > * Protocol:
> > > > > > https://kafka.apache.org/28/protocol.html
> > > > > >
> > > > > > * Successful Jenkins builds for the 2.8 branch:
> > > > > > Unit/integration tests:
> > > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > > > > System tests:
> > > > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > > > > >
> > > > > > /**************************************
> > > > > >
> > > > > > Thanks,
> > > > > > David
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Ismael Juma <is...@juma.me.uk>.
Josep,

This is fixed in 3.0.0, right?

Ismael

On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <jo...@aiven.io.invalid>
wrote:

> Hi Chris and David,
>
> Regarding the API search, this is a known bug in JDK 11 and prior. It can't
> correctly generate URLs for projects not using the module system (Kafka)
> that link to projects that use it (Java Standard Library). The bug has been
> fixed in JDK 12 and higher.
> To have the search work as expected, javadoc must be generated with JDK 12
> or higher (for example JDK16 or the freshly released 17). For further info
> check https://issues.apache.org/jira/browse/KAFKA-12782 or
> https://github.com/apache/kafka/pull/10780
>
> Best,
> ———
> 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.prat@aiven.io
>
> On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com> wrote:
>
> > Hi,
> >
> > +1 (binding)
> >
> > - verified the signatures
> > - ran the tests on the source archive
> > - verified the quickstart with binary
> > - verified the artifacts, javadoc
> >
> > Thanks for running the release!
> >
> > Thanks,
> > Manikumar
> >
> > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> <chrise@confluent.io.invalid
> > >
> > wrote:
> >
> > > Hi David,
> > >
> > > I took a look at the Javadocs and noticed a small issue. Using the
> search
> > > bar at the top of the landing page (
> > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> > > "KafkaProducer" and clicked on the search item that came up. This
> brought
> > > me to
> > >
> > >
> >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > > ,
> > > which displayed a 404 "Not Found" error.
> > >
> > > This doesn't appear to be a regression as the same behavior occurs for
> me
> > > when browsing the 2.8.0 Javadocs (
> > > https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
> > but
> > > I wanted to bring it up just in case. Normally I don't use the search
> bar
> > > but with the removal of sidebar frames from Javadocs I've had to start
> > > relying on it a little bit more.
> > >
> > > Cheers,
> > >
> > > Chris
> > >
> > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
> > wrote:
> > >
> > > > Thanks for generating a new RC1 with the corrected site docs, David.
> > > >
> > > > I was able to successfully complete the following:
> > > >
> > > > - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> > > > - Verified signatures and checksums
> > > > - Verified the tag
> > > > - Manually compared the release notes to JIRA
> > > > - Build release archive from the tag, ran Connect tests, installed
> > > locally,
> > > > and ran a portion of quickstart
> > > > - Manually spotchecked the Javadocs
> > > > - Verified the site docs at
> > > https://kafka.apache.org/28/documentation.html
> > > > has corrected version references, except for the tar and cd commands
> in
> > > > step 1 of the
> > https://kafka.apache.org/28/documentation.html#quickstart.
> > > >
> > > > I think that last issue is minor and not worth another RC, since the
> > > other
> > > > version references in https://kafka.apache.org/28/documentation.html
> > do
> > > > reference 2.8.1 and we can easily fix it on the website, optionally
> as
> > > part
> > > > of the other post-vote changes to the site.
> > > >
> > > > So I'm +1 (binding)
> > > >
> > > > Best regards,
> > > >
> > > > Randall
> > > >
> > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> > <djacot@confluent.io.invalid
> > > >
> > > > wrote:
> > > >
> > > > > Hello Kafka users, developers and client-developers,
> > > > >
> > > > > This is the second candidate for release of Apache Kafka 2.8.1.
> > > > >
> > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since
> the
> > > > 2.8.0
> > > > > release. Please see the release notes for more information.
> > > > >
> > > > > Release notes for the 2.8.1 release:
> > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > > > >
> > > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > > > >
> > > > > * Maven artifacts to be voted upon:
> > > > >
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > > >
> > > > > * Javadoc:
> > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > > > >
> > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > > > >
> > > > > * Documentation:
> > > > > https://kafka.apache.org/28/documentation.html
> > > > >
> > > > > * Protocol:
> > > > > https://kafka.apache.org/28/protocol.html
> > > > >
> > > > > * Successful Jenkins builds for the 2.8 branch:
> > > > > Unit/integration tests:
> > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > > > System tests:
> > > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > > > >
> > > > > /**************************************
> > > > >
> > > > > Thanks,
> > > > > David
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Ismael Juma <is...@juma.me.uk>.
Josep,

This is fixed in 3.0.0, right?

Ismael

On Tue, Sep 14, 2021 at 11:32 AM Josep Prat <jo...@aiven.io.invalid>
wrote:

> Hi Chris and David,
>
> Regarding the API search, this is a known bug in JDK 11 and prior. It can't
> correctly generate URLs for projects not using the module system (Kafka)
> that link to projects that use it (Java Standard Library). The bug has been
> fixed in JDK 12 and higher.
> To have the search work as expected, javadoc must be generated with JDK 12
> or higher (for example JDK16 or the freshly released 17). For further info
> check https://issues.apache.org/jira/browse/KAFKA-12782 or
> https://github.com/apache/kafka/pull/10780
>
> Best,
> ———
> 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.prat@aiven.io
>
> On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com> wrote:
>
> > Hi,
> >
> > +1 (binding)
> >
> > - verified the signatures
> > - ran the tests on the source archive
> > - verified the quickstart with binary
> > - verified the artifacts, javadoc
> >
> > Thanks for running the release!
> >
> > Thanks,
> > Manikumar
> >
> > On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton
> <chrise@confluent.io.invalid
> > >
> > wrote:
> >
> > > Hi David,
> > >
> > > I took a look at the Javadocs and noticed a small issue. Using the
> search
> > > bar at the top of the landing page (
> > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> > > "KafkaProducer" and clicked on the search item that came up. This
> brought
> > > me to
> > >
> > >
> >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > > ,
> > > which displayed a 404 "Not Found" error.
> > >
> > > This doesn't appear to be a regression as the same behavior occurs for
> me
> > > when browsing the 2.8.0 Javadocs (
> > > https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
> > but
> > > I wanted to bring it up just in case. Normally I don't use the search
> bar
> > > but with the removal of sidebar frames from Javadocs I've had to start
> > > relying on it a little bit more.
> > >
> > > Cheers,
> > >
> > > Chris
> > >
> > > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
> > wrote:
> > >
> > > > Thanks for generating a new RC1 with the corrected site docs, David.
> > > >
> > > > I was able to successfully complete the following:
> > > >
> > > > - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> > > > - Verified signatures and checksums
> > > > - Verified the tag
> > > > - Manually compared the release notes to JIRA
> > > > - Build release archive from the tag, ran Connect tests, installed
> > > locally,
> > > > and ran a portion of quickstart
> > > > - Manually spotchecked the Javadocs
> > > > - Verified the site docs at
> > > https://kafka.apache.org/28/documentation.html
> > > > has corrected version references, except for the tar and cd commands
> in
> > > > step 1 of the
> > https://kafka.apache.org/28/documentation.html#quickstart.
> > > >
> > > > I think that last issue is minor and not worth another RC, since the
> > > other
> > > > version references in https://kafka.apache.org/28/documentation.html
> > do
> > > > reference 2.8.1 and we can easily fix it on the website, optionally
> as
> > > part
> > > > of the other post-vote changes to the site.
> > > >
> > > > So I'm +1 (binding)
> > > >
> > > > Best regards,
> > > >
> > > > Randall
> > > >
> > > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> > <djacot@confluent.io.invalid
> > > >
> > > > wrote:
> > > >
> > > > > Hello Kafka users, developers and client-developers,
> > > > >
> > > > > This is the second candidate for release of Apache Kafka 2.8.1.
> > > > >
> > > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since
> the
> > > > 2.8.0
> > > > > release. Please see the release notes for more information.
> > > > >
> > > > > Release notes for the 2.8.1 release:
> > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > > > >
> > > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > > > >
> > > > > * Maven artifacts to be voted upon:
> > > > >
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > > >
> > > > > * Javadoc:
> > > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > > > >
> > > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > > > >
> > > > > * Documentation:
> > > > > https://kafka.apache.org/28/documentation.html
> > > > >
> > > > > * Protocol:
> > > > > https://kafka.apache.org/28/protocol.html
> > > > >
> > > > > * Successful Jenkins builds for the 2.8 branch:
> > > > > Unit/integration tests:
> > > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > > > System tests:
> > > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > > > >
> > > > > /**************************************
> > > > >
> > > > > Thanks,
> > > > > David
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Josep Prat <jo...@aiven.io.INVALID>.
Hi Chris and David,

Regarding the API search, this is a known bug in JDK 11 and prior. It can't
correctly generate URLs for projects not using the module system (Kafka)
that link to projects that use it (Java Standard Library). The bug has been
fixed in JDK 12 and higher.
To have the search work as expected, javadoc must be generated with JDK 12
or higher (for example JDK16 or the freshly released 17). For further info
check https://issues.apache.org/jira/browse/KAFKA-12782 or
https://github.com/apache/kafka/pull/10780

Best,
———
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.prat@aiven.io

On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com> wrote:

> Hi,
>
> +1 (binding)
>
> - verified the signatures
> - ran the tests on the source archive
> - verified the quickstart with binary
> - verified the artifacts, javadoc
>
> Thanks for running the release!
>
> Thanks,
> Manikumar
>
> On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton <chrise@confluent.io.invalid
> >
> wrote:
>
> > Hi David,
> >
> > I took a look at the Javadocs and noticed a small issue. Using the search
> > bar at the top of the landing page (
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> > "KafkaProducer" and clicked on the search item that came up. This brought
> > me to
> >
> >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > ,
> > which displayed a 404 "Not Found" error.
> >
> > This doesn't appear to be a regression as the same behavior occurs for me
> > when browsing the 2.8.0 Javadocs (
> > https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
> but
> > I wanted to bring it up just in case. Normally I don't use the search bar
> > but with the removal of sidebar frames from Javadocs I've had to start
> > relying on it a little bit more.
> >
> > Cheers,
> >
> > Chris
> >
> > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
> wrote:
> >
> > > Thanks for generating a new RC1 with the corrected site docs, David.
> > >
> > > I was able to successfully complete the following:
> > >
> > > - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> > > - Verified signatures and checksums
> > > - Verified the tag
> > > - Manually compared the release notes to JIRA
> > > - Build release archive from the tag, ran Connect tests, installed
> > locally,
> > > and ran a portion of quickstart
> > > - Manually spotchecked the Javadocs
> > > - Verified the site docs at
> > https://kafka.apache.org/28/documentation.html
> > > has corrected version references, except for the tar and cd commands in
> > > step 1 of the
> https://kafka.apache.org/28/documentation.html#quickstart.
> > >
> > > I think that last issue is minor and not worth another RC, since the
> > other
> > > version references in https://kafka.apache.org/28/documentation.html
> do
> > > reference 2.8.1 and we can easily fix it on the website, optionally as
> > part
> > > of the other post-vote changes to the site.
> > >
> > > So I'm +1 (binding)
> > >
> > > Best regards,
> > >
> > > Randall
> > >
> > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> <djacot@confluent.io.invalid
> > >
> > > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the second candidate for release of Apache Kafka 2.8.1.
> > > >
> > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the
> > > 2.8.0
> > > > release. Please see the release notes for more information.
> > > >
> > > > Release notes for the 2.8.1 release:
> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > >
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > >
> > > > * Javadoc:
> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > > >
> > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > > >
> > > > * Documentation:
> > > > https://kafka.apache.org/28/documentation.html
> > > >
> > > > * Protocol:
> > > > https://kafka.apache.org/28/protocol.html
> > > >
> > > > * Successful Jenkins builds for the 2.8 branch:
> > > > Unit/integration tests:
> > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > > System tests:
> > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > > >
> > > > /**************************************
> > > >
> > > > Thanks,
> > > > David
> > > >
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Josep Prat <jo...@aiven.io.INVALID>.
Hi Chris and David,

Regarding the API search, this is a known bug in JDK 11 and prior. It can't
correctly generate URLs for projects not using the module system (Kafka)
that link to projects that use it (Java Standard Library). The bug has been
fixed in JDK 12 and higher.
To have the search work as expected, javadoc must be generated with JDK 12
or higher (for example JDK16 or the freshly released 17). For further info
check https://issues.apache.org/jira/browse/KAFKA-12782 or
https://github.com/apache/kafka/pull/10780

Best,
———
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.prat@aiven.io

On Tue, Sep 14, 2021, 19:42 Manikumar <ma...@gmail.com> wrote:

> Hi,
>
> +1 (binding)
>
> - verified the signatures
> - ran the tests on the source archive
> - verified the quickstart with binary
> - verified the artifacts, javadoc
>
> Thanks for running the release!
>
> Thanks,
> Manikumar
>
> On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton <chrise@confluent.io.invalid
> >
> wrote:
>
> > Hi David,
> >
> > I took a look at the Javadocs and noticed a small issue. Using the search
> > bar at the top of the landing page (
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> > "KafkaProducer" and clicked on the search item that came up. This brought
> > me to
> >
> >
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> > ,
> > which displayed a 404 "Not Found" error.
> >
> > This doesn't appear to be a regression as the same behavior occurs for me
> > when browsing the 2.8.0 Javadocs (
> > https://kafka.apache.org/28/javadoc/index.html?overview-summary.html),
> but
> > I wanted to bring it up just in case. Normally I don't use the search bar
> > but with the removal of sidebar frames from Javadocs I've had to start
> > relying on it a little bit more.
> >
> > Cheers,
> >
> > Chris
> >
> > On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org>
> wrote:
> >
> > > Thanks for generating a new RC1 with the corrected site docs, David.
> > >
> > > I was able to successfully complete the following:
> > >
> > > - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> > > - Verified signatures and checksums
> > > - Verified the tag
> > > - Manually compared the release notes to JIRA
> > > - Build release archive from the tag, ran Connect tests, installed
> > locally,
> > > and ran a portion of quickstart
> > > - Manually spotchecked the Javadocs
> > > - Verified the site docs at
> > https://kafka.apache.org/28/documentation.html
> > > has corrected version references, except for the tar and cd commands in
> > > step 1 of the
> https://kafka.apache.org/28/documentation.html#quickstart.
> > >
> > > I think that last issue is minor and not worth another RC, since the
> > other
> > > version references in https://kafka.apache.org/28/documentation.html
> do
> > > reference 2.8.1 and we can easily fix it on the website, optionally as
> > part
> > > of the other post-vote changes to the site.
> > >
> > > So I'm +1 (binding)
> > >
> > > Best regards,
> > >
> > > Randall
> > >
> > > On Tue, Sep 14, 2021 at 8:39 AM David Jacot
> <djacot@confluent.io.invalid
> > >
> > > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the second candidate for release of Apache Kafka 2.8.1.
> > > >
> > > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the
> > > 2.8.0
> > > > release. Please see the release notes for more information.
> > > >
> > > > Release notes for the 2.8.1 release:
> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > >
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > >
> > > > * Javadoc:
> > > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > > >
> > > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > > >
> > > > * Documentation:
> > > > https://kafka.apache.org/28/documentation.html
> > > >
> > > > * Protocol:
> > > > https://kafka.apache.org/28/protocol.html
> > > >
> > > > * Successful Jenkins builds for the 2.8 branch:
> > > > Unit/integration tests:
> > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > > System tests:
> > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > > >
> > > > /**************************************
> > > >
> > > > Thanks,
> > > > David
> > > >
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Manikumar <ma...@gmail.com>.
Hi,

+1 (binding)

- verified the signatures
- ran the tests on the source archive
- verified the quickstart with binary
- verified the artifacts, javadoc

Thanks for running the release!

Thanks,
Manikumar

On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton <ch...@confluent.io.invalid>
wrote:

> Hi David,
>
> I took a look at the Javadocs and noticed a small issue. Using the search
> bar at the top of the landing page (
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> "KafkaProducer" and clicked on the search item that came up. This brought
> me to
>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> ,
> which displayed a 404 "Not Found" error.
>
> This doesn't appear to be a regression as the same behavior occurs for me
> when browsing the 2.8.0 Javadocs (
> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html), but
> I wanted to bring it up just in case. Normally I don't use the search bar
> but with the removal of sidebar frames from Javadocs I've had to start
> relying on it a little bit more.
>
> Cheers,
>
> Chris
>
> On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Thanks for generating a new RC1 with the corrected site docs, David.
> >
> > I was able to successfully complete the following:
> >
> > - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> > - Verified signatures and checksums
> > - Verified the tag
> > - Manually compared the release notes to JIRA
> > - Build release archive from the tag, ran Connect tests, installed
> locally,
> > and ran a portion of quickstart
> > - Manually spotchecked the Javadocs
> > - Verified the site docs at
> https://kafka.apache.org/28/documentation.html
> > has corrected version references, except for the tar and cd commands in
> > step 1 of the https://kafka.apache.org/28/documentation.html#quickstart.
> >
> > I think that last issue is minor and not worth another RC, since the
> other
> > version references in https://kafka.apache.org/28/documentation.html do
> > reference 2.8.1 and we can easily fix it on the website, optionally as
> part
> > of the other post-vote changes to the site.
> >
> > So I'm +1 (binding)
> >
> > Best regards,
> >
> > Randall
> >
> > On Tue, Sep 14, 2021 at 8:39 AM David Jacot <djacot@confluent.io.invalid
> >
> > wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the second candidate for release of Apache Kafka 2.8.1.
> > >
> > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the
> > 2.8.0
> > > release. Please see the release notes for more information.
> > >
> > > Release notes for the 2.8.1 release:
> > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc:
> > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > >
> > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > >
> > > * Documentation:
> > > https://kafka.apache.org/28/documentation.html
> > >
> > > * Protocol:
> > > https://kafka.apache.org/28/protocol.html
> > >
> > > * Successful Jenkins builds for the 2.8 branch:
> > > Unit/integration tests:
> > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > System tests:
> > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > >
> > > /**************************************
> > >
> > > Thanks,
> > > David
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Manikumar <ma...@gmail.com>.
Hi,

+1 (binding)

- verified the signatures
- ran the tests on the source archive
- verified the quickstart with binary
- verified the artifacts, javadoc

Thanks for running the release!

Thanks,
Manikumar

On Tue, Sep 14, 2021 at 10:36 PM Chris Egerton <ch...@confluent.io.invalid>
wrote:

> Hi David,
>
> I took a look at the Javadocs and noticed a small issue. Using the search
> bar at the top of the landing page (
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
> "KafkaProducer" and clicked on the search item that came up. This brought
> me to
>
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html
> ,
> which displayed a 404 "Not Found" error.
>
> This doesn't appear to be a regression as the same behavior occurs for me
> when browsing the 2.8.0 Javadocs (
> https://kafka.apache.org/28/javadoc/index.html?overview-summary.html), but
> I wanted to bring it up just in case. Normally I don't use the search bar
> but with the removal of sidebar frames from Javadocs I've had to start
> relying on it a little bit more.
>
> Cheers,
>
> Chris
>
> On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Thanks for generating a new RC1 with the corrected site docs, David.
> >
> > I was able to successfully complete the following:
> >
> > - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> > - Verified signatures and checksums
> > - Verified the tag
> > - Manually compared the release notes to JIRA
> > - Build release archive from the tag, ran Connect tests, installed
> locally,
> > and ran a portion of quickstart
> > - Manually spotchecked the Javadocs
> > - Verified the site docs at
> https://kafka.apache.org/28/documentation.html
> > has corrected version references, except for the tar and cd commands in
> > step 1 of the https://kafka.apache.org/28/documentation.html#quickstart.
> >
> > I think that last issue is minor and not worth another RC, since the
> other
> > version references in https://kafka.apache.org/28/documentation.html do
> > reference 2.8.1 and we can easily fix it on the website, optionally as
> part
> > of the other post-vote changes to the site.
> >
> > So I'm +1 (binding)
> >
> > Best regards,
> >
> > Randall
> >
> > On Tue, Sep 14, 2021 at 8:39 AM David Jacot <djacot@confluent.io.invalid
> >
> > wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the second candidate for release of Apache Kafka 2.8.1.
> > >
> > > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the
> > 2.8.0
> > > release. Please see the release notes for more information.
> > >
> > > Release notes for the 2.8.1 release:
> > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc:
> > > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> > >
> > > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> > >
> > > * Documentation:
> > > https://kafka.apache.org/28/documentation.html
> > >
> > > * Protocol:
> > > https://kafka.apache.org/28/protocol.html
> > >
> > > * Successful Jenkins builds for the 2.8 branch:
> > > Unit/integration tests:
> > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > > System tests:
> > > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> > >
> > > /**************************************
> > >
> > > Thanks,
> > > David
> > >
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Chris Egerton <ch...@confluent.io.INVALID>.
Hi David,

I took a look at the Javadocs and noticed a small issue. Using the search
bar at the top of the landing page (
https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
"KafkaProducer" and clicked on the search item that came up. This brought
me to
https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html,
which displayed a 404 "Not Found" error.

This doesn't appear to be a regression as the same behavior occurs for me
when browsing the 2.8.0 Javadocs (
https://kafka.apache.org/28/javadoc/index.html?overview-summary.html), but
I wanted to bring it up just in case. Normally I don't use the search bar
but with the removal of sidebar frames from Javadocs I've had to start
relying on it a little bit more.

Cheers,

Chris

On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org> wrote:

> Thanks for generating a new RC1 with the corrected site docs, David.
>
> I was able to successfully complete the following:
>
> - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> - Verified signatures and checksums
> - Verified the tag
> - Manually compared the release notes to JIRA
> - Build release archive from the tag, ran Connect tests, installed locally,
> and ran a portion of quickstart
> - Manually spotchecked the Javadocs
> - Verified the site docs at https://kafka.apache.org/28/documentation.html
> has corrected version references, except for the tar and cd commands in
> step 1 of the https://kafka.apache.org/28/documentation.html#quickstart.
>
> I think that last issue is minor and not worth another RC, since the other
> version references in https://kafka.apache.org/28/documentation.html do
> reference 2.8.1 and we can easily fix it on the website, optionally as part
> of the other post-vote changes to the site.
>
> So I'm +1 (binding)
>
> Best regards,
>
> Randall
>
> On Tue, Sep 14, 2021 at 8:39 AM David Jacot <dj...@confluent.io.invalid>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the second candidate for release of Apache Kafka 2.8.1.
> >
> > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the
> 2.8.0
> > release. Please see the release notes for more information.
> >
> > Release notes for the 2.8.1 release:
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >
> > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >
> > * Documentation:
> > https://kafka.apache.org/28/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/28/protocol.html
> >
> > * Successful Jenkins builds for the 2.8 branch:
> > Unit/integration tests:
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >
> > /**************************************
> >
> > Thanks,
> > David
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Chris Egerton <ch...@confluent.io.INVALID>.
Hi David,

I took a look at the Javadocs and noticed a small issue. Using the search
bar at the top of the landing page (
https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/), I entered
"KafkaProducer" and clicked on the search item that came up. This brought
me to
https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/undefined/org/apache/kafka/clients/producer/KafkaProducer.html,
which displayed a 404 "Not Found" error.

This doesn't appear to be a regression as the same behavior occurs for me
when browsing the 2.8.0 Javadocs (
https://kafka.apache.org/28/javadoc/index.html?overview-summary.html), but
I wanted to bring it up just in case. Normally I don't use the search bar
but with the removal of sidebar frames from Javadocs I've had to start
relying on it a little bit more.

Cheers,

Chris

On Tue, Sep 14, 2021 at 12:56 PM Randall Hauch <rh...@apache.org> wrote:

> Thanks for generating a new RC1 with the corrected site docs, David.
>
> I was able to successfully complete the following:
>
> - Installed 2.8.1 RC0 and performed quickstart for broker and Connect
> - Verified signatures and checksums
> - Verified the tag
> - Manually compared the release notes to JIRA
> - Build release archive from the tag, ran Connect tests, installed locally,
> and ran a portion of quickstart
> - Manually spotchecked the Javadocs
> - Verified the site docs at https://kafka.apache.org/28/documentation.html
> has corrected version references, except for the tar and cd commands in
> step 1 of the https://kafka.apache.org/28/documentation.html#quickstart.
>
> I think that last issue is minor and not worth another RC, since the other
> version references in https://kafka.apache.org/28/documentation.html do
> reference 2.8.1 and we can easily fix it on the website, optionally as part
> of the other post-vote changes to the site.
>
> So I'm +1 (binding)
>
> Best regards,
>
> Randall
>
> On Tue, Sep 14, 2021 at 8:39 AM David Jacot <dj...@confluent.io.invalid>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the second candidate for release of Apache Kafka 2.8.1.
> >
> > Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the
> 2.8.0
> > release. Please see the release notes for more information.
> >
> > Release notes for the 2.8.1 release:
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
> >
> > * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> > https://github.com/apache/kafka/releases/tag/2.8.1-rc1
> >
> > * Documentation:
> > https://kafka.apache.org/28/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/28/protocol.html
> >
> > * Successful Jenkins builds for the 2.8 branch:
> > Unit/integration tests:
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
> >
> > /**************************************
> >
> > Thanks,
> > David
> >
>

Re: [VOTE] 2.8.1 RC1

Posted by Randall Hauch <rh...@apache.org>.
Thanks for generating a new RC1 with the corrected site docs, David.

I was able to successfully complete the following:

- Installed 2.8.1 RC0 and performed quickstart for broker and Connect
- Verified signatures and checksums
- Verified the tag
- Manually compared the release notes to JIRA
- Build release archive from the tag, ran Connect tests, installed locally,
and ran a portion of quickstart
- Manually spotchecked the Javadocs
- Verified the site docs at https://kafka.apache.org/28/documentation.html
has corrected version references, except for the tar and cd commands in
step 1 of the https://kafka.apache.org/28/documentation.html#quickstart.

I think that last issue is minor and not worth another RC, since the other
version references in https://kafka.apache.org/28/documentation.html do
reference 2.8.1 and we can easily fix it on the website, optionally as part
of the other post-vote changes to the site.

So I'm +1 (binding)

Best regards,

Randall

On Tue, Sep 14, 2021 at 8:39 AM David Jacot <dj...@confluent.io.invalid>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the second candidate for release of Apache Kafka 2.8.1.
>
> Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the 2.8.0
> release. Please see the release notes for more information.
>
> Release notes for the 2.8.1 release:
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>
> *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>
> * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>
> * Documentation:
> https://kafka.apache.org/28/documentation.html
>
> * Protocol:
> https://kafka.apache.org/28/protocol.html
>
> * Successful Jenkins builds for the 2.8 branch:
> Unit/integration tests:
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>
> /**************************************
>
> Thanks,
> David
>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Thanks for the feedback, David.

On Tue, Sep 28, 2021 at 4:05 AM David Jacot <dj...@confluent.io> wrote:

> Israel,
>
> I am not aware of any apache docker repository. It seems preferable
> to keep it in your own repository at this stage. Otherwise, you would
> depend on committers/PMC members to update the image which is
> not ideal for your project, I suppose.
>
> Best,
> David
>
> On Sat, Sep 25, 2021 at 12:56 PM Israel Ekpo <is...@gmail.com> wrote:
>
>> David
>>
>> I have one more question: do we have a Docker Hub account where the
>> Docker images can be hosted?
>>
>> I am fine using my personal account but it would be better if it were
>> something like apache/kafka:3.1.0-rc2 or just kafka/3.1.0-rc2 instead of
>> izzyacademy/kafka:3.1.0-rc2
>>
>> I can still use my personal account but it would look better and give
>> others opportunities to manage the images as well without depending on my
>> personal Docker Hub account
>>
>> Your initial feedback was great and I am going to trim the prep process
>> by prepping some base images to cut down the Docker image build elapsed
>> time
>>
>> Thank you again
>>
>> Sincerely
>> Israel
>>
>>
>>
>> On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo <is...@gmail.com> wrote:
>>
>>>
>>> Thanks for the feedback David. I really appreciate it.
>>>
>>> I would work on eliminating some items in the docker container that are
>>> not needed and making this as a base image that already has
>>> those dependencies pre-baked.
>>>
>>> That could significantly trim the elapsed time between when they fire up
>>> the container and when they can get started with the validation.
>>>
>>> Let me update this and will share another update again soon.
>>>
>>> I appreciate this feedback
>>>
>>> Thanks.
>>>
>>> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
>>> kafka-clients@googlegroups.com> wrote:
>>>
>>>> Hi Israel,
>>>>
>>>> Thank you for this initiative.
>>>>
>>>> The tool seems pretty cool and I think that it could be useful as well.
>>>> I
>>>> haven't tried it yet though.
>>>>
>>>> I just watched the video and I found the part which requires to build
>>>> the docker container really long, perhaps even longer than the
>>>> validation itself (running the test apart). Could we simplify this?
>>>>
>>>> Automating the validation process is a great and risky thing at the
>>>> same time. Imagine if we would introduce a bug in the scripts. We
>>>> could all miss an issue in the RC. This is the advantage of our
>>>> current, boring and manual process. I feel like we would always
>>>> need some sort of manual sanity checks anyway.
>>>>
>>>> It is hard to say if this will really help to have more people
>>>> validating
>>>> the release candidates. However, we could advertise it again when
>>>> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
>>>> it helps folks.
>>>>
>>>> Cheers,
>>>> David
>>>>
>>>> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hello Everyone,
>>>>>
>>>>> Please take a moment to review this and share your thoughts. It would
>>>>> be
>>>>> great to have more community involvement during release candidate
>>>>> validations
>>>>>
>>>>> I am wondering if this should be split up between the site docs repo
>>>>> and
>>>>> the core code repo or just in the code repo
>>>>>
>>>>> Should we include this in future release candidate voting
>>>>> notifications to
>>>>> the community?
>>>>>
>>>>> Also do you think we even need this at all?
>>>>>
>>>>> When you have a moment please let me know
>>>>>
>>>>> Thanks
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> > Before you Vote for Apache Kafka RCs, Watch This!
>>>>> >
>>>>> > https://youtu.be/T1VqFszLuQs
>>>>> >
>>>>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>>>>> > Party!
>>>>> >
>>>>> > As part of an effort (KAFKA-9861) to get more community participation
>>>>> > during release candidate (RC) validations, we have created the
>>>>> following
>>>>> > steps to hopefully allow more community members to participate
>>>>> thoroughly
>>>>> > in this validation process prior to casting their votes for specific
>>>>> RCs.
>>>>> >
>>>>> > It is also our hope that more community members will be able to
>>>>> > participate in the process as a result. If you have any suggestions
>>>>> for
>>>>> > improvement or would like to share changes, please feel free to send
>>>>> in a
>>>>> > pull request or open issues against this github repo.
>>>>> >
>>>>> > I would like to solicit feedback from the users, community members,
>>>>> > committers and PMC members on how this can be incorporated into the
>>>>> release
>>>>> > process and AK code base.
>>>>> >
>>>>> > My initial thoughts are to include the link to this resource or its
>>>>> > modified form as part of the release candidate announcement to
>>>>> encourage
>>>>> > users to participate in the RC validation process.
>>>>> >
>>>>> > Thanks in advance for your participation.
>>>>> >
>>>>> > *Process Simplification - Community Validation of Kafka Release
>>>>> Candidates*
>>>>> > https://issues.apache.org/jira/browse/KAFKA-9861
>>>>> >
>>>>> > *Github Repository Accompanying this Tutorial*
>>>>> > https://github.com/izzyacademy/apache-kafka-release-party
>>>>> >
>>>>> > *YouTube Video Explaining the Resources and How to Use It*
>>>>> > https://youtu.be/T1VqFszLuQs
>>>>> >
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "kafka-clients" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to kafka-clients+unsubscribe@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Thanks for the feedback, David.

On Tue, Sep 28, 2021 at 4:05 AM David Jacot <dj...@confluent.io> wrote:

> Israel,
>
> I am not aware of any apache docker repository. It seems preferable
> to keep it in your own repository at this stage. Otherwise, you would
> depend on committers/PMC members to update the image which is
> not ideal for your project, I suppose.
>
> Best,
> David
>
> On Sat, Sep 25, 2021 at 12:56 PM Israel Ekpo <is...@gmail.com> wrote:
>
>> David
>>
>> I have one more question: do we have a Docker Hub account where the
>> Docker images can be hosted?
>>
>> I am fine using my personal account but it would be better if it were
>> something like apache/kafka:3.1.0-rc2 or just kafka/3.1.0-rc2 instead of
>> izzyacademy/kafka:3.1.0-rc2
>>
>> I can still use my personal account but it would look better and give
>> others opportunities to manage the images as well without depending on my
>> personal Docker Hub account
>>
>> Your initial feedback was great and I am going to trim the prep process
>> by prepping some base images to cut down the Docker image build elapsed
>> time
>>
>> Thank you again
>>
>> Sincerely
>> Israel
>>
>>
>>
>> On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo <is...@gmail.com> wrote:
>>
>>>
>>> Thanks for the feedback David. I really appreciate it.
>>>
>>> I would work on eliminating some items in the docker container that are
>>> not needed and making this as a base image that already has
>>> those dependencies pre-baked.
>>>
>>> That could significantly trim the elapsed time between when they fire up
>>> the container and when they can get started with the validation.
>>>
>>> Let me update this and will share another update again soon.
>>>
>>> I appreciate this feedback
>>>
>>> Thanks.
>>>
>>> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
>>> kafka-clients@googlegroups.com> wrote:
>>>
>>>> Hi Israel,
>>>>
>>>> Thank you for this initiative.
>>>>
>>>> The tool seems pretty cool and I think that it could be useful as well.
>>>> I
>>>> haven't tried it yet though.
>>>>
>>>> I just watched the video and I found the part which requires to build
>>>> the docker container really long, perhaps even longer than the
>>>> validation itself (running the test apart). Could we simplify this?
>>>>
>>>> Automating the validation process is a great and risky thing at the
>>>> same time. Imagine if we would introduce a bug in the scripts. We
>>>> could all miss an issue in the RC. This is the advantage of our
>>>> current, boring and manual process. I feel like we would always
>>>> need some sort of manual sanity checks anyway.
>>>>
>>>> It is hard to say if this will really help to have more people
>>>> validating
>>>> the release candidates. However, we could advertise it again when
>>>> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
>>>> it helps folks.
>>>>
>>>> Cheers,
>>>> David
>>>>
>>>> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hello Everyone,
>>>>>
>>>>> Please take a moment to review this and share your thoughts. It would
>>>>> be
>>>>> great to have more community involvement during release candidate
>>>>> validations
>>>>>
>>>>> I am wondering if this should be split up between the site docs repo
>>>>> and
>>>>> the core code repo or just in the code repo
>>>>>
>>>>> Should we include this in future release candidate voting
>>>>> notifications to
>>>>> the community?
>>>>>
>>>>> Also do you think we even need this at all?
>>>>>
>>>>> When you have a moment please let me know
>>>>>
>>>>> Thanks
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> > Before you Vote for Apache Kafka RCs, Watch This!
>>>>> >
>>>>> > https://youtu.be/T1VqFszLuQs
>>>>> >
>>>>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>>>>> > Party!
>>>>> >
>>>>> > As part of an effort (KAFKA-9861) to get more community participation
>>>>> > during release candidate (RC) validations, we have created the
>>>>> following
>>>>> > steps to hopefully allow more community members to participate
>>>>> thoroughly
>>>>> > in this validation process prior to casting their votes for specific
>>>>> RCs.
>>>>> >
>>>>> > It is also our hope that more community members will be able to
>>>>> > participate in the process as a result. If you have any suggestions
>>>>> for
>>>>> > improvement or would like to share changes, please feel free to send
>>>>> in a
>>>>> > pull request or open issues against this github repo.
>>>>> >
>>>>> > I would like to solicit feedback from the users, community members,
>>>>> > committers and PMC members on how this can be incorporated into the
>>>>> release
>>>>> > process and AK code base.
>>>>> >
>>>>> > My initial thoughts are to include the link to this resource or its
>>>>> > modified form as part of the release candidate announcement to
>>>>> encourage
>>>>> > users to participate in the RC validation process.
>>>>> >
>>>>> > Thanks in advance for your participation.
>>>>> >
>>>>> > *Process Simplification - Community Validation of Kafka Release
>>>>> Candidates*
>>>>> > https://issues.apache.org/jira/browse/KAFKA-9861
>>>>> >
>>>>> > *Github Repository Accompanying this Tutorial*
>>>>> > https://github.com/izzyacademy/apache-kafka-release-party
>>>>> >
>>>>> > *YouTube Video Explaining the Resources and How to Use It*
>>>>> > https://youtu.be/T1VqFszLuQs
>>>>> >
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "kafka-clients" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to kafka-clients+unsubscribe@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by David Jacot <dj...@confluent.io.INVALID>.
Israel,

I am not aware of any apache docker repository. It seems preferable
to keep it in your own repository at this stage. Otherwise, you would
depend on committers/PMC members to update the image which is
not ideal for your project, I suppose.

Best,
David

On Sat, Sep 25, 2021 at 12:56 PM Israel Ekpo <is...@gmail.com> wrote:

> David
>
> I have one more question: do we have a Docker Hub account where the Docker
> images can be hosted?
>
> I am fine using my personal account but it would be better if it were
> something like apache/kafka:3.1.0-rc2 or just kafka/3.1.0-rc2 instead of
> izzyacademy/kafka:3.1.0-rc2
>
> I can still use my personal account but it would look better and give
> others opportunities to manage the images as well without depending on my
> personal Docker Hub account
>
> Your initial feedback was great and I am going to trim the prep process by
> prepping some base images to cut down the Docker image build elapsed time
>
> Thank you again
>
> Sincerely
> Israel
>
>
>
> On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo <is...@gmail.com> wrote:
>
>>
>> Thanks for the feedback David. I really appreciate it.
>>
>> I would work on eliminating some items in the docker container that are
>> not needed and making this as a base image that already has
>> those dependencies pre-baked.
>>
>> That could significantly trim the elapsed time between when they fire up
>> the container and when they can get started with the validation.
>>
>> Let me update this and will share another update again soon.
>>
>> I appreciate this feedback
>>
>> Thanks.
>>
>> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
>> kafka-clients@googlegroups.com> wrote:
>>
>>> Hi Israel,
>>>
>>> Thank you for this initiative.
>>>
>>> The tool seems pretty cool and I think that it could be useful as well. I
>>> haven't tried it yet though.
>>>
>>> I just watched the video and I found the part which requires to build
>>> the docker container really long, perhaps even longer than the
>>> validation itself (running the test apart). Could we simplify this?
>>>
>>> Automating the validation process is a great and risky thing at the
>>> same time. Imagine if we would introduce a bug in the scripts. We
>>> could all miss an issue in the RC. This is the advantage of our
>>> current, boring and manual process. I feel like we would always
>>> need some sort of manual sanity checks anyway.
>>>
>>> It is hard to say if this will really help to have more people validating
>>> the release candidates. However, we could advertise it again when
>>> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
>>> it helps folks.
>>>
>>> Cheers,
>>> David
>>>
>>> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com>
>>> wrote:
>>>
>>>> Hello Everyone,
>>>>
>>>> Please take a moment to review this and share your thoughts. It would be
>>>> great to have more community involvement during release candidate
>>>> validations
>>>>
>>>> I am wondering if this should be split up between the site docs repo and
>>>> the core code repo or just in the code repo
>>>>
>>>> Should we include this in future release candidate voting notifications
>>>> to
>>>> the community?
>>>>
>>>> Also do you think we even need this at all?
>>>>
>>>> When you have a moment please let me know
>>>>
>>>> Thanks
>>>>
>>>>
>>>>
>>>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com>
>>>> wrote:
>>>>
>>>> > Before you Vote for Apache Kafka RCs, Watch This!
>>>> >
>>>> > https://youtu.be/T1VqFszLuQs
>>>> >
>>>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>>>> > Party!
>>>> >
>>>> > As part of an effort (KAFKA-9861) to get more community participation
>>>> > during release candidate (RC) validations, we have created the
>>>> following
>>>> > steps to hopefully allow more community members to participate
>>>> thoroughly
>>>> > in this validation process prior to casting their votes for specific
>>>> RCs.
>>>> >
>>>> > It is also our hope that more community members will be able to
>>>> > participate in the process as a result. If you have any suggestions
>>>> for
>>>> > improvement or would like to share changes, please feel free to send
>>>> in a
>>>> > pull request or open issues against this github repo.
>>>> >
>>>> > I would like to solicit feedback from the users, community members,
>>>> > committers and PMC members on how this can be incorporated into the
>>>> release
>>>> > process and AK code base.
>>>> >
>>>> > My initial thoughts are to include the link to this resource or its
>>>> > modified form as part of the release candidate announcement to
>>>> encourage
>>>> > users to participate in the RC validation process.
>>>> >
>>>> > Thanks in advance for your participation.
>>>> >
>>>> > *Process Simplification - Community Validation of Kafka Release
>>>> Candidates*
>>>> > https://issues.apache.org/jira/browse/KAFKA-9861
>>>> >
>>>> > *Github Repository Accompanying this Tutorial*
>>>> > https://github.com/izzyacademy/apache-kafka-release-party
>>>> >
>>>> > *YouTube Video Explaining the Resources and How to Use It*
>>>> > https://youtu.be/T1VqFszLuQs
>>>> >
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "kafka-clients" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to kafka-clients+unsubscribe@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by David Jacot <dj...@confluent.io.INVALID>.
Israel,

I am not aware of any apache docker repository. It seems preferable
to keep it in your own repository at this stage. Otherwise, you would
depend on committers/PMC members to update the image which is
not ideal for your project, I suppose.

Best,
David

On Sat, Sep 25, 2021 at 12:56 PM Israel Ekpo <is...@gmail.com> wrote:

> David
>
> I have one more question: do we have a Docker Hub account where the Docker
> images can be hosted?
>
> I am fine using my personal account but it would be better if it were
> something like apache/kafka:3.1.0-rc2 or just kafka/3.1.0-rc2 instead of
> izzyacademy/kafka:3.1.0-rc2
>
> I can still use my personal account but it would look better and give
> others opportunities to manage the images as well without depending on my
> personal Docker Hub account
>
> Your initial feedback was great and I am going to trim the prep process by
> prepping some base images to cut down the Docker image build elapsed time
>
> Thank you again
>
> Sincerely
> Israel
>
>
>
> On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo <is...@gmail.com> wrote:
>
>>
>> Thanks for the feedback David. I really appreciate it.
>>
>> I would work on eliminating some items in the docker container that are
>> not needed and making this as a base image that already has
>> those dependencies pre-baked.
>>
>> That could significantly trim the elapsed time between when they fire up
>> the container and when they can get started with the validation.
>>
>> Let me update this and will share another update again soon.
>>
>> I appreciate this feedback
>>
>> Thanks.
>>
>> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
>> kafka-clients@googlegroups.com> wrote:
>>
>>> Hi Israel,
>>>
>>> Thank you for this initiative.
>>>
>>> The tool seems pretty cool and I think that it could be useful as well. I
>>> haven't tried it yet though.
>>>
>>> I just watched the video and I found the part which requires to build
>>> the docker container really long, perhaps even longer than the
>>> validation itself (running the test apart). Could we simplify this?
>>>
>>> Automating the validation process is a great and risky thing at the
>>> same time. Imagine if we would introduce a bug in the scripts. We
>>> could all miss an issue in the RC. This is the advantage of our
>>> current, boring and manual process. I feel like we would always
>>> need some sort of manual sanity checks anyway.
>>>
>>> It is hard to say if this will really help to have more people validating
>>> the release candidates. However, we could advertise it again when
>>> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
>>> it helps folks.
>>>
>>> Cheers,
>>> David
>>>
>>> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com>
>>> wrote:
>>>
>>>> Hello Everyone,
>>>>
>>>> Please take a moment to review this and share your thoughts. It would be
>>>> great to have more community involvement during release candidate
>>>> validations
>>>>
>>>> I am wondering if this should be split up between the site docs repo and
>>>> the core code repo or just in the code repo
>>>>
>>>> Should we include this in future release candidate voting notifications
>>>> to
>>>> the community?
>>>>
>>>> Also do you think we even need this at all?
>>>>
>>>> When you have a moment please let me know
>>>>
>>>> Thanks
>>>>
>>>>
>>>>
>>>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com>
>>>> wrote:
>>>>
>>>> > Before you Vote for Apache Kafka RCs, Watch This!
>>>> >
>>>> > https://youtu.be/T1VqFszLuQs
>>>> >
>>>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>>>> > Party!
>>>> >
>>>> > As part of an effort (KAFKA-9861) to get more community participation
>>>> > during release candidate (RC) validations, we have created the
>>>> following
>>>> > steps to hopefully allow more community members to participate
>>>> thoroughly
>>>> > in this validation process prior to casting their votes for specific
>>>> RCs.
>>>> >
>>>> > It is also our hope that more community members will be able to
>>>> > participate in the process as a result. If you have any suggestions
>>>> for
>>>> > improvement or would like to share changes, please feel free to send
>>>> in a
>>>> > pull request or open issues against this github repo.
>>>> >
>>>> > I would like to solicit feedback from the users, community members,
>>>> > committers and PMC members on how this can be incorporated into the
>>>> release
>>>> > process and AK code base.
>>>> >
>>>> > My initial thoughts are to include the link to this resource or its
>>>> > modified form as part of the release candidate announcement to
>>>> encourage
>>>> > users to participate in the RC validation process.
>>>> >
>>>> > Thanks in advance for your participation.
>>>> >
>>>> > *Process Simplification - Community Validation of Kafka Release
>>>> Candidates*
>>>> > https://issues.apache.org/jira/browse/KAFKA-9861
>>>> >
>>>> > *Github Repository Accompanying this Tutorial*
>>>> > https://github.com/izzyacademy/apache-kafka-release-party
>>>> >
>>>> > *YouTube Video Explaining the Resources and How to Use It*
>>>> > https://youtu.be/T1VqFszLuQs
>>>> >
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "kafka-clients" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to kafka-clients+unsubscribe@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
David

I have one more question: do we have a Docker Hub account where the Docker
images can be hosted?

I am fine using my personal account but it would be better if it were
something like apache/kafka:3.1.0-rc2 or just kafka/3.1.0-rc2 instead of
izzyacademy/kafka:3.1.0-rc2

I can still use my personal account but it would look better and give
others opportunities to manage the images as well without depending on my
personal Docker Hub account

Your initial feedback was great and I am going to trim the prep process by
prepping some base images to cut down the Docker image build elapsed time

Thank you again

Sincerely
Israel



On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo <is...@gmail.com> wrote:

>
> Thanks for the feedback David. I really appreciate it.
>
> I would work on eliminating some items in the docker container that are
> not needed and making this as a base image that already has
> those dependencies pre-baked.
>
> That could significantly trim the elapsed time between when they fire up
> the container and when they can get started with the validation.
>
> Let me update this and will share another update again soon.
>
> I appreciate this feedback
>
> Thanks.
>
> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
> kafka-clients@googlegroups.com> wrote:
>
>> Hi Israel,
>>
>> Thank you for this initiative.
>>
>> The tool seems pretty cool and I think that it could be useful as well. I
>> haven't tried it yet though.
>>
>> I just watched the video and I found the part which requires to build
>> the docker container really long, perhaps even longer than the
>> validation itself (running the test apart). Could we simplify this?
>>
>> Automating the validation process is a great and risky thing at the
>> same time. Imagine if we would introduce a bug in the scripts. We
>> could all miss an issue in the RC. This is the advantage of our
>> current, boring and manual process. I feel like we would always
>> need some sort of manual sanity checks anyway.
>>
>> It is hard to say if this will really help to have more people validating
>> the release candidates. However, we could advertise it again when
>> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
>> it helps folks.
>>
>> Cheers,
>> David
>>
>> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com> wrote:
>>
>>> Hello Everyone,
>>>
>>> Please take a moment to review this and share your thoughts. It would be
>>> great to have more community involvement during release candidate
>>> validations
>>>
>>> I am wondering if this should be split up between the site docs repo and
>>> the core code repo or just in the code repo
>>>
>>> Should we include this in future release candidate voting notifications
>>> to
>>> the community?
>>>
>>> Also do you think we even need this at all?
>>>
>>> When you have a moment please let me know
>>>
>>> Thanks
>>>
>>>
>>>
>>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com>
>>> wrote:
>>>
>>> > Before you Vote for Apache Kafka RCs, Watch This!
>>> >
>>> > https://youtu.be/T1VqFszLuQs
>>> >
>>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>>> > Party!
>>> >
>>> > As part of an effort (KAFKA-9861) to get more community participation
>>> > during release candidate (RC) validations, we have created the
>>> following
>>> > steps to hopefully allow more community members to participate
>>> thoroughly
>>> > in this validation process prior to casting their votes for specific
>>> RCs.
>>> >
>>> > It is also our hope that more community members will be able to
>>> > participate in the process as a result. If you have any suggestions for
>>> > improvement or would like to share changes, please feel free to send
>>> in a
>>> > pull request or open issues against this github repo.
>>> >
>>> > I would like to solicit feedback from the users, community members,
>>> > committers and PMC members on how this can be incorporated into the
>>> release
>>> > process and AK code base.
>>> >
>>> > My initial thoughts are to include the link to this resource or its
>>> > modified form as part of the release candidate announcement to
>>> encourage
>>> > users to participate in the RC validation process.
>>> >
>>> > Thanks in advance for your participation.
>>> >
>>> > *Process Simplification - Community Validation of Kafka Release
>>> Candidates*
>>> > https://issues.apache.org/jira/browse/KAFKA-9861
>>> >
>>> > *Github Repository Accompanying this Tutorial*
>>> > https://github.com/izzyacademy/apache-kafka-release-party
>>> >
>>> > *YouTube Video Explaining the Resources and How to Use It*
>>> > https://youtu.be/T1VqFszLuQs
>>> >
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "kafka-clients" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to kafka-clients+unsubscribe@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
David

I have one more question: do we have a Docker Hub account where the Docker
images can be hosted?

I am fine using my personal account but it would be better if it were
something like apache/kafka:3.1.0-rc2 or just kafka/3.1.0-rc2 instead of
izzyacademy/kafka:3.1.0-rc2

I can still use my personal account but it would look better and give
others opportunities to manage the images as well without depending on my
personal Docker Hub account

Your initial feedback was great and I am going to trim the prep process by
prepping some base images to cut down the Docker image build elapsed time

Thank you again

Sincerely
Israel



On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo <is...@gmail.com> wrote:

>
> Thanks for the feedback David. I really appreciate it.
>
> I would work on eliminating some items in the docker container that are
> not needed and making this as a base image that already has
> those dependencies pre-baked.
>
> That could significantly trim the elapsed time between when they fire up
> the container and when they can get started with the validation.
>
> Let me update this and will share another update again soon.
>
> I appreciate this feedback
>
> Thanks.
>
> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
> kafka-clients@googlegroups.com> wrote:
>
>> Hi Israel,
>>
>> Thank you for this initiative.
>>
>> The tool seems pretty cool and I think that it could be useful as well. I
>> haven't tried it yet though.
>>
>> I just watched the video and I found the part which requires to build
>> the docker container really long, perhaps even longer than the
>> validation itself (running the test apart). Could we simplify this?
>>
>> Automating the validation process is a great and risky thing at the
>> same time. Imagine if we would introduce a bug in the scripts. We
>> could all miss an issue in the RC. This is the advantage of our
>> current, boring and manual process. I feel like we would always
>> need some sort of manual sanity checks anyway.
>>
>> It is hard to say if this will really help to have more people validating
>> the release candidates. However, we could advertise it again when
>> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
>> it helps folks.
>>
>> Cheers,
>> David
>>
>> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com> wrote:
>>
>>> Hello Everyone,
>>>
>>> Please take a moment to review this and share your thoughts. It would be
>>> great to have more community involvement during release candidate
>>> validations
>>>
>>> I am wondering if this should be split up between the site docs repo and
>>> the core code repo or just in the code repo
>>>
>>> Should we include this in future release candidate voting notifications
>>> to
>>> the community?
>>>
>>> Also do you think we even need this at all?
>>>
>>> When you have a moment please let me know
>>>
>>> Thanks
>>>
>>>
>>>
>>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com>
>>> wrote:
>>>
>>> > Before you Vote for Apache Kafka RCs, Watch This!
>>> >
>>> > https://youtu.be/T1VqFszLuQs
>>> >
>>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>>> > Party!
>>> >
>>> > As part of an effort (KAFKA-9861) to get more community participation
>>> > during release candidate (RC) validations, we have created the
>>> following
>>> > steps to hopefully allow more community members to participate
>>> thoroughly
>>> > in this validation process prior to casting their votes for specific
>>> RCs.
>>> >
>>> > It is also our hope that more community members will be able to
>>> > participate in the process as a result. If you have any suggestions for
>>> > improvement or would like to share changes, please feel free to send
>>> in a
>>> > pull request or open issues against this github repo.
>>> >
>>> > I would like to solicit feedback from the users, community members,
>>> > committers and PMC members on how this can be incorporated into the
>>> release
>>> > process and AK code base.
>>> >
>>> > My initial thoughts are to include the link to this resource or its
>>> > modified form as part of the release candidate announcement to
>>> encourage
>>> > users to participate in the RC validation process.
>>> >
>>> > Thanks in advance for your participation.
>>> >
>>> > *Process Simplification - Community Validation of Kafka Release
>>> Candidates*
>>> > https://issues.apache.org/jira/browse/KAFKA-9861
>>> >
>>> > *Github Repository Accompanying this Tutorial*
>>> > https://github.com/izzyacademy/apache-kafka-release-party
>>> >
>>> > *YouTube Video Explaining the Resources and How to Use It*
>>> > https://youtu.be/T1VqFszLuQs
>>> >
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "kafka-clients" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to kafka-clients+unsubscribe@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Thanks for the feedback David. I really appreciate it.

I would work on eliminating some items in the docker container that are not
needed and making this as a base image that already has those dependencies
pre-baked.

That could significantly trim the elapsed time between when they fire up
the container and when they can get started with the validation.

Let me update this and will share another update again soon.

I appreciate this feedback

Thanks.

On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
kafka-clients@googlegroups.com> wrote:

> Hi Israel,
>
> Thank you for this initiative.
>
> The tool seems pretty cool and I think that it could be useful as well. I
> haven't tried it yet though.
>
> I just watched the video and I found the part which requires to build
> the docker container really long, perhaps even longer than the
> validation itself (running the test apart). Could we simplify this?
>
> Automating the validation process is a great and risky thing at the
> same time. Imagine if we would introduce a bug in the scripts. We
> could all miss an issue in the RC. This is the advantage of our
> current, boring and manual process. I feel like we would always
> need some sort of manual sanity checks anyway.
>
> It is hard to say if this will really help to have more people validating
> the release candidates. However, we could advertise it again when
> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
> it helps folks.
>
> Cheers,
> David
>
> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com> wrote:
>
>> Hello Everyone,
>>
>> Please take a moment to review this and share your thoughts. It would be
>> great to have more community involvement during release candidate
>> validations
>>
>> I am wondering if this should be split up between the site docs repo and
>> the core code repo or just in the code repo
>>
>> Should we include this in future release candidate voting notifications to
>> the community?
>>
>> Also do you think we even need this at all?
>>
>> When you have a moment please let me know
>>
>> Thanks
>>
>>
>>
>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com> wrote:
>>
>> > Before you Vote for Apache Kafka RCs, Watch This!
>> >
>> > https://youtu.be/T1VqFszLuQs
>> >
>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>> > Party!
>> >
>> > As part of an effort (KAFKA-9861) to get more community participation
>> > during release candidate (RC) validations, we have created the following
>> > steps to hopefully allow more community members to participate
>> thoroughly
>> > in this validation process prior to casting their votes for specific
>> RCs.
>> >
>> > It is also our hope that more community members will be able to
>> > participate in the process as a result. If you have any suggestions for
>> > improvement or would like to share changes, please feel free to send in
>> a
>> > pull request or open issues against this github repo.
>> >
>> > I would like to solicit feedback from the users, community members,
>> > committers and PMC members on how this can be incorporated into the
>> release
>> > process and AK code base.
>> >
>> > My initial thoughts are to include the link to this resource or its
>> > modified form as part of the release candidate announcement to encourage
>> > users to participate in the RC validation process.
>> >
>> > Thanks in advance for your participation.
>> >
>> > *Process Simplification - Community Validation of Kafka Release
>> Candidates*
>> > https://issues.apache.org/jira/browse/KAFKA-9861
>> >
>> > *Github Repository Accompanying this Tutorial*
>> > https://github.com/izzyacademy/apache-kafka-release-party
>> >
>> > *YouTube Video Explaining the Resources and How to Use It*
>> > https://youtu.be/T1VqFszLuQs
>> >
>>
> --
> You received this message because you are subscribed to the Google Groups
> "kafka-clients" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kafka-clients+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Thanks for the feedback David. I really appreciate it.

I would work on eliminating some items in the docker container that are not
needed and making this as a base image that already has those dependencies
pre-baked.

That could significantly trim the elapsed time between when they fire up
the container and when they can get started with the validation.

Let me update this and will share another update again soon.

I appreciate this feedback

Thanks.

On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-clients <
kafka-clients@googlegroups.com> wrote:

> Hi Israel,
>
> Thank you for this initiative.
>
> The tool seems pretty cool and I think that it could be useful as well. I
> haven't tried it yet though.
>
> I just watched the video and I found the part which requires to build
> the docker container really long, perhaps even longer than the
> validation itself (running the test apart). Could we simplify this?
>
> Automating the validation process is a great and risky thing at the
> same time. Imagine if we would introduce a bug in the scripts. We
> could all miss an issue in the RC. This is the advantage of our
> current, boring and manual process. I feel like we would always
> need some sort of manual sanity checks anyway.
>
> It is hard to say if this will really help to have more people validating
> the release candidates. However, we could advertise it again when
> we publish RCs for 3.1.0, by mentioning it in the thread, and see if
> it helps folks.
>
> Cheers,
> David
>
> On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com> wrote:
>
>> Hello Everyone,
>>
>> Please take a moment to review this and share your thoughts. It would be
>> great to have more community involvement during release candidate
>> validations
>>
>> I am wondering if this should be split up between the site docs repo and
>> the core code repo or just in the code repo
>>
>> Should we include this in future release candidate voting notifications to
>> the community?
>>
>> Also do you think we even need this at all?
>>
>> When you have a moment please let me know
>>
>> Thanks
>>
>>
>>
>> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com> wrote:
>>
>> > Before you Vote for Apache Kafka RCs, Watch This!
>> >
>> > https://youtu.be/T1VqFszLuQs
>> >
>> > Hello Kafka Community Members and welcome to the Apache Kafka Release
>> > Party!
>> >
>> > As part of an effort (KAFKA-9861) to get more community participation
>> > during release candidate (RC) validations, we have created the following
>> > steps to hopefully allow more community members to participate
>> thoroughly
>> > in this validation process prior to casting their votes for specific
>> RCs.
>> >
>> > It is also our hope that more community members will be able to
>> > participate in the process as a result. If you have any suggestions for
>> > improvement or would like to share changes, please feel free to send in
>> a
>> > pull request or open issues against this github repo.
>> >
>> > I would like to solicit feedback from the users, community members,
>> > committers and PMC members on how this can be incorporated into the
>> release
>> > process and AK code base.
>> >
>> > My initial thoughts are to include the link to this resource or its
>> > modified form as part of the release candidate announcement to encourage
>> > users to participate in the RC validation process.
>> >
>> > Thanks in advance for your participation.
>> >
>> > *Process Simplification - Community Validation of Kafka Release
>> Candidates*
>> > https://issues.apache.org/jira/browse/KAFKA-9861
>> >
>> > *Github Repository Accompanying this Tutorial*
>> > https://github.com/izzyacademy/apache-kafka-release-party
>> >
>> > *YouTube Video Explaining the Resources and How to Use It*
>> > https://youtu.be/T1VqFszLuQs
>> >
>>
> --
> You received this message because you are subscribed to the Google Groups
> "kafka-clients" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kafka-clients+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com
> <https://groups.google.com/d/msgid/kafka-clients/CAHn4u3ucrahgCKG8RACpj%2B302dZeYQCKk9LBqvQ_cR4xPzEQKA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by David Jacot <dj...@confluent.io.INVALID>.
Hi Israel,

Thank you for this initiative.

The tool seems pretty cool and I think that it could be useful as well. I
haven't tried it yet though.

I just watched the video and I found the part which requires to build
the docker container really long, perhaps even longer than the
validation itself (running the test apart). Could we simplify this?

Automating the validation process is a great and risky thing at the
same time. Imagine if we would introduce a bug in the scripts. We
could all miss an issue in the RC. This is the advantage of our
current, boring and manual process. I feel like we would always
need some sort of manual sanity checks anyway.

It is hard to say if this will really help to have more people validating
the release candidates. However, we could advertise it again when
we publish RCs for 3.1.0, by mentioning it in the thread, and see if
it helps folks.

Cheers,
David

On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com> wrote:

> Hello Everyone,
>
> Please take a moment to review this and share your thoughts. It would be
> great to have more community involvement during release candidate
> validations
>
> I am wondering if this should be split up between the site docs repo and
> the core code repo or just in the code repo
>
> Should we include this in future release candidate voting notifications to
> the community?
>
> Also do you think we even need this at all?
>
> When you have a moment please let me know
>
> Thanks
>
>
>
> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com> wrote:
>
> > Before you Vote for Apache Kafka RCs, Watch This!
> >
> > https://youtu.be/T1VqFszLuQs
> >
> > Hello Kafka Community Members and welcome to the Apache Kafka Release
> > Party!
> >
> > As part of an effort (KAFKA-9861) to get more community participation
> > during release candidate (RC) validations, we have created the following
> > steps to hopefully allow more community members to participate thoroughly
> > in this validation process prior to casting their votes for specific RCs.
> >
> > It is also our hope that more community members will be able to
> > participate in the process as a result. If you have any suggestions for
> > improvement or would like to share changes, please feel free to send in a
> > pull request or open issues against this github repo.
> >
> > I would like to solicit feedback from the users, community members,
> > committers and PMC members on how this can be incorporated into the
> release
> > process and AK code base.
> >
> > My initial thoughts are to include the link to this resource or its
> > modified form as part of the release candidate announcement to encourage
> > users to participate in the RC validation process.
> >
> > Thanks in advance for your participation.
> >
> > *Process Simplification - Community Validation of Kafka Release
> Candidates*
> > https://issues.apache.org/jira/browse/KAFKA-9861
> >
> > *Github Repository Accompanying this Tutorial*
> > https://github.com/izzyacademy/apache-kafka-release-party
> >
> > *YouTube Video Explaining the Resources and How to Use It*
> > https://youtu.be/T1VqFszLuQs
> >
>

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by David Jacot <dj...@confluent.io.INVALID>.
Hi Israel,

Thank you for this initiative.

The tool seems pretty cool and I think that it could be useful as well. I
haven't tried it yet though.

I just watched the video and I found the part which requires to build
the docker container really long, perhaps even longer than the
validation itself (running the test apart). Could we simplify this?

Automating the validation process is a great and risky thing at the
same time. Imagine if we would introduce a bug in the scripts. We
could all miss an issue in the RC. This is the advantage of our
current, boring and manual process. I feel like we would always
need some sort of manual sanity checks anyway.

It is hard to say if this will really help to have more people validating
the release candidates. However, we could advertise it again when
we publish RCs for 3.1.0, by mentioning it in the thread, and see if
it helps folks.

Cheers,
David

On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo <is...@gmail.com> wrote:

> Hello Everyone,
>
> Please take a moment to review this and share your thoughts. It would be
> great to have more community involvement during release candidate
> validations
>
> I am wondering if this should be split up between the site docs repo and
> the core code repo or just in the code repo
>
> Should we include this in future release candidate voting notifications to
> the community?
>
> Also do you think we even need this at all?
>
> When you have a moment please let me know
>
> Thanks
>
>
>
> On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com> wrote:
>
> > Before you Vote for Apache Kafka RCs, Watch This!
> >
> > https://youtu.be/T1VqFszLuQs
> >
> > Hello Kafka Community Members and welcome to the Apache Kafka Release
> > Party!
> >
> > As part of an effort (KAFKA-9861) to get more community participation
> > during release candidate (RC) validations, we have created the following
> > steps to hopefully allow more community members to participate thoroughly
> > in this validation process prior to casting their votes for specific RCs.
> >
> > It is also our hope that more community members will be able to
> > participate in the process as a result. If you have any suggestions for
> > improvement or would like to share changes, please feel free to send in a
> > pull request or open issues against this github repo.
> >
> > I would like to solicit feedback from the users, community members,
> > committers and PMC members on how this can be incorporated into the
> release
> > process and AK code base.
> >
> > My initial thoughts are to include the link to this resource or its
> > modified form as part of the release candidate announcement to encourage
> > users to participate in the RC validation process.
> >
> > Thanks in advance for your participation.
> >
> > *Process Simplification - Community Validation of Kafka Release
> Candidates*
> > https://issues.apache.org/jira/browse/KAFKA-9861
> >
> > *Github Repository Accompanying this Tutorial*
> > https://github.com/izzyacademy/apache-kafka-release-party
> >
> > *YouTube Video Explaining the Resources and How to Use It*
> > https://youtu.be/T1VqFszLuQs
> >
>

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Hello Everyone,

Please take a moment to review this and share your thoughts. It would be
great to have more community involvement during release candidate
validations

I am wondering if this should be split up between the site docs repo and
the core code repo or just in the code repo

Should we include this in future release candidate voting notifications to
the community?

Also do you think we even need this at all?

When you have a moment please let me know

Thanks



On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com> wrote:

> Before you Vote for Apache Kafka RCs, Watch This!
>
> https://youtu.be/T1VqFszLuQs
>
> Hello Kafka Community Members and welcome to the Apache Kafka Release
> Party!
>
> As part of an effort (KAFKA-9861) to get more community participation
> during release candidate (RC) validations, we have created the following
> steps to hopefully allow more community members to participate thoroughly
> in this validation process prior to casting their votes for specific RCs.
>
> It is also our hope that more community members will be able to
> participate in the process as a result. If you have any suggestions for
> improvement or would like to share changes, please feel free to send in a
> pull request or open issues against this github repo.
>
> I would like to solicit feedback from the users, community members,
> committers and PMC members on how this can be incorporated into the release
> process and AK code base.
>
> My initial thoughts are to include the link to this resource or its
> modified form as part of the release candidate announcement to encourage
> users to participate in the RC validation process.
>
> Thanks in advance for your participation.
>
> *Process Simplification - Community Validation of Kafka Release Candidates*
> https://issues.apache.org/jira/browse/KAFKA-9861
>
> *Github Repository Accompanying this Tutorial*
> https://github.com/izzyacademy/apache-kafka-release-party
>
> *YouTube Video Explaining the Resources and How to Use It*
> https://youtu.be/T1VqFszLuQs
>

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Hello Everyone,

Please take a moment to review this and share your thoughts. It would be
great to have more community involvement during release candidate
validations

I am wondering if this should be split up between the site docs repo and
the core code repo or just in the code repo

Should we include this in future release candidate voting notifications to
the community?

Also do you think we even need this at all?

When you have a moment please let me know

Thanks



On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo <is...@gmail.com> wrote:

> Before you Vote for Apache Kafka RCs, Watch This!
>
> https://youtu.be/T1VqFszLuQs
>
> Hello Kafka Community Members and welcome to the Apache Kafka Release
> Party!
>
> As part of an effort (KAFKA-9861) to get more community participation
> during release candidate (RC) validations, we have created the following
> steps to hopefully allow more community members to participate thoroughly
> in this validation process prior to casting their votes for specific RCs.
>
> It is also our hope that more community members will be able to
> participate in the process as a result. If you have any suggestions for
> improvement or would like to share changes, please feel free to send in a
> pull request or open issues against this github repo.
>
> I would like to solicit feedback from the users, community members,
> committers and PMC members on how this can be incorporated into the release
> process and AK code base.
>
> My initial thoughts are to include the link to this resource or its
> modified form as part of the release candidate announcement to encourage
> users to participate in the RC validation process.
>
> Thanks in advance for your participation.
>
> *Process Simplification - Community Validation of Kafka Release Candidates*
> https://issues.apache.org/jira/browse/KAFKA-9861
>
> *Github Repository Accompanying this Tutorial*
> https://github.com/izzyacademy/apache-kafka-release-party
>
> *YouTube Video Explaining the Resources and How to Use It*
> https://youtu.be/T1VqFszLuQs
>

[DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Before you Vote for Apache Kafka RCs, Watch This!

https://youtu.be/T1VqFszLuQs

Hello Kafka Community Members and welcome to the Apache Kafka Release Party!

As part of an effort (KAFKA-9861) to get more community participation
during release candidate (RC) validations, we have created the following
steps to hopefully allow more community members to participate thoroughly
in this validation process prior to casting their votes for specific RCs.

It is also our hope that more community members will be able to participate
in the process as a result. If you have any suggestions for improvement or
would like to share changes, please feel free to send in a pull request or
open issues against this github repo.

I would like to solicit feedback from the users, community members,
committers and PMC members on how this can be incorporated into the release
process and AK code base.

My initial thoughts are to include the link to this resource or its
modified form as part of the release candidate announcement to encourage
users to participate in the RC validation process.

Thanks in advance for your participation.

*Process Simplification - Community Validation of Kafka Release Candidates*
https://issues.apache.org/jira/browse/KAFKA-9861

*Github Repository Accompanying this Tutorial*
https://github.com/izzyacademy/apache-kafka-release-party

*YouTube Video Explaining the Resources and How to Use It*
https://youtu.be/T1VqFszLuQs

Re: [VOTE] 2.8.1 RC1

Posted by Randall Hauch <rh...@apache.org>.
Thanks for generating a new RC1 with the corrected site docs, David.

I was able to successfully complete the following:

- Installed 2.8.1 RC0 and performed quickstart for broker and Connect
- Verified signatures and checksums
- Verified the tag
- Manually compared the release notes to JIRA
- Build release archive from the tag, ran Connect tests, installed locally,
and ran a portion of quickstart
- Manually spotchecked the Javadocs
- Verified the site docs at https://kafka.apache.org/28/documentation.html
has corrected version references, except for the tar and cd commands in
step 1 of the https://kafka.apache.org/28/documentation.html#quickstart.

I think that last issue is minor and not worth another RC, since the other
version references in https://kafka.apache.org/28/documentation.html do
reference 2.8.1 and we can easily fix it on the website, optionally as part
of the other post-vote changes to the site.

So I'm +1 (binding)

Best regards,

Randall

On Tue, Sep 14, 2021 at 8:39 AM David Jacot <dj...@confluent.io.invalid>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the second candidate for release of Apache Kafka 2.8.1.
>
> Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the 2.8.0
> release. Please see the release notes for more information.
>
> Release notes for the 2.8.1 release:
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/RELEASE_NOTES.html
>
> *** Please download, test and vote by Friday, September 17, 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-2.8.1-rc1/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~dajac/kafka-2.8.1-rc1/javadoc/
>
> * Tag to be voted upon (off 2.8 branch) is the 2.8.1 tag:
> https://github.com/apache/kafka/releases/tag/2.8.1-rc1
>
> * Documentation:
> https://kafka.apache.org/28/documentation.html
>
> * Protocol:
> https://kafka.apache.org/28/protocol.html
>
> * Successful Jenkins builds for the 2.8 branch:
> Unit/integration tests:
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/2.8/80/
> System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/2.8/214/
>
> /**************************************
>
> Thanks,
> David
>

[DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

Posted by Israel Ekpo <is...@gmail.com>.
Before you Vote for Apache Kafka RCs, Watch This!

https://youtu.be/T1VqFszLuQs

Hello Kafka Community Members and welcome to the Apache Kafka Release Party!

As part of an effort (KAFKA-9861) to get more community participation
during release candidate (RC) validations, we have created the following
steps to hopefully allow more community members to participate thoroughly
in this validation process prior to casting their votes for specific RCs.

It is also our hope that more community members will be able to participate
in the process as a result. If you have any suggestions for improvement or
would like to share changes, please feel free to send in a pull request or
open issues against this github repo.

I would like to solicit feedback from the users, community members,
committers and PMC members on how this can be incorporated into the release
process and AK code base.

My initial thoughts are to include the link to this resource or its
modified form as part of the release candidate announcement to encourage
users to participate in the RC validation process.

Thanks in advance for your participation.

*Process Simplification - Community Validation of Kafka Release Candidates*
https://issues.apache.org/jira/browse/KAFKA-9861

*Github Repository Accompanying this Tutorial*
https://github.com/izzyacademy/apache-kafka-release-party

*YouTube Video Explaining the Resources and How to Use It*
https://youtu.be/T1VqFszLuQs