You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by "Matthias J. Sax" <ma...@confluent.io> on 2019/03/09 22:56:00 UTC

[VOTE] 2.2.0 RC2

Hello Kafka users, developers and client-developers,

This is the third candidate for release of Apache Kafka 2.2.0.

 - Added SSL support for custom principal name
 - Allow SASL connections to periodically re-authenticate
 - Command line tool bin/kafka-topics.sh adds AdminClient support
 - Improved consumer group management
   - default group.id is `null` instead of empty string
 - API improvement
   - Producer: introduce close(Duration)
   - AdminClient: introduce close(Duration)
   - Kafka Streams: new flatTransform() operator in Streams DSL
   - KafkaStreams (and other classed) now implement AutoClosable to
support try-with-resource
   - New Serdes and default method implementations
 - Kafka Streams exposed internal client.id via ThreadMetadata
 - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
output `NaN` as default value
Release notes for the 2.2.0 release:
https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html

*** Please download, test, and vote by Thursday, March 14, 9am PST.

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/~mjsax/kafka-2.2.0-rc2/

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

* Javadoc:
https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/

* Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
https://github.com/apache/kafka/releases/tag/2.2.0-rc2

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

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

* Jenkins builds for the 2.2 branch:
Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
System tests: https://jenkins.confluent.io/job/system-test-kafka/job/2.2/

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

Thanks,

-Matthias


Re: [VOTE] 2.2.0 RC2

Posted by Bill Bejeck <bi...@confluent.io>.
+1 (non-binding)

- Validated signature
- build from source and ran tests (all passed)
- verified the quick start and Kafka Streams quick start

Thanks for running the release Matthias!

-Bill



On Tue, Mar 19, 2019 at 7:38 PM Satish Duggana <sa...@gmail.com>
wrote:

> +1 (non-binding)
>
> - Ran testAll/releaseTarGzAll successfully with no failures.
> - Ran through quickstart of core/streams on builds generated from 2.2.0-rc2
> tag
> - Ran few internal apps targeting to topics on 3 node cluster.
>
> Thanks for running the release Matthias!
>
> On Wed, Mar 20, 2019 at 12:43 AM Manikumar <ma...@gmail.com>
> wrote:
>
> > +1 (non-binding)
> >
> > - Verified the artifacts, build from src, ran tests
> > - Verified the quickstart, ran producer/consumer performance tests.
> >
> > Thanks for running release!.
> >
> > Thanks,
> > Manikumar
> >
> > On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
> > wrote:
> >
> > > +1
> > >
> > > Validated signatures, and ran through quick-start.
> > >
> > > Thanks!
> > >
> > > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:
> > >
> > > > +1 (non-binding). I used the staged binaries and run some of my tests
> > > > against them. All seems to look good to me.
> > > >
> > > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <
> matthias@confluent.io
> > >
> > > > wrote:
> > > >
> > > > > Hello Kafka users, developers and client-developers,
> > > > >
> > > > > This is the third candidate for release of Apache Kafka 2.2.0.
> > > > >
> > > > >  - Added SSL support for custom principal name
> > > > >  - Allow SASL connections to periodically re-authenticate
> > > > >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> > > > >  - Improved consumer group management
> > > > >    - default group.id is `null` instead of empty string
> > > > >  - API improvement
> > > > >    - Producer: introduce close(Duration)
> > > > >    - AdminClient: introduce close(Duration)
> > > > >    - Kafka Streams: new flatTransform() operator in Streams DSL
> > > > >    - KafkaStreams (and other classed) now implement AutoClosable to
> > > > > support try-with-resource
> > > > >    - New Serdes and default method implementations
> > > > >  - Kafka Streams exposed internal client.id via ThreadMetadata
> > > > >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will
> > now
> > > > > output `NaN` as default value
> > > > > Release notes for the 2.2.0 release:
> > > > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> > > > >
> > > > > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> > > > >
> > > > > 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/~mjsax/kafka-2.2.0-rc2/
> > > > >
> > > > > * Maven artifacts to be voted upon:
> > > > >
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > > >
> > > > > * Javadoc:
> > > > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> > > > >
> > > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > > > > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> > > > >
> > > > > * Documentation:
> > > > > https://kafka.apache.org/22/documentation.html
> > > > >
> > > > > * Protocol:
> > > > > https://kafka.apache.org/22/protocol.html
> > > > >
> > > > > * Jenkins builds for the 2.2 branch:
> > > > > Unit/integration tests:
> > https://builds.apache.org/job/kafka-2.2-jdk8/
> > > > > System tests:
> > > > https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> > > > >
> > > > > /**************************************
> > > > >
> > > > > Thanks,
> > > > >
> > > > > -Matthias
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Satish Duggana <sa...@gmail.com>.
+1 (non-binding)

- Ran testAll/releaseTarGzAll successfully with no failures.
- Ran through quickstart of core/streams on builds generated from 2.2.0-rc2
tag
- Ran few internal apps targeting to topics on 3 node cluster.

Thanks for running the release Matthias!

On Wed, Mar 20, 2019 at 12:43 AM Manikumar <ma...@gmail.com>
wrote:

> +1 (non-binding)
>
> - Verified the artifacts, build from src, ran tests
> - Verified the quickstart, ran producer/consumer performance tests.
>
> Thanks for running release!.
>
> Thanks,
> Manikumar
>
> On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
> wrote:
>
> > +1
> >
> > Validated signatures, and ran through quick-start.
> >
> > Thanks!
> >
> > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:
> >
> > > +1 (non-binding). I used the staged binaries and run some of my tests
> > > against them. All seems to look good to me.
> > >
> > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <matthias@confluent.io
> >
> > > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the third candidate for release of Apache Kafka 2.2.0.
> > > >
> > > >  - Added SSL support for custom principal name
> > > >  - Allow SASL connections to periodically re-authenticate
> > > >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> > > >  - Improved consumer group management
> > > >    - default group.id is `null` instead of empty string
> > > >  - API improvement
> > > >    - Producer: introduce close(Duration)
> > > >    - AdminClient: introduce close(Duration)
> > > >    - Kafka Streams: new flatTransform() operator in Streams DSL
> > > >    - KafkaStreams (and other classed) now implement AutoClosable to
> > > > support try-with-resource
> > > >    - New Serdes and default method implementations
> > > >  - Kafka Streams exposed internal client.id via ThreadMetadata
> > > >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will
> now
> > > > output `NaN` as default value
> > > > Release notes for the 2.2.0 release:
> > > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> > > >
> > > > 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/~mjsax/kafka-2.2.0-rc2/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > >
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > >
> > > > * Javadoc:
> > > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> > > >
> > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > > > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> > > >
> > > > * Documentation:
> > > > https://kafka.apache.org/22/documentation.html
> > > >
> > > > * Protocol:
> > > > https://kafka.apache.org/22/protocol.html
> > > >
> > > > * Jenkins builds for the 2.2 branch:
> > > > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.2-jdk8/
> > > > System tests:
> > > https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> > > >
> > > > /**************************************
> > > >
> > > > Thanks,
> > > >
> > > > -Matthias
> > > >
> > > >
> > >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Satish Duggana <sa...@gmail.com>.
+1 (non-binding)

- Ran testAll/releaseTarGzAll successfully with no failures.
- Ran through quickstart of core/streams on builds generated from 2.2.0-rc2
tag
- Ran few internal apps targeting to topics on 3 node cluster.

Thanks for running the release Matthias!

On Wed, Mar 20, 2019 at 12:43 AM Manikumar <ma...@gmail.com>
wrote:

> +1 (non-binding)
>
> - Verified the artifacts, build from src, ran tests
> - Verified the quickstart, ran producer/consumer performance tests.
>
> Thanks for running release!.
>
> Thanks,
> Manikumar
>
> On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
> wrote:
>
> > +1
> >
> > Validated signatures, and ran through quick-start.
> >
> > Thanks!
> >
> > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:
> >
> > > +1 (non-binding). I used the staged binaries and run some of my tests
> > > against them. All seems to look good to me.
> > >
> > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <matthias@confluent.io
> >
> > > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the third candidate for release of Apache Kafka 2.2.0.
> > > >
> > > >  - Added SSL support for custom principal name
> > > >  - Allow SASL connections to periodically re-authenticate
> > > >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> > > >  - Improved consumer group management
> > > >    - default group.id is `null` instead of empty string
> > > >  - API improvement
> > > >    - Producer: introduce close(Duration)
> > > >    - AdminClient: introduce close(Duration)
> > > >    - Kafka Streams: new flatTransform() operator in Streams DSL
> > > >    - KafkaStreams (and other classed) now implement AutoClosable to
> > > > support try-with-resource
> > > >    - New Serdes and default method implementations
> > > >  - Kafka Streams exposed internal client.id via ThreadMetadata
> > > >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will
> now
> > > > output `NaN` as default value
> > > > Release notes for the 2.2.0 release:
> > > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> > > >
> > > > 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/~mjsax/kafka-2.2.0-rc2/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > >
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > >
> > > > * Javadoc:
> > > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> > > >
> > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > > > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> > > >
> > > > * Documentation:
> > > > https://kafka.apache.org/22/documentation.html
> > > >
> > > > * Protocol:
> > > > https://kafka.apache.org/22/protocol.html
> > > >
> > > > * Jenkins builds for the 2.2 branch:
> > > > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.2-jdk8/
> > > > System tests:
> > > https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> > > >
> > > > /**************************************
> > > >
> > > > Thanks,
> > > >
> > > > -Matthias
> > > >
> > > >
> > >
> >
>

Re: [RESULT ][VOTE] Release Kafka version 2.2.0

Posted by "Matthias J. Sax" <ma...@confluent.io>.
Updating a template is hard...

This vote passes with 12 +1 votes (3 bindings) and no 0 or -1 votes.


On 3/22/19 1:14 PM, Matthias J. Sax wrote:
> This vote passes with 7 +12 votes (3 bindings) and no 0 or -1 votes.
> 
> +1 votes
> PMC Members:
> * Gwen
> * Rajini
> * Jason
> 
> Committers:
> * Manikumar
> * Bill
> * Harsha
> * Ewen
> * Matthias
> 
> Community:
> * Jakob
> * David
> * Satish
> * Andrew
> 
> 0 votes
> * No votes
> 
> -1 votes
> * No votes
> 
> Vote thread:
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201903.mbox/%3C8b4e39f0-e906-ecf5-0af8-858fb8989271%40confluent.io%3E
> 
> I'll continue with the release process and the release announcement will
> follow in the next few days.
> 
> 
> -Matthias
> 
> 
> On 3/22/19 1:11 PM, Matthias J. Sax wrote:
>> +1 (non-binding)
>>
>> Closing this vote. Thanks a lot for verifying and testing the RC!
>>
>>
>> -Matthias
>>
>> On 3/22/19 12:03 PM, Jason Gustafson wrote:
>>> +1
>>>
>>> - Ran the basic quickstart
>>> - Verified the release notes
>>>
>>> Just one thing I noticed is that we don't have the usual upgrade
>>> instructions. We can address this separately.
>>>
>>> Thanks,
>>> Jason
>>>
>>>
>>>
>>> On Thu, Mar 21, 2019 at 3:41 PM Ewen Cheslack-Postava <ew...@confluent.io>
>>> wrote:
>>>
>>>> +1
>>>>
>>>> -Ewen
>>>>
>>>> On Thu, Mar 21, 2019 at 10:33 AM Harsha <ka...@harsha.io> wrote:
>>>>
>>>>> +1 (non-bidning)
>>>>>  - Download artifacts, setup 3 node cluster
>>>>> - Ran producer/consumer clients
>>>>>
>>>>> Thanks,
>>>>> Harsha
>>>>>
>>>>> On Thu, Mar 21, 2019, at 5:54 AM, Andrew Schofield wrote:
>>>>>> +1 (non-binding)
>>>>>>
>>>>>> - Downloaded the artifacts
>>>>>> - Ran Kafka Connect connectors
>>>>>>
>>>>>> Thanks,
>>>>>> Andrew Schofield
>>>>>> IBM Event Streams
>>>>>>
>>>>>> On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:
>>>>>>
>>>>>>     +1 (non-binding)
>>>>>>
>>>>>>     - Verified the artifacts, build from src, ran tests
>>>>>>     - Verified the quickstart, ran producer/consumer performance tests.
>>>>>>
>>>>>>     Thanks for running release!.
>>>>>>
>>>>>>     Thanks,
>>>>>>     Manikumar
>>>>>>
>>>>>>     On Wed, Mar 20, 2019 at 12:19 AM David Arthur <
>>>>> davidarthur@apache.org>
>>>>>>     wrote:
>>>>>>
>>>>>>     > +1
>>>>>>     >
>>>>>>     > Validated signatures, and ran through quick-start.
>>>>>>     >
>>>>>>     > Thanks!
>>>>>>     >
>>>>>>     > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz>
>>>>>> wrote:
>>>>>>     >
>>>>>>     > > +1 (non-binding). I used the staged binaries and run some of my
>>>>>> tests
>>>>>>     > > against them. All seems to look good to me.
>>>>>>     > >
>>>>>>     > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax
>>>>>> <ma...@confluent.io>
>>>>>>     > > wrote:
>>>>>>     > >
>>>>>>     > > > Hello Kafka users, developers and client-developers,
>>>>>>     > > >
>>>>>>     > > > This is the third candidate for release of Apache Kafka
>>>> 2.2.0.
>>>>>>     > > >
>>>>>>     > > >  - Added SSL support for custom principal name
>>>>>>     > > >  - Allow SASL connections to periodically re-authenticate
>>>>>>     > > >  - Command line tool bin/kafka-topics.sh adds AdminClient
>>>>>> support
>>>>>>     > > >  - Improved consumer group management
>>>>>>     > > >    - default group.id is `null` instead of empty string
>>>>>>     > > >  - API improvement
>>>>>>     > > >    - Producer: introduce close(Duration)
>>>>>>     > > >    - AdminClient: introduce close(Duration)
>>>>>>     > > >    - Kafka Streams: new flatTransform() operator in Streams
>>>>>> DSL
>>>>>>     > > >    - KafkaStreams (and other classed) now implement
>>>>>> AutoClosable to
>>>>>>     > > > support try-with-resource
>>>>>>     > > >    - New Serdes and default method implementations
>>>>>>     > > >  - Kafka Streams exposed internal client.id via
>>>> ThreadMetadata
>>>>>>     > > >  - Metric improvements:  All `-min`, `-avg` and `-max`
>>>>>> metrics will now
>>>>>>     > > > output `NaN` as default value
>>>>>>     > > > Release notes for the 2.2.0 release:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > *** Please download, test, and vote by Thursday, March 14,
>>>>>> 9am PST.
>>>>>>     > > >
>>>>>>     > > > Kafka's KEYS file containing PGP keys we use to sign the
>>>>>> release:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Release artifacts to be voted upon (source and binary):
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Maven artifacts to be voted upon:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Javadoc:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Documentation:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Protocol:
>>>>>>     > > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > * Jenkins builds for the 2.2 branch:
>>>>>>     > > > Unit/integration tests:
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
>>>>>>     > > > System tests:
>>>>>>     > >
>>>>>>
>>>>>
>>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
>>>>>>     > > >
>>>>>>     > > > /**************************************
>>>>>>     > > >
>>>>>>     > > > Thanks,
>>>>>>     > > >
>>>>>>     > > > -Matthias
>>>>>>     > > >
>>>>>>     > > >
>>>>>>     > >
>>>>>>     >
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 


[RESULT ][VOTE] Release Kafka version 2.2.0

Posted by "Matthias J. Sax" <ma...@confluent.io>.
This vote passes with 7 +12 votes (3 bindings) and no 0 or -1 votes.

+1 votes
PMC Members:
* Gwen
* Rajini
* Jason

Committers:
* Manikumar
* Bill
* Harsha
* Ewen
* Matthias

Community:
* Jakob
* David
* Satish
* Andrew

0 votes
* No votes

-1 votes
* No votes

Vote thread:
http://mail-archives.apache.org/mod_mbox/kafka-dev/201903.mbox/%3C8b4e39f0-e906-ecf5-0af8-858fb8989271%40confluent.io%3E

I'll continue with the release process and the release announcement will
follow in the next few days.


-Matthias


On 3/22/19 1:11 PM, Matthias J. Sax wrote:
> +1 (non-binding)
> 
> Closing this vote. Thanks a lot for verifying and testing the RC!
> 
> 
> -Matthias
> 
> On 3/22/19 12:03 PM, Jason Gustafson wrote:
>> +1
>>
>> - Ran the basic quickstart
>> - Verified the release notes
>>
>> Just one thing I noticed is that we don't have the usual upgrade
>> instructions. We can address this separately.
>>
>> Thanks,
>> Jason
>>
>>
>>
>> On Thu, Mar 21, 2019 at 3:41 PM Ewen Cheslack-Postava <ew...@confluent.io>
>> wrote:
>>
>>> +1
>>>
>>> -Ewen
>>>
>>> On Thu, Mar 21, 2019 at 10:33 AM Harsha <ka...@harsha.io> wrote:
>>>
>>>> +1 (non-bidning)
>>>>  - Download artifacts, setup 3 node cluster
>>>> - Ran producer/consumer clients
>>>>
>>>> Thanks,
>>>> Harsha
>>>>
>>>> On Thu, Mar 21, 2019, at 5:54 AM, Andrew Schofield wrote:
>>>>> +1 (non-binding)
>>>>>
>>>>> - Downloaded the artifacts
>>>>> - Ran Kafka Connect connectors
>>>>>
>>>>> Thanks,
>>>>> Andrew Schofield
>>>>> IBM Event Streams
>>>>>
>>>>> On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:
>>>>>
>>>>>     +1 (non-binding)
>>>>>
>>>>>     - Verified the artifacts, build from src, ran tests
>>>>>     - Verified the quickstart, ran producer/consumer performance tests.
>>>>>
>>>>>     Thanks for running release!.
>>>>>
>>>>>     Thanks,
>>>>>     Manikumar
>>>>>
>>>>>     On Wed, Mar 20, 2019 at 12:19 AM David Arthur <
>>>> davidarthur@apache.org>
>>>>>     wrote:
>>>>>
>>>>>     > +1
>>>>>     >
>>>>>     > Validated signatures, and ran through quick-start.
>>>>>     >
>>>>>     > Thanks!
>>>>>     >
>>>>>     > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz>
>>>>> wrote:
>>>>>     >
>>>>>     > > +1 (non-binding). I used the staged binaries and run some of my
>>>>> tests
>>>>>     > > against them. All seems to look good to me.
>>>>>     > >
>>>>>     > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax
>>>>> <ma...@confluent.io>
>>>>>     > > wrote:
>>>>>     > >
>>>>>     > > > Hello Kafka users, developers and client-developers,
>>>>>     > > >
>>>>>     > > > This is the third candidate for release of Apache Kafka
>>> 2.2.0.
>>>>>     > > >
>>>>>     > > >  - Added SSL support for custom principal name
>>>>>     > > >  - Allow SASL connections to periodically re-authenticate
>>>>>     > > >  - Command line tool bin/kafka-topics.sh adds AdminClient
>>>>> support
>>>>>     > > >  - Improved consumer group management
>>>>>     > > >    - default group.id is `null` instead of empty string
>>>>>     > > >  - API improvement
>>>>>     > > >    - Producer: introduce close(Duration)
>>>>>     > > >    - AdminClient: introduce close(Duration)
>>>>>     > > >    - Kafka Streams: new flatTransform() operator in Streams
>>>>> DSL
>>>>>     > > >    - KafkaStreams (and other classed) now implement
>>>>> AutoClosable to
>>>>>     > > > support try-with-resource
>>>>>     > > >    - New Serdes and default method implementations
>>>>>     > > >  - Kafka Streams exposed internal client.id via
>>> ThreadMetadata
>>>>>     > > >  - Metric improvements:  All `-min`, `-avg` and `-max`
>>>>> metrics will now
>>>>>     > > > output `NaN` as default value
>>>>>     > > > Release notes for the 2.2.0 release:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > *** Please download, test, and vote by Thursday, March 14,
>>>>> 9am PST.
>>>>>     > > >
>>>>>     > > > Kafka's KEYS file containing PGP keys we use to sign the
>>>>> release:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Release artifacts to be voted upon (source and binary):
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Maven artifacts to be voted upon:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Javadoc:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Documentation:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Protocol:
>>>>>     > > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > * Jenkins builds for the 2.2 branch:
>>>>>     > > > Unit/integration tests:
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
>>>>>     > > > System tests:
>>>>>     > >
>>>>>
>>>>
>>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
>>>>>     > > >
>>>>>     > > > /**************************************
>>>>>     > > >
>>>>>     > > > Thanks,
>>>>>     > > >
>>>>>     > > > -Matthias
>>>>>     > > >
>>>>>     > > >
>>>>>     > >
>>>>>     >
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
> 


Re: [VOTE] 2.2.0 RC2

Posted by "Matthias J. Sax" <ma...@confluent.io>.
+1 (non-binding)

Closing this vote. Thanks a lot for verifying and testing the RC!


-Matthias

On 3/22/19 12:03 PM, Jason Gustafson wrote:
> +1
> 
> - Ran the basic quickstart
> - Verified the release notes
> 
> Just one thing I noticed is that we don't have the usual upgrade
> instructions. We can address this separately.
> 
> Thanks,
> Jason
> 
> 
> 
> On Thu, Mar 21, 2019 at 3:41 PM Ewen Cheslack-Postava <ew...@confluent.io>
> wrote:
> 
>> +1
>>
>> -Ewen
>>
>> On Thu, Mar 21, 2019 at 10:33 AM Harsha <ka...@harsha.io> wrote:
>>
>>> +1 (non-bidning)
>>>  - Download artifacts, setup 3 node cluster
>>> - Ran producer/consumer clients
>>>
>>> Thanks,
>>> Harsha
>>>
>>> On Thu, Mar 21, 2019, at 5:54 AM, Andrew Schofield wrote:
>>>> +1 (non-binding)
>>>>
>>>> - Downloaded the artifacts
>>>> - Ran Kafka Connect connectors
>>>>
>>>> Thanks,
>>>> Andrew Schofield
>>>> IBM Event Streams
>>>>
>>>> On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:
>>>>
>>>>     +1 (non-binding)
>>>>
>>>>     - Verified the artifacts, build from src, ran tests
>>>>     - Verified the quickstart, ran producer/consumer performance tests.
>>>>
>>>>     Thanks for running release!.
>>>>
>>>>     Thanks,
>>>>     Manikumar
>>>>
>>>>     On Wed, Mar 20, 2019 at 12:19 AM David Arthur <
>>> davidarthur@apache.org>
>>>>     wrote:
>>>>
>>>>     > +1
>>>>     >
>>>>     > Validated signatures, and ran through quick-start.
>>>>     >
>>>>     > Thanks!
>>>>     >
>>>>     > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz>
>>>> wrote:
>>>>     >
>>>>     > > +1 (non-binding). I used the staged binaries and run some of my
>>>> tests
>>>>     > > against them. All seems to look good to me.
>>>>     > >
>>>>     > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax
>>>> <ma...@confluent.io>
>>>>     > > wrote:
>>>>     > >
>>>>     > > > Hello Kafka users, developers and client-developers,
>>>>     > > >
>>>>     > > > This is the third candidate for release of Apache Kafka
>> 2.2.0.
>>>>     > > >
>>>>     > > >  - Added SSL support for custom principal name
>>>>     > > >  - Allow SASL connections to periodically re-authenticate
>>>>     > > >  - Command line tool bin/kafka-topics.sh adds AdminClient
>>>> support
>>>>     > > >  - Improved consumer group management
>>>>     > > >    - default group.id is `null` instead of empty string
>>>>     > > >  - API improvement
>>>>     > > >    - Producer: introduce close(Duration)
>>>>     > > >    - AdminClient: introduce close(Duration)
>>>>     > > >    - Kafka Streams: new flatTransform() operator in Streams
>>>> DSL
>>>>     > > >    - KafkaStreams (and other classed) now implement
>>>> AutoClosable to
>>>>     > > > support try-with-resource
>>>>     > > >    - New Serdes and default method implementations
>>>>     > > >  - Kafka Streams exposed internal client.id via
>> ThreadMetadata
>>>>     > > >  - Metric improvements:  All `-min`, `-avg` and `-max`
>>>> metrics will now
>>>>     > > > output `NaN` as default value
>>>>     > > > Release notes for the 2.2.0 release:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > *** Please download, test, and vote by Thursday, March 14,
>>>> 9am PST.
>>>>     > > >
>>>>     > > > Kafka's KEYS file containing PGP keys we use to sign the
>>>> release:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Release artifacts to be voted upon (source and binary):
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Maven artifacts to be voted upon:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Javadoc:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Documentation:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Protocol:
>>>>     > > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > * Jenkins builds for the 2.2 branch:
>>>>     > > > Unit/integration tests:
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
>>>>     > > > System tests:
>>>>     > >
>>>>
>>>
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
>>>>     > > >
>>>>     > > > /**************************************
>>>>     > > >
>>>>     > > > Thanks,
>>>>     > > >
>>>>     > > > -Matthias
>>>>     > > >
>>>>     > > >
>>>>     > >
>>>>     >
>>>>
>>>>
>>>>
>>>
>>
> 


Re: [VOTE] 2.2.0 RC2

Posted by Jason Gustafson <ja...@confluent.io>.
+1

- Ran the basic quickstart
- Verified the release notes

Just one thing I noticed is that we don't have the usual upgrade
instructions. We can address this separately.

Thanks,
Jason



On Thu, Mar 21, 2019 at 3:41 PM Ewen Cheslack-Postava <ew...@confluent.io>
wrote:

> +1
>
> -Ewen
>
> On Thu, Mar 21, 2019 at 10:33 AM Harsha <ka...@harsha.io> wrote:
>
> > +1 (non-bidning)
> >  - Download artifacts, setup 3 node cluster
> > - Ran producer/consumer clients
> >
> > Thanks,
> > Harsha
> >
> > On Thu, Mar 21, 2019, at 5:54 AM, Andrew Schofield wrote:
> > > +1 (non-binding)
> > >
> > > - Downloaded the artifacts
> > > - Ran Kafka Connect connectors
> > >
> > > Thanks,
> > > Andrew Schofield
> > > IBM Event Streams
> > >
> > > On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:
> > >
> > >     +1 (non-binding)
> > >
> > >     - Verified the artifacts, build from src, ran tests
> > >     - Verified the quickstart, ran producer/consumer performance tests.
> > >
> > >     Thanks for running release!.
> > >
> > >     Thanks,
> > >     Manikumar
> > >
> > >     On Wed, Mar 20, 2019 at 12:19 AM David Arthur <
> > davidarthur@apache.org>
> > >     wrote:
> > >
> > >     > +1
> > >     >
> > >     > Validated signatures, and ran through quick-start.
> > >     >
> > >     > Thanks!
> > >     >
> > >     > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz>
> > > wrote:
> > >     >
> > >     > > +1 (non-binding). I used the staged binaries and run some of my
> > > tests
> > >     > > against them. All seems to look good to me.
> > >     > >
> > >     > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax
> > > <ma...@confluent.io>
> > >     > > wrote:
> > >     > >
> > >     > > > Hello Kafka users, developers and client-developers,
> > >     > > >
> > >     > > > This is the third candidate for release of Apache Kafka
> 2.2.0.
> > >     > > >
> > >     > > >  - Added SSL support for custom principal name
> > >     > > >  - Allow SASL connections to periodically re-authenticate
> > >     > > >  - Command line tool bin/kafka-topics.sh adds AdminClient
> > > support
> > >     > > >  - Improved consumer group management
> > >     > > >    - default group.id is `null` instead of empty string
> > >     > > >  - API improvement
> > >     > > >    - Producer: introduce close(Duration)
> > >     > > >    - AdminClient: introduce close(Duration)
> > >     > > >    - Kafka Streams: new flatTransform() operator in Streams
> > > DSL
> > >     > > >    - KafkaStreams (and other classed) now implement
> > > AutoClosable to
> > >     > > > support try-with-resource
> > >     > > >    - New Serdes and default method implementations
> > >     > > >  - Kafka Streams exposed internal client.id via
> ThreadMetadata
> > >     > > >  - Metric improvements:  All `-min`, `-avg` and `-max`
> > > metrics will now
> > >     > > > output `NaN` as default value
> > >     > > > Release notes for the 2.2.0 release:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
> > >     > > >
> > >     > > > *** Please download, test, and vote by Thursday, March 14,
> > > 9am PST.
> > >     > > >
> > >     > > > Kafka's KEYS file containing PGP keys we use to sign the
> > > release:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Release artifacts to be voted upon (source and binary):
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Maven artifacts to be voted upon:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Javadoc:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Documentation:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Protocol:
> > >     > > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
> > >     > > >
> > >     > > > * Jenkins builds for the 2.2 branch:
> > >     > > > Unit/integration tests:
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
> > >     > > > System tests:
> > >     > >
> > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
> > >     > > >
> > >     > > > /**************************************
> > >     > > >
> > >     > > > Thanks,
> > >     > > >
> > >     > > > -Matthias
> > >     > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> > >
> > >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Ewen Cheslack-Postava <ew...@confluent.io>.
+1

-Ewen

On Thu, Mar 21, 2019 at 10:33 AM Harsha <ka...@harsha.io> wrote:

> +1 (non-bidning)
>  - Download artifacts, setup 3 node cluster
> - Ran producer/consumer clients
>
> Thanks,
> Harsha
>
> On Thu, Mar 21, 2019, at 5:54 AM, Andrew Schofield wrote:
> > +1 (non-binding)
> >
> > - Downloaded the artifacts
> > - Ran Kafka Connect connectors
> >
> > Thanks,
> > Andrew Schofield
> > IBM Event Streams
> >
> > On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:
> >
> >     +1 (non-binding)
> >
> >     - Verified the artifacts, build from src, ran tests
> >     - Verified the quickstart, ran producer/consumer performance tests.
> >
> >     Thanks for running release!.
> >
> >     Thanks,
> >     Manikumar
> >
> >     On Wed, Mar 20, 2019 at 12:19 AM David Arthur <
> davidarthur@apache.org>
> >     wrote:
> >
> >     > +1
> >     >
> >     > Validated signatures, and ran through quick-start.
> >     >
> >     > Thanks!
> >     >
> >     > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz>
> > wrote:
> >     >
> >     > > +1 (non-binding). I used the staged binaries and run some of my
> > tests
> >     > > against them. All seems to look good to me.
> >     > >
> >     > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax
> > <ma...@confluent.io>
> >     > > wrote:
> >     > >
> >     > > > Hello Kafka users, developers and client-developers,
> >     > > >
> >     > > > This is the third candidate for release of Apache Kafka 2.2.0.
> >     > > >
> >     > > >  - Added SSL support for custom principal name
> >     > > >  - Allow SASL connections to periodically re-authenticate
> >     > > >  - Command line tool bin/kafka-topics.sh adds AdminClient
> > support
> >     > > >  - Improved consumer group management
> >     > > >    - default group.id is `null` instead of empty string
> >     > > >  - API improvement
> >     > > >    - Producer: introduce close(Duration)
> >     > > >    - AdminClient: introduce close(Duration)
> >     > > >    - Kafka Streams: new flatTransform() operator in Streams
> > DSL
> >     > > >    - KafkaStreams (and other classed) now implement
> > AutoClosable to
> >     > > > support try-with-resource
> >     > > >    - New Serdes and default method implementations
> >     > > >  - Kafka Streams exposed internal client.id via ThreadMetadata
> >     > > >  - Metric improvements:  All `-min`, `-avg` and `-max`
> > metrics will now
> >     > > > output `NaN` as default value
> >     > > > Release notes for the 2.2.0 release:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
> >     > > >
> >     > > > *** Please download, test, and vote by Thursday, March 14,
> > 9am PST.
> >     > > >
> >     > > > Kafka's KEYS file containing PGP keys we use to sign the
> > release:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
> >     > > >
> >     > > > * Release artifacts to be voted upon (source and binary):
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
> >     > > >
> >     > > > * Maven artifacts to be voted upon:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
> >     > > >
> >     > > > * Javadoc:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
> >     > > >
> >     > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
> >     > > >
> >     > > > * Documentation:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
> >     > > >
> >     > > > * Protocol:
> >     > > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
> >     > > >
> >     > > > * Jenkins builds for the 2.2 branch:
> >     > > > Unit/integration tests:
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
> >     > > > System tests:
> >     > >
> >
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
> >     > > >
> >     > > > /**************************************
> >     > > >
> >     > > > Thanks,
> >     > > >
> >     > > > -Matthias
> >     > > >
> >     > > >
> >     > >
> >     >
> >
> >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Harsha <ka...@harsha.io>.
+1 (non-bidning)
 - Download artifacts, setup 3 node cluster
- Ran producer/consumer clients

Thanks,
Harsha

On Thu, Mar 21, 2019, at 5:54 AM, Andrew Schofield wrote:
> +1 (non-binding)
> 
> - Downloaded the artifacts
> - Ran Kafka Connect connectors
> 
> Thanks,
> Andrew Schofield
> IBM Event Streams
> 
> On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:
> 
>     +1 (non-binding)
>     
>     - Verified the artifacts, build from src, ran tests
>     - Verified the quickstart, ran producer/consumer performance tests.
>     
>     Thanks for running release!.
>     
>     Thanks,
>     Manikumar
>     
>     On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
>     wrote:
>     
>     > +1
>     >
>     > Validated signatures, and ran through quick-start.
>     >
>     > Thanks!
>     >
>     > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> 
> wrote:
>     >
>     > > +1 (non-binding). I used the staged binaries and run some of my 
> tests
>     > > against them. All seems to look good to me.
>     > >
>     > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax 
> <ma...@confluent.io>
>     > > wrote:
>     > >
>     > > > Hello Kafka users, developers and client-developers,
>     > > >
>     > > > This is the third candidate for release of Apache Kafka 2.2.0.
>     > > >
>     > > >  - Added SSL support for custom principal name
>     > > >  - Allow SASL connections to periodically re-authenticate
>     > > >  - Command line tool bin/kafka-topics.sh adds AdminClient 
> support
>     > > >  - Improved consumer group management
>     > > >    - default group.id is `null` instead of empty string
>     > > >  - API improvement
>     > > >    - Producer: introduce close(Duration)
>     > > >    - AdminClient: introduce close(Duration)
>     > > >    - Kafka Streams: new flatTransform() operator in Streams 
> DSL
>     > > >    - KafkaStreams (and other classed) now implement 
> AutoClosable to
>     > > > support try-with-resource
>     > > >    - New Serdes and default method implementations
>     > > >  - Kafka Streams exposed internal client.id via ThreadMetadata
>     > > >  - Metric improvements:  All `-min`, `-avg` and `-max` 
> metrics will now
>     > > > output `NaN` as default value
>     > > > Release notes for the 2.2.0 release:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
>     > > >
>     > > > *** Please download, test, and vote by Thursday, March 14, 
> 9am PST.
>     > > >
>     > > > Kafka's KEYS file containing PGP keys we use to sign the 
> release:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
>     > > >
>     > > > * Release artifacts to be voted upon (source and binary):
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
>     > > >
>     > > > * Maven artifacts to be voted upon:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
>     > > >
>     > > > * Javadoc:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
>     > > >
>     > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
>     > > >
>     > > > * Documentation:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
>     > > >
>     > > > * Protocol:
>     > > > 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
>     > > >
>     > > > * Jenkins builds for the 2.2 branch:
>     > > > Unit/integration tests: 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
>     > > > System tests:
>     > > 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
>     > > >
>     > > > /**************************************
>     > > >
>     > > > Thanks,
>     > > >
>     > > > -Matthias
>     > > >
>     > > >
>     > >
>     >
>     
> 
>

Re: [VOTE] 2.2.0 RC2

Posted by Andrew Schofield <an...@live.com>.
+1 (non-binding)

- Downloaded the artifacts
- Ran Kafka Connect connectors

Thanks,
Andrew Schofield
IBM Event Streams

On 19/03/2019, 19:13, "Manikumar" <ma...@gmail.com> wrote:

    +1 (non-binding)
    
    - Verified the artifacts, build from src, ran tests
    - Verified the quickstart, ran producer/consumer performance tests.
    
    Thanks for running release!.
    
    Thanks,
    Manikumar
    
    On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
    wrote:
    
    > +1
    >
    > Validated signatures, and ran through quick-start.
    >
    > Thanks!
    >
    > On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:
    >
    > > +1 (non-binding). I used the staged binaries and run some of my tests
    > > against them. All seems to look good to me.
    > >
    > > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
    > > wrote:
    > >
    > > > Hello Kafka users, developers and client-developers,
    > > >
    > > > This is the third candidate for release of Apache Kafka 2.2.0.
    > > >
    > > >  - Added SSL support for custom principal name
    > > >  - Allow SASL connections to periodically re-authenticate
    > > >  - Command line tool bin/kafka-topics.sh adds AdminClient support
    > > >  - Improved consumer group management
    > > >    - default group.id is `null` instead of empty string
    > > >  - API improvement
    > > >    - Producer: introduce close(Duration)
    > > >    - AdminClient: introduce close(Duration)
    > > >    - Kafka Streams: new flatTransform() operator in Streams DSL
    > > >    - KafkaStreams (and other classed) now implement AutoClosable to
    > > > support try-with-resource
    > > >    - New Serdes and default method implementations
    > > >  - Kafka Streams exposed internal client.id via ThreadMetadata
    > > >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
    > > > output `NaN` as default value
    > > > Release notes for the 2.2.0 release:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2FRELEASE_NOTES.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=zBUbQlQiAuGZzs33TUPUqsuC8IpPavg2lT3yPFO%2F3nA%3D&amp;reserved=0
    > > >
    > > > *** Please download, test, and vote by Thursday, March 14, 9am PST.
    > > >
    > > > Kafka's KEYS file containing PGP keys we use to sign the release:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2FKEYS&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079314852&amp;sdata=g1Gg%2BoIRgpKUum5%2Bmi2plT1qIfH9d2aZkdK9jw7DLxM%3D&amp;reserved=0
    > > >
    > > > * Release artifacts to be voted upon (source and binary):
    > > > https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=dUZrMCGvR4ki8XS%2B9dEDQ5Bavv4A4xq86CtcXQ6tnFs%3D&amp;reserved=0
    > > >
    > > > * Maven artifacts to be voted upon:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Fgroups%2Fstaging%2Forg%2Fapache%2Fkafka%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=sCoRIXmcRQd473bRqwFgQaSm2XI%2BBqHw%2FbiddQd4hnE%3D&amp;reserved=0
    > > >
    > > > * Javadoc:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https:%2F%2Fhome.apache.org%2F~mjsax%2Fkafka-2.2.0-rc2%2Fjavadoc%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=iK4WEFuaK0lCySWROi7BbBv%2Bpg8h%2B9umbVNA7I1rqxc%3D&amp;reserved=0
    > > >
    > > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fkafka%2Freleases%2Ftag%2F2.2.0-rc2&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=UYH6TgZ%2Fiki82Ep5kp6V8f6K6A1PMSLSmnR29OfJxmc%3D&amp;reserved=0
    > > >
    > > > * Documentation:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fdocumentation.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=bLuJvWXlsS%2BwBLm7PRnGntsV7AaTTiQBnkpePEOoy9M%3D&amp;reserved=0
    > > >
    > > > * Protocol:
    > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkafka.apache.org%2F22%2Fprotocol.html&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=13VBEeWc3RL0D0DH4%2BSJVHrTJrcopS46Z3LRgtbwvXU%3D&amp;reserved=0
    > > >
    > > > * Jenkins builds for the 2.2 branch:
    > > > Unit/integration tests: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2Fkafka-2.2-jdk8%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=wRvoPXf2e3nXopNo%2BQEs9uWJHbGw78A6eQiN%2BDolYZE%3D&amp;reserved=0
    > > > System tests:
    > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjenkins.confluent.io%2Fjob%2Fsystem-test-kafka%2Fjob%2F2.2%2F&amp;data=02%7C01%7C%7Cbc5822a806a749b0638208d6ac9ef756%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636886196079324862&amp;sdata=nuifH%2FrtcvPmxnvZScSNPtY2ofnWlNdFviQlJSy9zWE%3D&amp;reserved=0
    > > >
    > > > /**************************************
    > > >
    > > > Thanks,
    > > >
    > > > -Matthias
    > > >
    > > >
    > >
    >
    


Re: [VOTE] 2.2.0 RC2

Posted by Manikumar <ma...@gmail.com>.
+1 (non-binding)

- Verified the artifacts, build from src, ran tests
- Verified the quickstart, ran producer/consumer performance tests.

Thanks for running release!.

Thanks,
Manikumar

On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
wrote:

> +1
>
> Validated signatures, and ran through quick-start.
>
> Thanks!
>
> On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:
>
> > +1 (non-binding). I used the staged binaries and run some of my tests
> > against them. All seems to look good to me.
> >
> > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
> > wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the third candidate for release of Apache Kafka 2.2.0.
> > >
> > >  - Added SSL support for custom principal name
> > >  - Allow SASL connections to periodically re-authenticate
> > >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> > >  - Improved consumer group management
> > >    - default group.id is `null` instead of empty string
> > >  - API improvement
> > >    - Producer: introduce close(Duration)
> > >    - AdminClient: introduce close(Duration)
> > >    - Kafka Streams: new flatTransform() operator in Streams DSL
> > >    - KafkaStreams (and other classed) now implement AutoClosable to
> > > support try-with-resource
> > >    - New Serdes and default method implementations
> > >  - Kafka Streams exposed internal client.id via ThreadMetadata
> > >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> > > output `NaN` as default value
> > > Release notes for the 2.2.0 release:
> > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> > >
> > > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> > >
> > > 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/~mjsax/kafka-2.2.0-rc2/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc:
> > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> > >
> > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> > >
> > > * Documentation:
> > > https://kafka.apache.org/22/documentation.html
> > >
> > > * Protocol:
> > > https://kafka.apache.org/22/protocol.html
> > >
> > > * Jenkins builds for the 2.2 branch:
> > > Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> > > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> > >
> > > /**************************************
> > >
> > > Thanks,
> > >
> > > -Matthias
> > >
> > >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Manikumar <ma...@gmail.com>.
+1 (non-binding)

- Verified the artifacts, build from src, ran tests
- Verified the quickstart, ran producer/consumer performance tests.

Thanks for running release!.

Thanks,
Manikumar

On Wed, Mar 20, 2019 at 12:19 AM David Arthur <da...@apache.org>
wrote:

> +1
>
> Validated signatures, and ran through quick-start.
>
> Thanks!
>
> On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:
>
> > +1 (non-binding). I used the staged binaries and run some of my tests
> > against them. All seems to look good to me.
> >
> > On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
> > wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the third candidate for release of Apache Kafka 2.2.0.
> > >
> > >  - Added SSL support for custom principal name
> > >  - Allow SASL connections to periodically re-authenticate
> > >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> > >  - Improved consumer group management
> > >    - default group.id is `null` instead of empty string
> > >  - API improvement
> > >    - Producer: introduce close(Duration)
> > >    - AdminClient: introduce close(Duration)
> > >    - Kafka Streams: new flatTransform() operator in Streams DSL
> > >    - KafkaStreams (and other classed) now implement AutoClosable to
> > > support try-with-resource
> > >    - New Serdes and default method implementations
> > >  - Kafka Streams exposed internal client.id via ThreadMetadata
> > >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> > > output `NaN` as default value
> > > Release notes for the 2.2.0 release:
> > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> > >
> > > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> > >
> > > 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/~mjsax/kafka-2.2.0-rc2/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc:
> > > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> > >
> > > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> > >
> > > * Documentation:
> > > https://kafka.apache.org/22/documentation.html
> > >
> > > * Protocol:
> > > https://kafka.apache.org/22/protocol.html
> > >
> > > * Jenkins builds for the 2.2 branch:
> > > Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> > > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> > >
> > > /**************************************
> > >
> > > Thanks,
> > >
> > > -Matthias
> > >
> > >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by David Arthur <da...@apache.org>.
+1

Validated signatures, and ran through quick-start.

Thanks!

On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:

> +1 (non-binding). I used the staged binaries and run some of my tests
> against them. All seems to look good to me.
>
> On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.2.0.
> >
> >  - Added SSL support for custom principal name
> >  - Allow SASL connections to periodically re-authenticate
> >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> >  - Improved consumer group management
> >    - default group.id is `null` instead of empty string
> >  - API improvement
> >    - Producer: introduce close(Duration)
> >    - AdminClient: introduce close(Duration)
> >    - Kafka Streams: new flatTransform() operator in Streams DSL
> >    - KafkaStreams (and other classed) now implement AutoClosable to
> > support try-with-resource
> >    - New Serdes and default method implementations
> >  - Kafka Streams exposed internal client.id via ThreadMetadata
> >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> > output `NaN` as default value
> > Release notes for the 2.2.0 release:
> > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> >
> > 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/~mjsax/kafka-2.2.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/22/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/22/protocol.html
> >
> > * Jenkins builds for the 2.2 branch:
> > Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> > System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> >
> > /**************************************
> >
> > Thanks,
> >
> > -Matthias
> >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by David Arthur <da...@apache.org>.
+1

Validated signatures, and ran through quick-start.

Thanks!

On Mon, Mar 18, 2019 at 4:00 AM Jakub Scholz <ja...@scholz.cz> wrote:

> +1 (non-binding). I used the staged binaries and run some of my tests
> against them. All seems to look good to me.
>
> On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.2.0.
> >
> >  - Added SSL support for custom principal name
> >  - Allow SASL connections to periodically re-authenticate
> >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> >  - Improved consumer group management
> >    - default group.id is `null` instead of empty string
> >  - API improvement
> >    - Producer: introduce close(Duration)
> >    - AdminClient: introduce close(Duration)
> >    - Kafka Streams: new flatTransform() operator in Streams DSL
> >    - KafkaStreams (and other classed) now implement AutoClosable to
> > support try-with-resource
> >    - New Serdes and default method implementations
> >  - Kafka Streams exposed internal client.id via ThreadMetadata
> >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> > output `NaN` as default value
> > Release notes for the 2.2.0 release:
> > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> >
> > 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/~mjsax/kafka-2.2.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/22/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/22/protocol.html
> >
> > * Jenkins builds for the 2.2 branch:
> > Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> > System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> >
> > /**************************************
> >
> > Thanks,
> >
> > -Matthias
> >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 (non-binding). I used the staged binaries and run some of my tests
against them. All seems to look good to me.

On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.2.0.
>
>  - Added SSL support for custom principal name
>  - Allow SASL connections to periodically re-authenticate
>  - Command line tool bin/kafka-topics.sh adds AdminClient support
>  - Improved consumer group management
>    - default group.id is `null` instead of empty string
>  - API improvement
>    - Producer: introduce close(Duration)
>    - AdminClient: introduce close(Duration)
>    - Kafka Streams: new flatTransform() operator in Streams DSL
>    - KafkaStreams (and other classed) now implement AutoClosable to
> support try-with-resource
>    - New Serdes and default method implementations
>  - Kafka Streams exposed internal client.id via ThreadMetadata
>  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> output `NaN` as default value
> Release notes for the 2.2.0 release:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test, and vote by Thursday, March 14, 9am PST.
>
> 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/~mjsax/kafka-2.2.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> https://github.com/apache/kafka/releases/tag/2.2.0-rc2
>
> * Documentation:
> https://kafka.apache.org/22/documentation.html
>
> * Protocol:
> https://kafka.apache.org/22/protocol.html
>
> * Jenkins builds for the 2.2 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> System tests: https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
>
> /**************************************
>
> Thanks,
>
> -Matthias
>
>

Re: [VOTE] 2.2.0 RC2

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 (non-binding). I used the staged binaries and run some of my tests
against them. All seems to look good to me.

On Sat, Mar 9, 2019 at 11:56 PM Matthias J. Sax <ma...@confluent.io>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.2.0.
>
>  - Added SSL support for custom principal name
>  - Allow SASL connections to periodically re-authenticate
>  - Command line tool bin/kafka-topics.sh adds AdminClient support
>  - Improved consumer group management
>    - default group.id is `null` instead of empty string
>  - API improvement
>    - Producer: introduce close(Duration)
>    - AdminClient: introduce close(Duration)
>    - Kafka Streams: new flatTransform() operator in Streams DSL
>    - KafkaStreams (and other classed) now implement AutoClosable to
> support try-with-resource
>    - New Serdes and default method implementations
>  - Kafka Streams exposed internal client.id via ThreadMetadata
>  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> output `NaN` as default value
> Release notes for the 2.2.0 release:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test, and vote by Thursday, March 14, 9am PST.
>
> 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/~mjsax/kafka-2.2.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> https://github.com/apache/kafka/releases/tag/2.2.0-rc2
>
> * Documentation:
> https://kafka.apache.org/22/documentation.html
>
> * Protocol:
> https://kafka.apache.org/22/protocol.html
>
> * Jenkins builds for the 2.2 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> System tests: https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
>
> /**************************************
>
> Thanks,
>
> -Matthias
>
>

Re: [VOTE] 2.2.0 RC2

Posted by Gwen Shapira <gw...@confluent.io>.
+1

Validated signatures, build from source and quickstart on the binaries.
Looks good!
Awesome release, Matthias.

On Sat, Mar 9, 2019 at 2:56 PM Matthias J. Sax <ma...@confluent.io>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.2.0.
>
>  - Added SSL support for custom principal name
>  - Allow SASL connections to periodically re-authenticate
>  - Command line tool bin/kafka-topics.sh adds AdminClient support
>  - Improved consumer group management
>    - default group.id is `null` instead of empty string
>  - API improvement
>    - Producer: introduce close(Duration)
>    - AdminClient: introduce close(Duration)
>    - Kafka Streams: new flatTransform() operator in Streams DSL
>    - KafkaStreams (and other classed) now implement AutoClosable to
> support try-with-resource
>    - New Serdes and default method implementations
>  - Kafka Streams exposed internal client.id via ThreadMetadata
>  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> output `NaN` as default value
> Release notes for the 2.2.0 release:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test, and vote by Thursday, March 14, 9am PST.
>
> 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/~mjsax/kafka-2.2.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> https://github.com/apache/kafka/releases/tag/2.2.0-rc2
>
> * Documentation:
> https://kafka.apache.org/22/documentation.html
>
> * Protocol:
> https://kafka.apache.org/22/protocol.html
>
> * Jenkins builds for the 2.2 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> System tests: https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
>
> /**************************************
>
> Thanks,
>
> -Matthias
>
>

-- 
*Gwen Shapira*
Product Manager | Confluent
650.450.2760 | @gwenshap
Follow us: Twitter <https://twitter.com/ConfluentInc> | blog
<http://www.confluent.io/blog>

Re: [VOTE] 2.2.0 RC2

Posted by Gwen Shapira <gw...@confluent.io>.
+1

Validated signatures, build from source and quickstart on the binaries.
Looks good!
Awesome release, Matthias.

On Sat, Mar 9, 2019 at 2:56 PM Matthias J. Sax <ma...@confluent.io>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.2.0.
>
>  - Added SSL support for custom principal name
>  - Allow SASL connections to periodically re-authenticate
>  - Command line tool bin/kafka-topics.sh adds AdminClient support
>  - Improved consumer group management
>    - default group.id is `null` instead of empty string
>  - API improvement
>    - Producer: introduce close(Duration)
>    - AdminClient: introduce close(Duration)
>    - Kafka Streams: new flatTransform() operator in Streams DSL
>    - KafkaStreams (and other classed) now implement AutoClosable to
> support try-with-resource
>    - New Serdes and default method implementations
>  - Kafka Streams exposed internal client.id via ThreadMetadata
>  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> output `NaN` as default value
> Release notes for the 2.2.0 release:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test, and vote by Thursday, March 14, 9am PST.
>
> 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/~mjsax/kafka-2.2.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> https://github.com/apache/kafka/releases/tag/2.2.0-rc2
>
> * Documentation:
> https://kafka.apache.org/22/documentation.html
>
> * Protocol:
> https://kafka.apache.org/22/protocol.html
>
> * Jenkins builds for the 2.2 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> System tests: https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
>
> /**************************************
>
> Thanks,
>
> -Matthias
>
>

-- 
*Gwen Shapira*
Product Manager | Confluent
650.450.2760 | @gwenshap
Follow us: Twitter <https://twitter.com/ConfluentInc> | blog
<http://www.confluent.io/blog>

Re: [VOTE] 2.2.0 RC2

Posted by Rajini Sivaram <ra...@gmail.com>.
+1 (binding)

Verified quick start using kafka_2.11 and kafka_2.12 binaries. Built from
source and ran tests. Checked release notes, javadoc and documentation.

Thanks for running the release, Matthias!

Regards,

Rajini


On Wed, Mar 20, 2019 at 7:30 PM Bill Bejeck <bi...@confluent.io> wrote:

> +1 (non-binding)
>
> - Validated signature
> - build from source and ran tests (all passed)
> - verified the quick start and Kafka Streams quick start
>
> On Sat, Mar 9, 2019 at 5:56 PM Matthias J. Sax <ma...@confluent.io>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.2.0.
> >
> >  - Added SSL support for custom principal name
> >  - Allow SASL connections to periodically re-authenticate
> >  - Command line tool bin/kafka-topics.sh adds AdminClient support
> >  - Improved consumer group management
> >    - default group.id is `null` instead of empty string
> >  - API improvement
> >    - Producer: introduce close(Duration)
> >    - AdminClient: introduce close(Duration)
> >    - Kafka Streams: new flatTransform() operator in Streams DSL
> >    - KafkaStreams (and other classed) now implement AutoClosable to
> > support try-with-resource
> >    - New Serdes and default method implementations
> >  - Kafka Streams exposed internal client.id via ThreadMetadata
> >  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> > output `NaN` as default value
> > Release notes for the 2.2.0 release:
> > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test, and vote by Thursday, March 14, 9am PST.
> >
> > 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/~mjsax/kafka-2.2.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.2.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/22/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/22/protocol.html
> >
> > * Jenkins builds for the 2.2 branch:
> > Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> > System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
> >
> > /**************************************
> >
> > Thanks,
> >
> > -Matthias
> >
> >
>

Re: [VOTE] 2.2.0 RC2

Posted by Bill Bejeck <bi...@confluent.io>.
+1 (non-binding)

- Validated signature
- build from source and ran tests (all passed)
- verified the quick start and Kafka Streams quick start

On Sat, Mar 9, 2019 at 5:56 PM Matthias J. Sax <ma...@confluent.io>
wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.2.0.
>
>  - Added SSL support for custom principal name
>  - Allow SASL connections to periodically re-authenticate
>  - Command line tool bin/kafka-topics.sh adds AdminClient support
>  - Improved consumer group management
>    - default group.id is `null` instead of empty string
>  - API improvement
>    - Producer: introduce close(Duration)
>    - AdminClient: introduce close(Duration)
>    - Kafka Streams: new flatTransform() operator in Streams DSL
>    - KafkaStreams (and other classed) now implement AutoClosable to
> support try-with-resource
>    - New Serdes and default method implementations
>  - Kafka Streams exposed internal client.id via ThreadMetadata
>  - Metric improvements:  All `-min`, `-avg` and `-max` metrics will now
> output `NaN` as default value
> Release notes for the 2.2.0 release:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test, and vote by Thursday, March 14, 9am PST.
>
> 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/~mjsax/kafka-2.2.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~mjsax/kafka-2.2.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.2 branch) is the 2.2.0 tag:
> https://github.com/apache/kafka/releases/tag/2.2.0-rc2
>
> * Documentation:
> https://kafka.apache.org/22/documentation.html
>
> * Protocol:
> https://kafka.apache.org/22/protocol.html
>
> * Jenkins builds for the 2.2 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/
> System tests: https://jenkins.confluent.io/job/system-test-kafka/job/2.2/
>
> /**************************************
>
> Thanks,
>
> -Matthias
>
>