You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Dong Lin <li...@gmail.com> on 2018/10/24 08:16:47 UTC

[VOTE] 2.1.0 RC0

Hello Kafka users, developers and client-developers,

This is the first candidate for feature release of Apache Kafka 2.1.0.

This is a major version release of Apache Kafka. It includes 28 new KIPs and

critical bug fixes. Please see the Kafka 2.1.0 release plan for more
details:

*https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
<https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044>

Here are a few notable highlights:

- Java 11 support
- Support for Zstandard, which achieves compression comparable to gzip with
higher compression and especially decompression speeds(KIP-110)
- Avoid expiring committed offsets for active consumer group (KIP-211)
- Provide Intuitive User Timeouts in The Producer (KIP-91)
- Kafka's replication protocol now supports improved fencing of zombies.
Previously, under certain rare conditions, if a broker became partitioned
from Zookeeper but not the rest of the cluster, then the logs of replicated
partitions could diverge and cause data loss in the worst case (KIP-320)
- Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
- Admin script and admin client API improvements to simplify admin
operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
- DNS handling improvements (KIP-235, KIP-302)

Release notes for the 2.1.0 release:
http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html

*** Please download, test and vote ***

* Kafka's KEYS file containing PGP keys we use to sign the release:
http://kafka.apache.org/KEYS

* Release artifacts to be voted upon (source and binary):
http://home.apache.org/~lindong/kafka-2.1.0-rc0/

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

* Javadoc:
http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/

* Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
https://github.com/apache/kafka/tree/2.1.0-rc0

* Documentation:
*http://kafka.apache.org/21/documentation.html*
<http://kafka.apache.org/21/documentation.html>

* Protocol:
http://kafka.apache.org/21/protocol.html

* Successful Jenkins builds for the 2.1 branch:
Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
<https://builds.apache.org/job/kafka-2.1-jdk8/38/>*

Please test and verify the release artifacts and submit a vote for this RC,
or report any issues so we can fix them and get a new RC out ASAP. Although
this release vote requires PMC votes to pass, testing, votes, and bug
reports are valuable and appreciated from everyone.

Cheers,
Dong

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey everyone,

Thanks for your help with testing the release! It has taken us some time to
validate the system tests for 2.1.0, fix flaky test and discuss/fix upgrade
note. All these issues are resolved now.

I have started another email thread to vote for 2.1.0 RC1. Please help test
and vote for RC1 when you get time. Hopefully we can officially release
Apache Kafka 2.1.0 next week.

Cheers,
Dong

On Tue, Nov 6, 2018 at 11:28 AM Dong Lin <li...@gmail.com> wrote:

> Hey Satish,
>
> Yes! We will have another RC to include e.g.
> https://github.com/apache/kafka/pull/5857.
>
> Thanks,
> Dong
>
> On Mon, Nov 5, 2018 at 8:14 PM Satish Duggana <sa...@gmail.com>
> wrote:
>
>> Hi Dong,
>> Is there a RC1 planned with configs documentation fixes and
>> https://github.com/apache/kafka/pull/5857 ?
>>
>> Thanks,
>> Satish.
>> On Thu, Nov 1, 2018 at 4:05 PM Jakub Scholz <ja...@scholz.cz> wrote:
>> >
>> > +1 (non-binding) ... I used the staged binaries and checked it with
>> > different clients.
>> >
>> > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
>> >
>> > > Hello Kafka users, developers and client-developers,
>> > >
>> > > This is the first candidate for feature release of Apache Kafka 2.1.0.
>> > >
>> > > This is a major version release of Apache Kafka. It includes 28 new
>> KIPs
>> > > and
>> > >
>> > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
>> > > details:
>> > >
>> > > *
>> > >
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
>> > > <
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
>> > > >
>> > >
>> > > Here are a few notable highlights:
>> > >
>> > > - Java 11 support
>> > > - Support for Zstandard, which achieves compression comparable to
>> gzip with
>> > > higher compression and especially decompression speeds(KIP-110)
>> > > - Avoid expiring committed offsets for active consumer group (KIP-211)
>> > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
>> > > - Kafka's replication protocol now supports improved fencing of
>> zombies.
>> > > Previously, under certain rare conditions, if a broker became
>> partitioned
>> > > from Zookeeper but not the rest of the cluster, then the logs of
>> replicated
>> > > partitions could diverge and cause data loss in the worst case
>> (KIP-320)
>> > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
>> KIP-356)
>> > > - Admin script and admin client API improvements to simplify admin
>> > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
>> > > - DNS handling improvements (KIP-235, KIP-302)
>> > >
>> > > Release notes for the 2.1.0 release:
>> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>> > >
>> > > *** Please download, test and vote ***
>> > >
>> > > * Kafka's KEYS file containing PGP keys we use to sign the release:
>> > > http://kafka.apache.org/KEYS
>> > >
>> > > * Release artifacts to be voted upon (source and binary):
>> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>> > >
>> > > * Maven artifacts to be voted upon:
>> > > https://repository.apache.org/content/groups/staging/
>> > >
>> > > * Javadoc:
>> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>> > >
>> > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
>> > > https://github.com/apache/kafka/tree/2.1.0-rc0
>> > >
>> > > * Documentation:
>> > > *http://kafka.apache.org/21/documentation.html*
>> > > <http://kafka.apache.org/21/documentation.html>
>> > >
>> > > * Protocol:
>> > > http://kafka.apache.org/21/protocol.html
>> > >
>> > > * Successful Jenkins builds for the 2.1 branch:
>> > > Unit/integration tests: *
>> https://builds.apache.org/job/kafka-2.1-jdk8/38/
>> > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>> > >
>> > > Please test and verify the release artifacts and submit a vote for
>> this RC,
>> > > or report any issues so we can fix them and get a new RC out ASAP.
>> Although
>> > > this release vote requires PMC votes to pass, testing, votes, and bug
>> > > reports are valuable and appreciated from everyone.
>> > >
>> > > Cheers,
>> > > Dong
>> > >
>>
>

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey everyone,

Thanks for your help with testing the release! It has taken us some time to
validate the system tests for 2.1.0, fix flaky test and discuss/fix upgrade
note. All these issues are resolved now.

I have started another email thread to vote for 2.1.0 RC1. Please help test
and vote for RC1 when you get time. Hopefully we can officially release
Apache Kafka 2.1.0 next week.

Cheers,
Dong

On Tue, Nov 6, 2018 at 11:28 AM Dong Lin <li...@gmail.com> wrote:

> Hey Satish,
>
> Yes! We will have another RC to include e.g.
> https://github.com/apache/kafka/pull/5857.
>
> Thanks,
> Dong
>
> On Mon, Nov 5, 2018 at 8:14 PM Satish Duggana <sa...@gmail.com>
> wrote:
>
>> Hi Dong,
>> Is there a RC1 planned with configs documentation fixes and
>> https://github.com/apache/kafka/pull/5857 ?
>>
>> Thanks,
>> Satish.
>> On Thu, Nov 1, 2018 at 4:05 PM Jakub Scholz <ja...@scholz.cz> wrote:
>> >
>> > +1 (non-binding) ... I used the staged binaries and checked it with
>> > different clients.
>> >
>> > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
>> >
>> > > Hello Kafka users, developers and client-developers,
>> > >
>> > > This is the first candidate for feature release of Apache Kafka 2.1.0.
>> > >
>> > > This is a major version release of Apache Kafka. It includes 28 new
>> KIPs
>> > > and
>> > >
>> > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
>> > > details:
>> > >
>> > > *
>> > >
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
>> > > <
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
>> > > >
>> > >
>> > > Here are a few notable highlights:
>> > >
>> > > - Java 11 support
>> > > - Support for Zstandard, which achieves compression comparable to
>> gzip with
>> > > higher compression and especially decompression speeds(KIP-110)
>> > > - Avoid expiring committed offsets for active consumer group (KIP-211)
>> > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
>> > > - Kafka's replication protocol now supports improved fencing of
>> zombies.
>> > > Previously, under certain rare conditions, if a broker became
>> partitioned
>> > > from Zookeeper but not the rest of the cluster, then the logs of
>> replicated
>> > > partitions could diverge and cause data loss in the worst case
>> (KIP-320)
>> > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
>> KIP-356)
>> > > - Admin script and admin client API improvements to simplify admin
>> > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
>> > > - DNS handling improvements (KIP-235, KIP-302)
>> > >
>> > > Release notes for the 2.1.0 release:
>> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>> > >
>> > > *** Please download, test and vote ***
>> > >
>> > > * Kafka's KEYS file containing PGP keys we use to sign the release:
>> > > http://kafka.apache.org/KEYS
>> > >
>> > > * Release artifacts to be voted upon (source and binary):
>> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>> > >
>> > > * Maven artifacts to be voted upon:
>> > > https://repository.apache.org/content/groups/staging/
>> > >
>> > > * Javadoc:
>> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>> > >
>> > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
>> > > https://github.com/apache/kafka/tree/2.1.0-rc0
>> > >
>> > > * Documentation:
>> > > *http://kafka.apache.org/21/documentation.html*
>> > > <http://kafka.apache.org/21/documentation.html>
>> > >
>> > > * Protocol:
>> > > http://kafka.apache.org/21/protocol.html
>> > >
>> > > * Successful Jenkins builds for the 2.1 branch:
>> > > Unit/integration tests: *
>> https://builds.apache.org/job/kafka-2.1-jdk8/38/
>> > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>> > >
>> > > Please test and verify the release artifacts and submit a vote for
>> this RC,
>> > > or report any issues so we can fix them and get a new RC out ASAP.
>> Although
>> > > this release vote requires PMC votes to pass, testing, votes, and bug
>> > > reports are valuable and appreciated from everyone.
>> > >
>> > > Cheers,
>> > > Dong
>> > >
>>
>

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey Satish,

Yes! We will have another RC to include e.g.
https://github.com/apache/kafka/pull/5857.

Thanks,
Dong

On Mon, Nov 5, 2018 at 8:14 PM Satish Duggana <sa...@gmail.com>
wrote:

> Hi Dong,
> Is there a RC1 planned with configs documentation fixes and
> https://github.com/apache/kafka/pull/5857 ?
>
> Thanks,
> Satish.
> On Thu, Nov 1, 2018 at 4:05 PM Jakub Scholz <ja...@scholz.cz> wrote:
> >
> > +1 (non-binding) ... I used the staged binaries and checked it with
> > different clients.
> >
> > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the first candidate for feature release of Apache Kafka 2.1.0.
> > >
> > > This is a major version release of Apache Kafka. It includes 28 new
> KIPs
> > > and
> > >
> > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > > details:
> > >
> > > *
> > >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > <
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > >
> > >
> > > Here are a few notable highlights:
> > >
> > > - Java 11 support
> > > - Support for Zstandard, which achieves compression comparable to gzip
> with
> > > higher compression and especially decompression speeds(KIP-110)
> > > - Avoid expiring committed offsets for active consumer group (KIP-211)
> > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > - Kafka's replication protocol now supports improved fencing of
> zombies.
> > > Previously, under certain rare conditions, if a broker became
> partitioned
> > > from Zookeeper but not the rest of the cluster, then the logs of
> replicated
> > > partitions could diverge and cause data loss in the worst case
> (KIP-320)
> > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> KIP-356)
> > > - Admin script and admin client API improvements to simplify admin
> > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > - DNS handling improvements (KIP-235, KIP-302)
> > >
> > > Release notes for the 2.1.0 release:
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote ***
> > >
> > > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > > http://kafka.apache.org/KEYS
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/
> > >
> > > * Javadoc:
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > >
> > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > >
> > > * Documentation:
> > > *http://kafka.apache.org/21/documentation.html*
> > > <http://kafka.apache.org/21/documentation.html>
> > >
> > > * Protocol:
> > > http://kafka.apache.org/21/protocol.html
> > >
> > > * Successful Jenkins builds for the 2.1 branch:
> > > Unit/integration tests: *
> https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > >
> > > Please test and verify the release artifacts and submit a vote for
> this RC,
> > > or report any issues so we can fix them and get a new RC out ASAP.
> Although
> > > this release vote requires PMC votes to pass, testing, votes, and bug
> > > reports are valuable and appreciated from everyone.
> > >
> > > Cheers,
> > > Dong
> > >
>

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey Satish,

Yes! We will have another RC to include e.g.
https://github.com/apache/kafka/pull/5857.

Thanks,
Dong

On Mon, Nov 5, 2018 at 8:14 PM Satish Duggana <sa...@gmail.com>
wrote:

> Hi Dong,
> Is there a RC1 planned with configs documentation fixes and
> https://github.com/apache/kafka/pull/5857 ?
>
> Thanks,
> Satish.
> On Thu, Nov 1, 2018 at 4:05 PM Jakub Scholz <ja...@scholz.cz> wrote:
> >
> > +1 (non-binding) ... I used the staged binaries and checked it with
> > different clients.
> >
> > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the first candidate for feature release of Apache Kafka 2.1.0.
> > >
> > > This is a major version release of Apache Kafka. It includes 28 new
> KIPs
> > > and
> > >
> > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > > details:
> > >
> > > *
> > >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > <
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > >
> > >
> > > Here are a few notable highlights:
> > >
> > > - Java 11 support
> > > - Support for Zstandard, which achieves compression comparable to gzip
> with
> > > higher compression and especially decompression speeds(KIP-110)
> > > - Avoid expiring committed offsets for active consumer group (KIP-211)
> > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > - Kafka's replication protocol now supports improved fencing of
> zombies.
> > > Previously, under certain rare conditions, if a broker became
> partitioned
> > > from Zookeeper but not the rest of the cluster, then the logs of
> replicated
> > > partitions could diverge and cause data loss in the worst case
> (KIP-320)
> > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> KIP-356)
> > > - Admin script and admin client API improvements to simplify admin
> > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > - DNS handling improvements (KIP-235, KIP-302)
> > >
> > > Release notes for the 2.1.0 release:
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote ***
> > >
> > > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > > http://kafka.apache.org/KEYS
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/
> > >
> > > * Javadoc:
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > >
> > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > >
> > > * Documentation:
> > > *http://kafka.apache.org/21/documentation.html*
> > > <http://kafka.apache.org/21/documentation.html>
> > >
> > > * Protocol:
> > > http://kafka.apache.org/21/protocol.html
> > >
> > > * Successful Jenkins builds for the 2.1 branch:
> > > Unit/integration tests: *
> https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > >
> > > Please test and verify the release artifacts and submit a vote for
> this RC,
> > > or report any issues so we can fix them and get a new RC out ASAP.
> Although
> > > this release vote requires PMC votes to pass, testing, votes, and bug
> > > reports are valuable and appreciated from everyone.
> > >
> > > Cheers,
> > > Dong
> > >
>

Re: [VOTE] 2.1.0 RC0

Posted by Satish Duggana <sa...@gmail.com>.
Hi Dong,
Is there a RC1 planned with configs documentation fixes and
https://github.com/apache/kafka/pull/5857 ?

Thanks,
Satish.
On Thu, Nov 1, 2018 at 4:05 PM Jakub Scholz <ja...@scholz.cz> wrote:
>
> +1 (non-binding) ... I used the staged binaries and checked it with
> different clients.
>
> On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the first candidate for feature release of Apache Kafka 2.1.0.
> >
> > This is a major version release of Apache Kafka. It includes 28 new KIPs
> > and
> >
> > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > details:
> >
> > *
> > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > >
> >
> > Here are a few notable highlights:
> >
> > - Java 11 support
> > - Support for Zstandard, which achieves compression comparable to gzip with
> > higher compression and especially decompression speeds(KIP-110)
> > - Avoid expiring committed offsets for active consumer group (KIP-211)
> > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > - Kafka's replication protocol now supports improved fencing of zombies.
> > Previously, under certain rare conditions, if a broker became partitioned
> > from Zookeeper but not the rest of the cluster, then the logs of replicated
> > partitions could diverge and cause data loss in the worst case (KIP-320)
> > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> > - Admin script and admin client API improvements to simplify admin
> > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > - DNS handling improvements (KIP-235, KIP-302)
> >
> > Release notes for the 2.1.0 release:
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> >
> > *** Please download, test and vote ***
> >
> > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > http://kafka.apache.org/KEYS
> >
> > * Release artifacts to be voted upon (source and binary):
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/
> >
> > * Javadoc:
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> >
> > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > https://github.com/apache/kafka/tree/2.1.0-rc0
> >
> > * Documentation:
> > *http://kafka.apache.org/21/documentation.html*
> > <http://kafka.apache.org/21/documentation.html>
> >
> > * Protocol:
> > http://kafka.apache.org/21/protocol.html
> >
> > * Successful Jenkins builds for the 2.1 branch:
> > Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> >
> > Please test and verify the release artifacts and submit a vote for this RC,
> > or report any issues so we can fix them and get a new RC out ASAP. Although
> > this release vote requires PMC votes to pass, testing, votes, and bug
> > reports are valuable and appreciated from everyone.
> >
> > Cheers,
> > Dong
> >

Re: [VOTE] 2.1.0 RC0

Posted by Satish Duggana <sa...@gmail.com>.
Hi Dong,
Is there a RC1 planned with configs documentation fixes and
https://github.com/apache/kafka/pull/5857 ?

Thanks,
Satish.
On Thu, Nov 1, 2018 at 4:05 PM Jakub Scholz <ja...@scholz.cz> wrote:
>
> +1 (non-binding) ... I used the staged binaries and checked it with
> different clients.
>
> On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the first candidate for feature release of Apache Kafka 2.1.0.
> >
> > This is a major version release of Apache Kafka. It includes 28 new KIPs
> > and
> >
> > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > details:
> >
> > *
> > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > >
> >
> > Here are a few notable highlights:
> >
> > - Java 11 support
> > - Support for Zstandard, which achieves compression comparable to gzip with
> > higher compression and especially decompression speeds(KIP-110)
> > - Avoid expiring committed offsets for active consumer group (KIP-211)
> > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > - Kafka's replication protocol now supports improved fencing of zombies.
> > Previously, under certain rare conditions, if a broker became partitioned
> > from Zookeeper but not the rest of the cluster, then the logs of replicated
> > partitions could diverge and cause data loss in the worst case (KIP-320)
> > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> > - Admin script and admin client API improvements to simplify admin
> > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > - DNS handling improvements (KIP-235, KIP-302)
> >
> > Release notes for the 2.1.0 release:
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> >
> > *** Please download, test and vote ***
> >
> > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > http://kafka.apache.org/KEYS
> >
> > * Release artifacts to be voted upon (source and binary):
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/
> >
> > * Javadoc:
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> >
> > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > https://github.com/apache/kafka/tree/2.1.0-rc0
> >
> > * Documentation:
> > *http://kafka.apache.org/21/documentation.html*
> > <http://kafka.apache.org/21/documentation.html>
> >
> > * Protocol:
> > http://kafka.apache.org/21/protocol.html
> >
> > * Successful Jenkins builds for the 2.1 branch:
> > Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> >
> > Please test and verify the release artifacts and submit a vote for this RC,
> > or report any issues so we can fix them and get a new RC out ASAP. Although
> > this release vote requires PMC votes to pass, testing, votes, and bug
> > reports are valuable and appreciated from everyone.
> >
> > Cheers,
> > Dong
> >

Re: [VOTE] 2.1.0 RC0

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 (non-binding) ... I used the staged binaries and checked it with
different clients.

On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the first candidate for feature release of Apache Kafka 2.1.0.
>
> This is a major version release of Apache Kafka. It includes 28 new KIPs
> and
>
> critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> details:
>
> *
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> >
>
> Here are a few notable highlights:
>
> - Java 11 support
> - Support for Zstandard, which achieves compression comparable to gzip with
> higher compression and especially decompression speeds(KIP-110)
> - Avoid expiring committed offsets for active consumer group (KIP-211)
> - Provide Intuitive User Timeouts in The Producer (KIP-91)
> - Kafka's replication protocol now supports improved fencing of zombies.
> Previously, under certain rare conditions, if a broker became partitioned
> from Zookeeper but not the rest of the cluster, then the logs of replicated
> partitions could diverge and cause data loss in the worst case (KIP-320)
> - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> - Admin script and admin client API improvements to simplify admin
> operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> - DNS handling improvements (KIP-235, KIP-302)
>
> Release notes for the 2.1.0 release:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>
> *** Please download, test and vote ***
>
> * Kafka's KEYS file containing PGP keys we use to sign the release:
> http://kafka.apache.org/KEYS
>
> * Release artifacts to be voted upon (source and binary):
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/
>
> * Javadoc:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>
> * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> https://github.com/apache/kafka/tree/2.1.0-rc0
>
> * Documentation:
> *http://kafka.apache.org/21/documentation.html*
> <http://kafka.apache.org/21/documentation.html>
>
> * Protocol:
> http://kafka.apache.org/21/protocol.html
>
> * Successful Jenkins builds for the 2.1 branch:
> Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
> <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>
> Please test and verify the release artifacts and submit a vote for this RC,
> or report any issues so we can fix them and get a new RC out ASAP. Although
> this release vote requires PMC votes to pass, testing, votes, and bug
> reports are valuable and appreciated from everyone.
>
> Cheers,
> Dong
>

Re: [VOTE] 2.1.0 RC0

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 (non-binding) ... I used the staged binaries and checked it with
different clients.

On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the first candidate for feature release of Apache Kafka 2.1.0.
>
> This is a major version release of Apache Kafka. It includes 28 new KIPs
> and
>
> critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> details:
>
> *
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> >
>
> Here are a few notable highlights:
>
> - Java 11 support
> - Support for Zstandard, which achieves compression comparable to gzip with
> higher compression and especially decompression speeds(KIP-110)
> - Avoid expiring committed offsets for active consumer group (KIP-211)
> - Provide Intuitive User Timeouts in The Producer (KIP-91)
> - Kafka's replication protocol now supports improved fencing of zombies.
> Previously, under certain rare conditions, if a broker became partitioned
> from Zookeeper but not the rest of the cluster, then the logs of replicated
> partitions could diverge and cause data loss in the worst case (KIP-320)
> - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> - Admin script and admin client API improvements to simplify admin
> operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> - DNS handling improvements (KIP-235, KIP-302)
>
> Release notes for the 2.1.0 release:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>
> *** Please download, test and vote ***
>
> * Kafka's KEYS file containing PGP keys we use to sign the release:
> http://kafka.apache.org/KEYS
>
> * Release artifacts to be voted upon (source and binary):
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/
>
> * Javadoc:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>
> * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> https://github.com/apache/kafka/tree/2.1.0-rc0
>
> * Documentation:
> *http://kafka.apache.org/21/documentation.html*
> <http://kafka.apache.org/21/documentation.html>
>
> * Protocol:
> http://kafka.apache.org/21/protocol.html
>
> * Successful Jenkins builds for the 2.1 branch:
> Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
> <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>
> Please test and verify the release artifacts and submit a vote for this RC,
> or report any issues so we can fix them and get a new RC out ASAP. Although
> this release vote requires PMC votes to pass, testing, votes, and bug
> reports are valuable and appreciated from everyone.
>
> Cheers,
> Dong
>

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey Mani,

Thanks again for catching this. The issue has been fixed and the configs
are properly displayed in
http://kafka.apache.org/20/documentation.html#producerconfigs now.

Thanks,
Dong

On Fri, Nov 9, 2018 at 3:53 PM Dong Lin <li...@gmail.com> wrote:

> Hey Mani,
>
> Thanks for catching these! Since kafka-site (
> https://github.com/apache/kafka-site) can be updated separately of the
> kafka release, I will file ticket and fix these later.
>
> Thanks,
> Dong
>
> On Fri, Oct 26, 2018 at 6:58 AM Manikumar <ma...@gmail.com>
> wrote:
>
>> minor observation: config sections are empty in the documentation page.
>> http://kafka.apache.org/21/documentation.html#producerconfigs
>>
>> On Wed, Oct 24, 2018 at 10:49 PM Ted Yu <yu...@gmail.com> wrote:
>>
>> > +1
>> >
>> > InternalTopicIntegrationTest failed during test suite run but passed
>> with
>> > rerun.
>> >
>> > On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <andrasbeni@cloudera.com
>> > .invalid>
>> > wrote:
>> >
>> > > +1 (non-binding)
>> > >
>> > > Verified signatures and checksums of release artifacts
>> > > Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12)
>> and
>> > > one built from tag 2.1.0-rc0
>> > >
>> > > Andras
>> > >
>> > > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com>
>> wrote:
>> > >
>> > > > Hello Kafka users, developers and client-developers,
>> > > >
>> > > > This is the first candidate for feature release of Apache Kafka
>> 2.1.0.
>> > > >
>> > > > This is a major version release of Apache Kafka. It includes 28 new
>> > KIPs
>> > > > and
>> > > >
>> > > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
>> > > > details:
>> > > >
>> > > > *
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
>> > > > <
>> > >
>> >
>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
>> > > > >
>> > > >
>> > > > Here are a few notable highlights:
>> > > >
>> > > > - Java 11 support
>> > > > - Support for Zstandard, which achieves compression comparable to
>> gzip
>> > > with
>> > > > higher compression and especially decompression speeds(KIP-110)
>> > > > - Avoid expiring committed offsets for active consumer group
>> (KIP-211)
>> > > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
>> > > > - Kafka's replication protocol now supports improved fencing of
>> > zombies.
>> > > > Previously, under certain rare conditions, if a broker became
>> > partitioned
>> > > > from Zookeeper but not the rest of the cluster, then the logs of
>> > > replicated
>> > > > partitions could diverge and cause data loss in the worst case
>> > (KIP-320)
>> > > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
>> > KIP-356)
>> > > > - Admin script and admin client API improvements to simplify admin
>> > > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
>> > > > - DNS handling improvements (KIP-235, KIP-302)
>> > > >
>> > > > Release notes for the 2.1.0 release:
>> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>> > > >
>> > > > *** Please download, test and vote ***
>> > > >
>> > > > * Kafka's KEYS file containing PGP keys we use to sign the release:
>> > > > http://kafka.apache.org/KEYS
>> > > >
>> > > > * Release artifacts to be voted upon (source and binary):
>> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>> > > >
>> > > > * Maven artifacts to be voted upon:
>> > > > https://repository.apache.org/content/groups/staging/
>> > > >
>> > > > * Javadoc:
>> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>> > > >
>> > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
>> > > > https://github.com/apache/kafka/tree/2.1.0-rc0
>> > > >
>> > > > * Documentation:
>> > > > *http://kafka.apache.org/21/documentation.html*
>> > > > <http://kafka.apache.org/21/documentation.html>
>> > > >
>> > > > * Protocol:
>> > > > http://kafka.apache.org/21/protocol.html
>> > > >
>> > > > * Successful Jenkins builds for the 2.1 branch:
>> > > > Unit/integration tests: *
>> > > https://builds.apache.org/job/kafka-2.1-jdk8/38/
>> > > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>> > > >
>> > > > Please test and verify the release artifacts and submit a vote for
>> this
>> > > RC,
>> > > > or report any issues so we can fix them and get a new RC out ASAP.
>> > > Although
>> > > > this release vote requires PMC votes to pass, testing, votes, and
>> bug
>> > > > reports are valuable and appreciated from everyone.
>> > > >
>> > > > Cheers,
>> > > > Dong
>> > > >
>> > >
>> >
>>
>

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey Mani,

Thanks for catching these! Since kafka-site (
https://github.com/apache/kafka-site) can be updated separately of the
kafka release, I will file ticket and fix these later.

Thanks,
Dong

On Fri, Oct 26, 2018 at 6:58 AM Manikumar <ma...@gmail.com> wrote:

> minor observation: config sections are empty in the documentation page.
> http://kafka.apache.org/21/documentation.html#producerconfigs
>
> On Wed, Oct 24, 2018 at 10:49 PM Ted Yu <yu...@gmail.com> wrote:
>
> > +1
> >
> > InternalTopicIntegrationTest failed during test suite run but passed with
> > rerun.
> >
> > On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <andrasbeni@cloudera.com
> > .invalid>
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > Verified signatures and checksums of release artifacts
> > > Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12)
> and
> > > one built from tag 2.1.0-rc0
> > >
> > > Andras
> > >
> > > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the first candidate for feature release of Apache Kafka
> 2.1.0.
> > > >
> > > > This is a major version release of Apache Kafka. It includes 28 new
> > KIPs
> > > > and
> > > >
> > > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > > > details:
> > > >
> > > > *
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > > <
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > > >
> > > >
> > > > Here are a few notable highlights:
> > > >
> > > > - Java 11 support
> > > > - Support for Zstandard, which achieves compression comparable to
> gzip
> > > with
> > > > higher compression and especially decompression speeds(KIP-110)
> > > > - Avoid expiring committed offsets for active consumer group
> (KIP-211)
> > > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > > - Kafka's replication protocol now supports improved fencing of
> > zombies.
> > > > Previously, under certain rare conditions, if a broker became
> > partitioned
> > > > from Zookeeper but not the rest of the cluster, then the logs of
> > > replicated
> > > > partitions could diverge and cause data loss in the worst case
> > (KIP-320)
> > > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> > KIP-356)
> > > > - Admin script and admin client API improvements to simplify admin
> > > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > > - DNS handling improvements (KIP-235, KIP-302)
> > > >
> > > > Release notes for the 2.1.0 release:
> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test and vote ***
> > > >
> > > > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > > > http://kafka.apache.org/KEYS
> > > >
> > > > * Release artifacts to be voted upon (source and binary):
> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > > https://repository.apache.org/content/groups/staging/
> > > >
> > > > * Javadoc:
> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > > >
> > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > > >
> > > > * Documentation:
> > > > *http://kafka.apache.org/21/documentation.html*
> > > > <http://kafka.apache.org/21/documentation.html>
> > > >
> > > > * Protocol:
> > > > http://kafka.apache.org/21/protocol.html
> > > >
> > > > * Successful Jenkins builds for the 2.1 branch:
> > > > Unit/integration tests: *
> > > https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > > >
> > > > Please test and verify the release artifacts and submit a vote for
> this
> > > RC,
> > > > or report any issues so we can fix them and get a new RC out ASAP.
> > > Although
> > > > this release vote requires PMC votes to pass, testing, votes, and bug
> > > > reports are valuable and appreciated from everyone.
> > > >
> > > > Cheers,
> > > > Dong
> > > >
> > >
> >
>

Re: [VOTE] 2.1.0 RC0

Posted by Dong Lin <li...@gmail.com>.
Hey Eno,

Thanks for the test! Yes https://builds.apache.org/job/kafka-2.1-jdk8 also
shows flaky test. It does not block the release. I will create ticket for
them and we will fix these one by one later.

Thanks,
Dong

On Tue, Oct 30, 2018 at 6:22 AM Eno Thereska <en...@gmail.com> wrote:

> 2 tests failed for me and 4 were skipped when doing ./gradlew test:
>
> Failed tests:
> DeleteTopicTest. testAddPartitionDuringDeleteTopic
> SaslOAuthBearerSslEndToEndAuthorizationTest.
> testNoConsumeWithDescribeAclViaSubscribe
>
> Ignored tests:
> ConsumerBounceTest. testConsumptionWithBrokerFailures
> UncleanLeaderElectionTest. testCleanLeaderElectionDisabledByTopicOverride
> UncleanLeaderElectionTest. testUncleanLeaderElectionDisabled
> DynamicBrokerReconfigurationTest. testAddRemoveSslListener
>
> Thanks
> Eno
>
> On Mon, Oct 29, 2018 at 8:49 AM Magnus Edenhill <ma...@edenhill.se>
> wrote:
>
> > +1 (non-binding)
> >
> > passes librdkafka integration test suite
> >
> > Den fre 26 okt. 2018 kl 15:58 skrev Manikumar <manikumar.reddy@gmail.com
> >:
> >
> > > minor observation: config sections are empty in the documentation page.
> > > http://kafka.apache.org/21/documentation.html#producerconfigs
> > >
> > > On Wed, Oct 24, 2018 at 10:49 PM Ted Yu <yu...@gmail.com> wrote:
> > >
> > > > +1
> > > >
> > > > InternalTopicIntegrationTest failed during test suite run but passed
> > with
> > > > rerun.
> > > >
> > > > On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <andrasbeni@cloudera.com
> > > > .invalid>
> > > > wrote:
> > > >
> > > > > +1 (non-binding)
> > > > >
> > > > > Verified signatures and checksums of release artifacts
> > > > > Performed quickstart steps on rc artifacts (both scala 2.11 and
> 2.12)
> > > and
> > > > > one built from tag 2.1.0-rc0
> > > > >
> > > > > Andras
> > > > >
> > > > > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com>
> > wrote:
> > > > >
> > > > > > Hello Kafka users, developers and client-developers,
> > > > > >
> > > > > > This is the first candidate for feature release of Apache Kafka
> > > 2.1.0.
> > > > > >
> > > > > > This is a major version release of Apache Kafka. It includes 28
> new
> > > > KIPs
> > > > > > and
> > > > > >
> > > > > > critical bug fixes. Please see the Kafka 2.1.0 release plan for
> > more
> > > > > > details:
> > > > > >
> > > > > > *
> > > > > >
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > > > > <
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > > > > >
> > > > > >
> > > > > > Here are a few notable highlights:
> > > > > >
> > > > > > - Java 11 support
> > > > > > - Support for Zstandard, which achieves compression comparable to
> > > gzip
> > > > > with
> > > > > > higher compression and especially decompression speeds(KIP-110)
> > > > > > - Avoid expiring committed offsets for active consumer group
> > > (KIP-211)
> > > > > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > > > > - Kafka's replication protocol now supports improved fencing of
> > > > zombies.
> > > > > > Previously, under certain rare conditions, if a broker became
> > > > partitioned
> > > > > > from Zookeeper but not the rest of the cluster, then the logs of
> > > > > replicated
> > > > > > partitions could diverge and cause data loss in the worst case
> > > > (KIP-320)
> > > > > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> > > > KIP-356)
> > > > > > - Admin script and admin client API improvements to simplify
> admin
> > > > > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > > > > - DNS handling improvements (KIP-235, KIP-302)
> > > > > >
> > > > > > Release notes for the 2.1.0 release:
> > > > > >
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > > > > >
> > > > > > *** Please download, test and vote ***
> > > > > >
> > > > > > * Kafka's KEYS file containing PGP keys we use to sign the
> release:
> > > > > > http://kafka.apache.org/KEYS
> > > > > >
> > > > > > * Release artifacts to be voted upon (source and binary):
> > > > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > > > > >
> > > > > > * Maven artifacts to be voted upon:
> > > > > > https://repository.apache.org/content/groups/staging/
> > > > > >
> > > > > > * Javadoc:
> > > > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > > > > >
> > > > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > > > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > > > > >
> > > > > > * Documentation:
> > > > > > *http://kafka.apache.org/21/documentation.html*
> > > > > > <http://kafka.apache.org/21/documentation.html>
> > > > > >
> > > > > > * Protocol:
> > > > > > http://kafka.apache.org/21/protocol.html
> > > > > >
> > > > > > * Successful Jenkins builds for the 2.1 branch:
> > > > > > Unit/integration tests: *
> > > > > https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > > > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > > > > >
> > > > > > Please test and verify the release artifacts and submit a vote
> for
> > > this
> > > > > RC,
> > > > > > or report any issues so we can fix them and get a new RC out
> ASAP.
> > > > > Although
> > > > > > this release vote requires PMC votes to pass, testing, votes, and
> > bug
> > > > > > reports are valuable and appreciated from everyone.
> > > > > >
> > > > > > Cheers,
> > > > > > Dong
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.1.0 RC0

Posted by Eno Thereska <en...@gmail.com>.
2 tests failed for me and 4 were skipped when doing ./gradlew test:

Failed tests:
DeleteTopicTest. testAddPartitionDuringDeleteTopic
SaslOAuthBearerSslEndToEndAuthorizationTest.
testNoConsumeWithDescribeAclViaSubscribe

Ignored tests:
ConsumerBounceTest. testConsumptionWithBrokerFailures
UncleanLeaderElectionTest. testCleanLeaderElectionDisabledByTopicOverride
UncleanLeaderElectionTest. testUncleanLeaderElectionDisabled
DynamicBrokerReconfigurationTest. testAddRemoveSslListener

Thanks
Eno

On Mon, Oct 29, 2018 at 8:49 AM Magnus Edenhill <ma...@edenhill.se> wrote:

> +1 (non-binding)
>
> passes librdkafka integration test suite
>
> Den fre 26 okt. 2018 kl 15:58 skrev Manikumar <ma...@gmail.com>:
>
> > minor observation: config sections are empty in the documentation page.
> > http://kafka.apache.org/21/documentation.html#producerconfigs
> >
> > On Wed, Oct 24, 2018 at 10:49 PM Ted Yu <yu...@gmail.com> wrote:
> >
> > > +1
> > >
> > > InternalTopicIntegrationTest failed during test suite run but passed
> with
> > > rerun.
> > >
> > > On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <andrasbeni@cloudera.com
> > > .invalid>
> > > wrote:
> > >
> > > > +1 (non-binding)
> > > >
> > > > Verified signatures and checksums of release artifacts
> > > > Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12)
> > and
> > > > one built from tag 2.1.0-rc0
> > > >
> > > > Andras
> > > >
> > > > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com>
> wrote:
> > > >
> > > > > Hello Kafka users, developers and client-developers,
> > > > >
> > > > > This is the first candidate for feature release of Apache Kafka
> > 2.1.0.
> > > > >
> > > > > This is a major version release of Apache Kafka. It includes 28 new
> > > KIPs
> > > > > and
> > > > >
> > > > > critical bug fixes. Please see the Kafka 2.1.0 release plan for
> more
> > > > > details:
> > > > >
> > > > > *
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > > > <
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > > > >
> > > > >
> > > > > Here are a few notable highlights:
> > > > >
> > > > > - Java 11 support
> > > > > - Support for Zstandard, which achieves compression comparable to
> > gzip
> > > > with
> > > > > higher compression and especially decompression speeds(KIP-110)
> > > > > - Avoid expiring committed offsets for active consumer group
> > (KIP-211)
> > > > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > > > - Kafka's replication protocol now supports improved fencing of
> > > zombies.
> > > > > Previously, under certain rare conditions, if a broker became
> > > partitioned
> > > > > from Zookeeper but not the rest of the cluster, then the logs of
> > > > replicated
> > > > > partitions could diverge and cause data loss in the worst case
> > > (KIP-320)
> > > > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> > > KIP-356)
> > > > > - Admin script and admin client API improvements to simplify admin
> > > > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > > > - DNS handling improvements (KIP-235, KIP-302)
> > > > >
> > > > > Release notes for the 2.1.0 release:
> > > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > > > >
> > > > > *** Please download, test and vote ***
> > > > >
> > > > > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > > > > http://kafka.apache.org/KEYS
> > > > >
> > > > > * Release artifacts to be voted upon (source and binary):
> > > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > > > >
> > > > > * Maven artifacts to be voted upon:
> > > > > https://repository.apache.org/content/groups/staging/
> > > > >
> > > > > * Javadoc:
> > > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > > > >
> > > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > > > >
> > > > > * Documentation:
> > > > > *http://kafka.apache.org/21/documentation.html*
> > > > > <http://kafka.apache.org/21/documentation.html>
> > > > >
> > > > > * Protocol:
> > > > > http://kafka.apache.org/21/protocol.html
> > > > >
> > > > > * Successful Jenkins builds for the 2.1 branch:
> > > > > Unit/integration tests: *
> > > > https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > > > >
> > > > > Please test and verify the release artifacts and submit a vote for
> > this
> > > > RC,
> > > > > or report any issues so we can fix them and get a new RC out ASAP.
> > > > Although
> > > > > this release vote requires PMC votes to pass, testing, votes, and
> bug
> > > > > reports are valuable and appreciated from everyone.
> > > > >
> > > > > Cheers,
> > > > > Dong
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.1.0 RC0

Posted by Magnus Edenhill <ma...@edenhill.se>.
+1 (non-binding)

passes librdkafka integration test suite

Den fre 26 okt. 2018 kl 15:58 skrev Manikumar <ma...@gmail.com>:

> minor observation: config sections are empty in the documentation page.
> http://kafka.apache.org/21/documentation.html#producerconfigs
>
> On Wed, Oct 24, 2018 at 10:49 PM Ted Yu <yu...@gmail.com> wrote:
>
> > +1
> >
> > InternalTopicIntegrationTest failed during test suite run but passed with
> > rerun.
> >
> > On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <andrasbeni@cloudera.com
> > .invalid>
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > Verified signatures and checksums of release artifacts
> > > Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12)
> and
> > > one built from tag 2.1.0-rc0
> > >
> > > Andras
> > >
> > > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the first candidate for feature release of Apache Kafka
> 2.1.0.
> > > >
> > > > This is a major version release of Apache Kafka. It includes 28 new
> > KIPs
> > > > and
> > > >
> > > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > > > details:
> > > >
> > > > *
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > > <
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > > >
> > > >
> > > > Here are a few notable highlights:
> > > >
> > > > - Java 11 support
> > > > - Support for Zstandard, which achieves compression comparable to
> gzip
> > > with
> > > > higher compression and especially decompression speeds(KIP-110)
> > > > - Avoid expiring committed offsets for active consumer group
> (KIP-211)
> > > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > > - Kafka's replication protocol now supports improved fencing of
> > zombies.
> > > > Previously, under certain rare conditions, if a broker became
> > partitioned
> > > > from Zookeeper but not the rest of the cluster, then the logs of
> > > replicated
> > > > partitions could diverge and cause data loss in the worst case
> > (KIP-320)
> > > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> > KIP-356)
> > > > - Admin script and admin client API improvements to simplify admin
> > > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > > - DNS handling improvements (KIP-235, KIP-302)
> > > >
> > > > Release notes for the 2.1.0 release:
> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test and vote ***
> > > >
> > > > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > > > http://kafka.apache.org/KEYS
> > > >
> > > > * Release artifacts to be voted upon (source and binary):
> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > > https://repository.apache.org/content/groups/staging/
> > > >
> > > > * Javadoc:
> > > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > > >
> > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > > >
> > > > * Documentation:
> > > > *http://kafka.apache.org/21/documentation.html*
> > > > <http://kafka.apache.org/21/documentation.html>
> > > >
> > > > * Protocol:
> > > > http://kafka.apache.org/21/protocol.html
> > > >
> > > > * Successful Jenkins builds for the 2.1 branch:
> > > > Unit/integration tests: *
> > > https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > > >
> > > > Please test and verify the release artifacts and submit a vote for
> this
> > > RC,
> > > > or report any issues so we can fix them and get a new RC out ASAP.
> > > Although
> > > > this release vote requires PMC votes to pass, testing, votes, and bug
> > > > reports are valuable and appreciated from everyone.
> > > >
> > > > Cheers,
> > > > Dong
> > > >
> > >
> >
>

Re: [VOTE] 2.1.0 RC0

Posted by Manikumar <ma...@gmail.com>.
minor observation: config sections are empty in the documentation page.
http://kafka.apache.org/21/documentation.html#producerconfigs

On Wed, Oct 24, 2018 at 10:49 PM Ted Yu <yu...@gmail.com> wrote:

> +1
>
> InternalTopicIntegrationTest failed during test suite run but passed with
> rerun.
>
> On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <andrasbeni@cloudera.com
> .invalid>
> wrote:
>
> > +1 (non-binding)
> >
> > Verified signatures and checksums of release artifacts
> > Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12) and
> > one built from tag 2.1.0-rc0
> >
> > Andras
> >
> > On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the first candidate for feature release of Apache Kafka 2.1.0.
> > >
> > > This is a major version release of Apache Kafka. It includes 28 new
> KIPs
> > > and
> > >
> > > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > > details:
> > >
> > > *
> > >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > > <
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > > >
> > >
> > > Here are a few notable highlights:
> > >
> > > - Java 11 support
> > > - Support for Zstandard, which achieves compression comparable to gzip
> > with
> > > higher compression and especially decompression speeds(KIP-110)
> > > - Avoid expiring committed offsets for active consumer group (KIP-211)
> > > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > > - Kafka's replication protocol now supports improved fencing of
> zombies.
> > > Previously, under certain rare conditions, if a broker became
> partitioned
> > > from Zookeeper but not the rest of the cluster, then the logs of
> > replicated
> > > partitions could diverge and cause data loss in the worst case
> (KIP-320)
> > > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353,
> KIP-356)
> > > - Admin script and admin client API improvements to simplify admin
> > > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > > - DNS handling improvements (KIP-235, KIP-302)
> > >
> > > Release notes for the 2.1.0 release:
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote ***
> > >
> > > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > > http://kafka.apache.org/KEYS
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/
> > >
> > > * Javadoc:
> > > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> > >
> > > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > > https://github.com/apache/kafka/tree/2.1.0-rc0
> > >
> > > * Documentation:
> > > *http://kafka.apache.org/21/documentation.html*
> > > <http://kafka.apache.org/21/documentation.html>
> > >
> > > * Protocol:
> > > http://kafka.apache.org/21/protocol.html
> > >
> > > * Successful Jenkins builds for the 2.1 branch:
> > > Unit/integration tests: *
> > https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> > >
> > > Please test and verify the release artifacts and submit a vote for this
> > RC,
> > > or report any issues so we can fix them and get a new RC out ASAP.
> > Although
> > > this release vote requires PMC votes to pass, testing, votes, and bug
> > > reports are valuable and appreciated from everyone.
> > >
> > > Cheers,
> > > Dong
> > >
> >
>

Re: [VOTE] 2.1.0 RC0

Posted by Ted Yu <yu...@gmail.com>.
+1

InternalTopicIntegrationTest failed during test suite run but passed with
rerun.

On Wed, Oct 24, 2018 at 3:48 AM Andras Beni <an...@cloudera.com.invalid>
wrote:

> +1 (non-binding)
>
> Verified signatures and checksums of release artifacts
> Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12) and
> one built from tag 2.1.0-rc0
>
> Andras
>
> On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the first candidate for feature release of Apache Kafka 2.1.0.
> >
> > This is a major version release of Apache Kafka. It includes 28 new KIPs
> > and
> >
> > critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> > details:
> >
> > *
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> > <
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> > >
> >
> > Here are a few notable highlights:
> >
> > - Java 11 support
> > - Support for Zstandard, which achieves compression comparable to gzip
> with
> > higher compression and especially decompression speeds(KIP-110)
> > - Avoid expiring committed offsets for active consumer group (KIP-211)
> > - Provide Intuitive User Timeouts in The Producer (KIP-91)
> > - Kafka's replication protocol now supports improved fencing of zombies.
> > Previously, under certain rare conditions, if a broker became partitioned
> > from Zookeeper but not the rest of the cluster, then the logs of
> replicated
> > partitions could diverge and cause data loss in the worst case (KIP-320)
> > - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> > - Admin script and admin client API improvements to simplify admin
> > operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> > - DNS handling improvements (KIP-235, KIP-302)
> >
> > Release notes for the 2.1.0 release:
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
> >
> > *** Please download, test and vote ***
> >
> > * Kafka's KEYS file containing PGP keys we use to sign the release:
> > http://kafka.apache.org/KEYS
> >
> > * Release artifacts to be voted upon (source and binary):
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/
> >
> > * Javadoc:
> > http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
> >
> > * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> > https://github.com/apache/kafka/tree/2.1.0-rc0
> >
> > * Documentation:
> > *http://kafka.apache.org/21/documentation.html*
> > <http://kafka.apache.org/21/documentation.html>
> >
> > * Protocol:
> > http://kafka.apache.org/21/protocol.html
> >
> > * Successful Jenkins builds for the 2.1 branch:
> > Unit/integration tests: *
> https://builds.apache.org/job/kafka-2.1-jdk8/38/
> > <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
> >
> > Please test and verify the release artifacts and submit a vote for this
> RC,
> > or report any issues so we can fix them and get a new RC out ASAP.
> Although
> > this release vote requires PMC votes to pass, testing, votes, and bug
> > reports are valuable and appreciated from everyone.
> >
> > Cheers,
> > Dong
> >
>

Re: [VOTE] 2.1.0 RC0

Posted by Andras Beni <an...@cloudera.com.INVALID>.
+1 (non-binding)

Verified signatures and checksums of release artifacts
Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12) and
one built from tag 2.1.0-rc0

Andras

On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the first candidate for feature release of Apache Kafka 2.1.0.
>
> This is a major version release of Apache Kafka. It includes 28 new KIPs
> and
>
> critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> details:
>
> *
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> >
>
> Here are a few notable highlights:
>
> - Java 11 support
> - Support for Zstandard, which achieves compression comparable to gzip with
> higher compression and especially decompression speeds(KIP-110)
> - Avoid expiring committed offsets for active consumer group (KIP-211)
> - Provide Intuitive User Timeouts in The Producer (KIP-91)
> - Kafka's replication protocol now supports improved fencing of zombies.
> Previously, under certain rare conditions, if a broker became partitioned
> from Zookeeper but not the rest of the cluster, then the logs of replicated
> partitions could diverge and cause data loss in the worst case (KIP-320)
> - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> - Admin script and admin client API improvements to simplify admin
> operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> - DNS handling improvements (KIP-235, KIP-302)
>
> Release notes for the 2.1.0 release:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>
> *** Please download, test and vote ***
>
> * Kafka's KEYS file containing PGP keys we use to sign the release:
> http://kafka.apache.org/KEYS
>
> * Release artifacts to be voted upon (source and binary):
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/
>
> * Javadoc:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>
> * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> https://github.com/apache/kafka/tree/2.1.0-rc0
>
> * Documentation:
> *http://kafka.apache.org/21/documentation.html*
> <http://kafka.apache.org/21/documentation.html>
>
> * Protocol:
> http://kafka.apache.org/21/protocol.html
>
> * Successful Jenkins builds for the 2.1 branch:
> Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
> <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>
> Please test and verify the release artifacts and submit a vote for this RC,
> or report any issues so we can fix them and get a new RC out ASAP. Although
> this release vote requires PMC votes to pass, testing, votes, and bug
> reports are valuable and appreciated from everyone.
>
> Cheers,
> Dong
>

Re: [VOTE] 2.1.0 RC0

Posted by Andras Beni <an...@cloudera.com.INVALID>.
+1 (non-binding)

Verified signatures and checksums of release artifacts
Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12) and
one built from tag 2.1.0-rc0

Andras

On Wed, Oct 24, 2018 at 10:17 AM Dong Lin <li...@gmail.com> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the first candidate for feature release of Apache Kafka 2.1.0.
>
> This is a major version release of Apache Kafka. It includes 28 new KIPs
> and
>
> critical bug fixes. Please see the Kafka 2.1.0 release plan for more
> details:
>
> *
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044*
> <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554044
> >
>
> Here are a few notable highlights:
>
> - Java 11 support
> - Support for Zstandard, which achieves compression comparable to gzip with
> higher compression and especially decompression speeds(KIP-110)
> - Avoid expiring committed offsets for active consumer group (KIP-211)
> - Provide Intuitive User Timeouts in The Producer (KIP-91)
> - Kafka's replication protocol now supports improved fencing of zombies.
> Previously, under certain rare conditions, if a broker became partitioned
> from Zookeeper but not the rest of the cluster, then the logs of replicated
> partitions could diverge and cause data loss in the worst case (KIP-320)
> - Streams API improvements (KIP-319, KIP-321, KIP-330, KIP-353, KIP-356)
> - Admin script and admin client API improvements to simplify admin
> operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)
> - DNS handling improvements (KIP-235, KIP-302)
>
> Release notes for the 2.1.0 release:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/RELEASE_NOTES.html
>
> *** Please download, test and vote ***
>
> * Kafka's KEYS file containing PGP keys we use to sign the release:
> http://kafka.apache.org/KEYS
>
> * Release artifacts to be voted upon (source and binary):
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/
>
> * Javadoc:
> http://home.apache.org/~lindong/kafka-2.1.0-rc0/javadoc/
>
> * Tag to be voted upon (off 2.1 branch) is the 2.1.0-rc0 tag:
> https://github.com/apache/kafka/tree/2.1.0-rc0
>
> * Documentation:
> *http://kafka.apache.org/21/documentation.html*
> <http://kafka.apache.org/21/documentation.html>
>
> * Protocol:
> http://kafka.apache.org/21/protocol.html
>
> * Successful Jenkins builds for the 2.1 branch:
> Unit/integration tests: *https://builds.apache.org/job/kafka-2.1-jdk8/38/
> <https://builds.apache.org/job/kafka-2.1-jdk8/38/>*
>
> Please test and verify the release artifacts and submit a vote for this RC,
> or report any issues so we can fix them and get a new RC out ASAP. Although
> this release vote requires PMC votes to pass, testing, votes, and bug
> reports are valuable and appreciated from everyone.
>
> Cheers,
> Dong
>