Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-30 Thread Bruno Cadonna

Hi all,

Today is code freeze for Apache Kafka 3.2.0!

I will still accept commits cherry-picked from trunk on the 3.2 branch 
for the remaining of this week. From Monday on, I will only accept 
commits for blockers on the 3.2 branch. Also on Monday I am going to 
start moving non-blocker tickets that were aimed for 3.2.0 to the next 
major release.


Please help testing the release and notify this thread if you find any 
regression/blocker.


Best,
Bruno


On 21.03.22 22:22, Bruno Cadonna wrote:

Hi Kafkateers,

Last week we reached feature freeze for the next major release of Apache 
Kafka.


I cut the release branch for 3.2 and bumped trunk to 3.3.0-SNAPSHOT. 
 From this point, commits that should go into 3.2.0 should be merged 
into trunk and cherry-picked to 3.2.



I removed the KIPs for which I think the main PRs were not merged from 
the release plan for AK 3.2.0. Please, verify the plan and let me know 
if I removed a KIP that should not have been removed.


Until code freeze on 30 March, please help with fixing flaky tests, 
finding bugs, testing, and updating documentation.


You can find the list of open issues for 3.2.0 under the following link:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%203.2.0%20AND%20status%20not%20in%20(resolved%2C%20closed)%20ORDER%20BY%20priority%20DESC%2C%20status%20DESC%2C%20updated%20DESC%20%20%20%20%20%20%20%20%20 




Best,
Bruno

On 15.03.22 15:11, Bruno Cadonna wrote:

Hi all,

A quick reminder that feature freeze for Apache 3.2.0 is tomorrow. 
Please make sure to get your features merged into trunk.


I will cut the release branch on Monday.

Best,
Bruno

On 07.03.22 15:03, Bruno Cadonna wrote:

Hi Kafkateers,

Last week we reached KIP freeze for the next major release 3.2.0 of 
Apache Kafka.


I have updated the release plan for AK 3.2.0 with all the KIPs that 
passed the vote last week.


Please, verify the plan and let me know if any KIP should be added
to or removed from the release plan.

For the KIPs which are still in progress, please work closely with your
reviewers to make sure that they land on time for the feature freeze.

The next milestone for the AK 3.2.0 release is feature freeze on 
March 16th 2022.


Best,
Bruno

On 01.03.22 17:41, Bruno Cadonna wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. 
Please make sure to close your votes if you want to add a KIP to the 
release plan.


Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:    30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if 
you have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-24 Thread Luke Chen
Added the jira query link for the blocker tickets that needed to help.

https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%203.2.0%20AND%20priority%20%3D%20Blocker%20AND%20assignee%20in%20(EMPTY)%20AND%20%20status%20not%20in%20(resolved%2C%20closed)%20ORDER%20BY%20priority%20DESC%2C%20status%20DESC%2C%20updated%20DESC

Thank you.
Luke

On Thu, Mar 24, 2022 at 9:04 PM Bruno Cadonna  wrote:

> Hi Kafkateers,
>
> we still have 16 blocker tickets and 7 critical tickets that are not
> resolved for AK 3.2.
>
> Out of these tickets 13 are flaky tests. Those flaky tests were disabled
> to not hinder further development
> (https://github.com/apache/kafka/pull/11895). Still we need to
> investigate whether those flaky tests are:
> - flaky (then we need to fix the test)
> - surfacing an actual bug (then we need to fix the production code)
> - not of great value (then we should remove the test to avoid noise)
>
> So please help investigating those flaky tests and resolve them by
> fixing the test, fixing production code, or removing the test.
>
> Besides the flaky tests, also the other blocker tickets and critical
> tickets need some attention.
>
> Best,
> Bruno
>
> On 21.03.22 22:22, Bruno Cadonna wrote:
> > Hi Kafkateers,
> >
> > Last week we reached feature freeze for the next major release of Apache
> > Kafka.
> >
> > I cut the release branch for 3.2 and bumped trunk to 3.3.0-SNAPSHOT.
> >  From this point, commits that should go into 3.2.0 should be merged
> > into trunk and cherry-picked to 3.2.
> >
> >
> > I removed the KIPs for which I think the main PRs were not merged from
> > the release plan for AK 3.2.0. Please, verify the plan and let me know
> > if I removed a KIP that should not have been removed.
> >
> > Until code freeze on 30 March, please help with fixing flaky tests,
> > finding bugs, testing, and updating documentation.
> >
> > You can find the list of open issues for 3.2.0 under the following link:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%203.2.0%20AND%20status%20not%20in%20(resolved%2C%20closed)%20ORDER%20BY%20priority%20DESC%2C%20status%20DESC%2C%20updated%20DESC%20%20%20%20%20%20%20%20%20
> >
> >
> >
> > Best,
> > Bruno
> >
> > On 15.03.22 15:11, Bruno Cadonna wrote:
> >> Hi all,
> >>
> >> A quick reminder that feature freeze for Apache 3.2.0 is tomorrow.
> >> Please make sure to get your features merged into trunk.
> >>
> >> I will cut the release branch on Monday.
> >>
> >> Best,
> >> Bruno
> >>
> >> On 07.03.22 15:03, Bruno Cadonna wrote:
> >>> Hi Kafkateers,
> >>>
> >>> Last week we reached KIP freeze for the next major release 3.2.0 of
> >>> Apache Kafka.
> >>>
> >>> I have updated the release plan for AK 3.2.0 with all the KIPs that
> >>> passed the vote last week.
> >>>
> >>> Please, verify the plan and let me know if any KIP should be added
> >>> to or removed from the release plan.
> >>>
> >>> For the KIPs which are still in progress, please work closely with your
> >>> reviewers to make sure that they land on time for the feature freeze.
> >>>
> >>> The next milestone for the AK 3.2.0 release is feature freeze on
> >>> March 16th 2022.
> >>>
> >>> Best,
> >>> Bruno
> >>>
> >>> On 01.03.22 17:41, Bruno Cadonna wrote:
>  Hi all,
> 
>  A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow.
>  Please make sure to close your votes if you want to add a KIP to the
>  release plan.
> 
>  Best,
>  Bruno
> 
>  On 15.02.22 12:37, Bruno Cadonna wrote:
> > Hi all,
> >
> > I published a release plan for the Apache Kafka 3.2.0 release here:
> > https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
> >
> > KIP Freeze: 2 March 2022
> > Feature Freeze: 16 March 2022
> > Code Freeze:30 March 2022
> >
> > At least two weeks of stabilization will follow Code Freeze.
> >
> > Please let me know if should add or remove KIPs from the plan or if
> > you have any other objections.
> >
> > Best,
> > Bruno
> >
> >
> > On 04.02.22 16:03, Bruno Cadonna wrote:
> >> Hi,
> >>
> >> I'd like to volunteer to be the release manager for our next
> >> feature release, 3.2.0. If there are no objections, I'll send
> >> out the release plan soon.
> >>
> >> Best,
> >> Bruno
>


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-24 Thread Bruno Cadonna

Hi Kafkateers,

we still have 16 blocker tickets and 7 critical tickets that are not 
resolved for AK 3.2.


Out of these tickets 13 are flaky tests. Those flaky tests were disabled 
to not hinder further development 
(https://github.com/apache/kafka/pull/11895). Still we need to 
investigate whether those flaky tests are:

- flaky (then we need to fix the test)
- surfacing an actual bug (then we need to fix the production code)
- not of great value (then we should remove the test to avoid noise)

So please help investigating those flaky tests and resolve them by 
fixing the test, fixing production code, or removing the test.


Besides the flaky tests, also the other blocker tickets and critical 
tickets need some attention.


Best,
Bruno

On 21.03.22 22:22, Bruno Cadonna wrote:

Hi Kafkateers,

Last week we reached feature freeze for the next major release of Apache 
Kafka.


I cut the release branch for 3.2 and bumped trunk to 3.3.0-SNAPSHOT. 
 From this point, commits that should go into 3.2.0 should be merged 
into trunk and cherry-picked to 3.2.



I removed the KIPs for which I think the main PRs were not merged from 
the release plan for AK 3.2.0. Please, verify the plan and let me know 
if I removed a KIP that should not have been removed.


Until code freeze on 30 March, please help with fixing flaky tests, 
finding bugs, testing, and updating documentation.


You can find the list of open issues for 3.2.0 under the following link:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%203.2.0%20AND%20status%20not%20in%20(resolved%2C%20closed)%20ORDER%20BY%20priority%20DESC%2C%20status%20DESC%2C%20updated%20DESC%20%20%20%20%20%20%20%20%20 




Best,
Bruno

On 15.03.22 15:11, Bruno Cadonna wrote:

Hi all,

A quick reminder that feature freeze for Apache 3.2.0 is tomorrow. 
Please make sure to get your features merged into trunk.


I will cut the release branch on Monday.

Best,
Bruno

On 07.03.22 15:03, Bruno Cadonna wrote:

Hi Kafkateers,

Last week we reached KIP freeze for the next major release 3.2.0 of 
Apache Kafka.


I have updated the release plan for AK 3.2.0 with all the KIPs that 
passed the vote last week.


Please, verify the plan and let me know if any KIP should be added
to or removed from the release plan.

For the KIPs which are still in progress, please work closely with your
reviewers to make sure that they land on time for the feature freeze.

The next milestone for the AK 3.2.0 release is feature freeze on 
March 16th 2022.


Best,
Bruno

On 01.03.22 17:41, Bruno Cadonna wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. 
Please make sure to close your votes if you want to add a KIP to the 
release plan.


Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:    30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if 
you have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-21 Thread Bruno Cadonna

Hi Kafkateers,

Last week we reached feature freeze for the next major release of Apache 
Kafka.


I cut the release branch for 3.2 and bumped trunk to 3.3.0-SNAPSHOT. 
From this point, commits that should go into 3.2.0 should be merged 
into trunk and cherry-picked to 3.2.



I removed the KIPs for which I think the main PRs were not merged from 
the release plan for AK 3.2.0. Please, verify the plan and let me know 
if I removed a KIP that should not have been removed.


Until code freeze on 30 March, please help with fixing flaky tests, 
finding bugs, testing, and updating documentation.


You can find the list of open issues for 3.2.0 under the following link:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%203.2.0%20AND%20status%20not%20in%20(resolved%2C%20closed)%20ORDER%20BY%20priority%20DESC%2C%20status%20DESC%2C%20updated%20DESC%20%20%20%20%20%20%20%20%20 




Best,
Bruno

On 15.03.22 15:11, Bruno Cadonna wrote:

Hi all,

A quick reminder that feature freeze for Apache 3.2.0 is tomorrow. 
Please make sure to get your features merged into trunk.


I will cut the release branch on Monday.

Best,
Bruno

On 07.03.22 15:03, Bruno Cadonna wrote:

Hi Kafkateers,

Last week we reached KIP freeze for the next major release 3.2.0 of 
Apache Kafka.


I have updated the release plan for AK 3.2.0 with all the KIPs that 
passed the vote last week.


Please, verify the plan and let me know if any KIP should be added
to or removed from the release plan.

For the KIPs which are still in progress, please work closely with your
reviewers to make sure that they land on time for the feature freeze.

The next milestone for the AK 3.2.0 release is feature freeze on March 
16th 2022.


Best,
Bruno

On 01.03.22 17:41, Bruno Cadonna wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. 
Please make sure to close your votes if you want to add a KIP to the 
release plan.


Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:    30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if 
you have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-15 Thread Bruno Cadonna

Hi Levani,

feature freeze is tomorrow but I will cut the release branch on Monday. 
So you have a buffer.


Even after Monday, you will still have the possibility to merge minor 
changes to the feature into the release branch until code freeze (30 
March 2022). However, the main part of a feature needs to be merged into 
trunk before the cut of the release branch.


Best,
Bruno


On 15.03.22 16:13, Levani Kokhreidze wrote:

Hi Bruno,

I assume we will be able to merge changes tomorrow as well?

Thanks,
Levani


On 15. Mar 2022, at 16:11, Bruno Cadonna  wrote:

Hi all,

A quick reminder that feature freeze for Apache 3.2.0 is tomorrow. Please make 
sure to get your features merged into trunk.

I will cut the release branch on Monday.

Best,
Bruno

On 07.03.22 15:03, Bruno Cadonna wrote:

Hi Kafkateers,
Last week we reached KIP freeze for the next major release 3.2.0 of Apache 
Kafka.
I have updated the release plan for AK 3.2.0 with all the KIPs that passed the 
vote last week.
Please, verify the plan and let me know if any KIP should be added
to or removed from the release plan.
For the KIPs which are still in progress, please work closely with your
reviewers to make sure that they land on time for the feature freeze.
The next milestone for the AK 3.2.0 release is feature freeze on March 16th 
2022.
Best,
Bruno
On 01.03.22 17:41, Bruno Cadonna wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. Please make 
sure to close your votes if you want to add a KIP to the release plan.

Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if you have 
any other objections.

Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno




Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-15 Thread Levani Kokhreidze
Hi Bruno,

I assume we will be able to merge changes tomorrow as well?

Thanks,
Levani

> On 15. Mar 2022, at 16:11, Bruno Cadonna  wrote:
> 
> Hi all,
> 
> A quick reminder that feature freeze for Apache 3.2.0 is tomorrow. Please 
> make sure to get your features merged into trunk.
> 
> I will cut the release branch on Monday.
> 
> Best,
> Bruno
> 
> On 07.03.22 15:03, Bruno Cadonna wrote:
>> Hi Kafkateers,
>> Last week we reached KIP freeze for the next major release 3.2.0 of Apache 
>> Kafka.
>> I have updated the release plan for AK 3.2.0 with all the KIPs that passed 
>> the vote last week.
>> Please, verify the plan and let me know if any KIP should be added
>> to or removed from the release plan.
>> For the KIPs which are still in progress, please work closely with your
>> reviewers to make sure that they land on time for the feature freeze.
>> The next milestone for the AK 3.2.0 release is feature freeze on March 16th 
>> 2022.
>> Best,
>> Bruno
>> On 01.03.22 17:41, Bruno Cadonna wrote:
>>> Hi all,
>>> 
>>> A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. Please 
>>> make sure to close your votes if you want to add a KIP to the release plan.
>>> 
>>> Best,
>>> Bruno
>>> 
>>> On 15.02.22 12:37, Bruno Cadonna wrote:
 Hi all,
 
 I published a release plan for the Apache Kafka 3.2.0 release here:
 https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
 
 KIP Freeze: 2 March 2022
 Feature Freeze: 16 March 2022
 Code Freeze:30 March 2022
 
 At least two weeks of stabilization will follow Code Freeze.
 
 Please let me know if should add or remove KIPs from the plan or if you 
 have any other objections.
 
 Best,
 Bruno
 
 
 On 04.02.22 16:03, Bruno Cadonna wrote:
> Hi,
> 
> I'd like to volunteer to be the release manager for our next
> feature release, 3.2.0. If there are no objections, I'll send
> out the release plan soon.
> 
> Best,
> Bruno



Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-15 Thread Bruno Cadonna

Hi all,

A quick reminder that feature freeze for Apache 3.2.0 is tomorrow. 
Please make sure to get your features merged into trunk.


I will cut the release branch on Monday.

Best,
Bruno

On 07.03.22 15:03, Bruno Cadonna wrote:

Hi Kafkateers,

Last week we reached KIP freeze for the next major release 3.2.0 of 
Apache Kafka.


I have updated the release plan for AK 3.2.0 with all the KIPs that 
passed the vote last week.


Please, verify the plan and let me know if any KIP should be added
to or removed from the release plan.

For the KIPs which are still in progress, please work closely with your
reviewers to make sure that they land on time for the feature freeze.

The next milestone for the AK 3.2.0 release is feature freeze on March 
16th 2022.


Best,
Bruno

On 01.03.22 17:41, Bruno Cadonna wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. 
Please make sure to close your votes if you want to add a KIP to the 
release plan.


Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:    30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if 
you have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-07 Thread Bruno Cadonna

Hi Kafkateers,

Last week we reached KIP freeze for the next major release 3.2.0 of 
Apache Kafka.


I have updated the release plan for AK 3.2.0 with all the KIPs that 
passed the vote last week.


Please, verify the plan and let me know if any KIP should be added
to or removed from the release plan.

For the KIPs which are still in progress, please work closely with your
reviewers to make sure that they land on time for the feature freeze.

The next milestone for the AK 3.2.0 release is feature freeze on March 
16th 2022.


Best,
Bruno

On 01.03.22 17:41, Bruno Cadonna wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. 
Please make sure to close your votes if you want to add a KIP to the 
release plan.


Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:    30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if 
you have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-02 Thread Bruno Cadonna

Hi Ziming Deng,

Thank you for the ping!

I added KIP-815 to the release plan!

Best,
Bruno

On 02.03.22 01:14, deng ziming wrote:

Hey Bruno,

Can we add KIP-815 to the plan? 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-815%3A++Support+max-timestamp+in+GetOffsetShell
 

The vote has passed just 2 days ago.

—
Thanks,
Ziming Deng


On Mar 2, 2022, at 12:41 AM, Bruno Cadonna  wrote:

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. Please make 
sure to close your votes if you want to add a KIP to the release plan.

Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,
I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:30 March 2022
At least two weeks of stabilization will follow Code Freeze.
Please let me know if should add or remove KIPs from the plan or if you have 
any other objections.
Best,
Bruno
On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno





Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-01 Thread deng ziming
Hey Bruno,

Can we add KIP-815 to the plan? 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-815%3A++Support+max-timestamp+in+GetOffsetShell
 

The vote has passed just 2 days ago.

—
Thanks,
Ziming Deng

> On Mar 2, 2022, at 12:41 AM, Bruno Cadonna  wrote:
> 
> Hi all,
> 
> A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. Please 
> make sure to close your votes if you want to add a KIP to the release plan.
> 
> Best,
> Bruno
> 
> On 15.02.22 12:37, Bruno Cadonna wrote:
>> Hi all,
>> I published a release plan for the Apache Kafka 3.2.0 release here:
>> https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
>> KIP Freeze: 2 March 2022
>> Feature Freeze: 16 March 2022
>> Code Freeze:30 March 2022
>> At least two weeks of stabilization will follow Code Freeze.
>> Please let me know if should add or remove KIPs from the plan or if you have 
>> any other objections.
>> Best,
>> Bruno
>> On 04.02.22 16:03, Bruno Cadonna wrote:
>>> Hi,
>>> 
>>> I'd like to volunteer to be the release manager for our next
>>> feature release, 3.2.0. If there are no objections, I'll send
>>> out the release plan soon.
>>> 
>>> Best,
>>> Bruno



Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-03-01 Thread Bruno Cadonna

Hi all,

A quick reminder that KIP freeze for the Apache 3.2.0 is tomorrow. 
Please make sure to close your votes if you want to add a KIP to the 
release plan.


Best,
Bruno

On 15.02.22 12:37, Bruno Cadonna wrote:

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:    30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if you 
have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-17 Thread Bruno Cadonna

Hi Haruki,

Thank you for proposing to add KIP-764!

I added the KIP to the release plan.

Best,
Bruno

On 17.02.22 00:32, Haruki Okada wrote:

Hi Bruno,

Thank you for driving the release !
Can we add KIP-764 to the plan? (
https://cwiki.apache.org/confluence/display/KAFKA/KIP-764%3A+Configurable+backlog+size+for+creating+Acceptor
)


Thanks,

2022年2月16日(水) 18:22 Bruno Cadonna :


Hi Julien,

Thank you for the feedback on the release plan.

I added KIP-808 to the plan.

Best,
Bruno

On 16.02.22 09:10, Julien Chanaud wrote:

Hello Bruno,

Can we also add KIP-808 to the plan ?



https://cwiki.apache.org/confluence/display/KAFKA/KIP-808%3A+Add+support+for+different+unix+precisions+in+TimestampConverter+SMT


Thank you,

Julien

Le mar. 15 févr. 2022 à 19:01, Mickael Maison 

a

écrit :


Hi Bruno,

Thanks for publishing the release plan!
Can we add KIP-769 to the plan?

Thanks,
Mickael

On Tue, Feb 15, 2022 at 12:37 PM Bruno Cadonna 

wrote:


Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if you
have any other objections.

Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno











Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-16 Thread Haruki Okada
Hi Bruno,

Thank you for driving the release !
Can we add KIP-764 to the plan? (
https://cwiki.apache.org/confluence/display/KAFKA/KIP-764%3A+Configurable+backlog+size+for+creating+Acceptor
)


Thanks,

2022年2月16日(水) 18:22 Bruno Cadonna :

> Hi Julien,
>
> Thank you for the feedback on the release plan.
>
> I added KIP-808 to the plan.
>
> Best,
> Bruno
>
> On 16.02.22 09:10, Julien Chanaud wrote:
> > Hello Bruno,
> >
> > Can we also add KIP-808 to the plan ?
> >
> >
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-808%3A+Add+support+for+different+unix+precisions+in+TimestampConverter+SMT
> >
> > Thank you,
> >
> > Julien
> >
> > Le mar. 15 févr. 2022 à 19:01, Mickael Maison 
> a
> > écrit :
> >
> >> Hi Bruno,
> >>
> >> Thanks for publishing the release plan!
> >> Can we add KIP-769 to the plan?
> >>
> >> Thanks,
> >> Mickael
> >>
> >> On Tue, Feb 15, 2022 at 12:37 PM Bruno Cadonna 
> wrote:
> >>>
> >>> Hi all,
> >>>
> >>> I published a release plan for the Apache Kafka 3.2.0 release here:
> >>> https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
> >>>
> >>> KIP Freeze: 2 March 2022
> >>> Feature Freeze: 16 March 2022
> >>> Code Freeze:30 March 2022
> >>>
> >>> At least two weeks of stabilization will follow Code Freeze.
> >>>
> >>> Please let me know if should add or remove KIPs from the plan or if you
> >>> have any other objections.
> >>>
> >>> Best,
> >>> Bruno
> >>>
> >>>
> >>> On 04.02.22 16:03, Bruno Cadonna wrote:
>  Hi,
> 
>  I'd like to volunteer to be the release manager for our next
>  feature release, 3.2.0. If there are no objections, I'll send
>  out the release plan soon.
> 
>  Best,
>  Bruno
> >>
> >
>


-- 

Okada Haruki
ocadar...@gmail.com



Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-16 Thread Bruno Cadonna

Hi Julien,

Thank you for the feedback on the release plan.

I added KIP-808 to the plan.

Best,
Bruno

On 16.02.22 09:10, Julien Chanaud wrote:

Hello Bruno,

Can we also add KIP-808 to the plan ?

https://cwiki.apache.org/confluence/display/KAFKA/KIP-808%3A+Add+support+for+different+unix+precisions+in+TimestampConverter+SMT

Thank you,

Julien

Le mar. 15 févr. 2022 à 19:01, Mickael Maison  a
écrit :


Hi Bruno,

Thanks for publishing the release plan!
Can we add KIP-769 to the plan?

Thanks,
Mickael

On Tue, Feb 15, 2022 at 12:37 PM Bruno Cadonna  wrote:


Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if you
have any other objections.

Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno






Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-16 Thread Bruno Cadonna

Hi Mickael,

Thank you for your feedback on the release plan!
I added KIP-769 to the plan.

Best,
Bruno

On 15.02.22 19:00, Mickael Maison wrote:

Hi Bruno,

Thanks for publishing the release plan!
Can we add KIP-769 to the plan?

Thanks,
Mickael

On Tue, Feb 15, 2022 at 12:37 PM Bruno Cadonna  wrote:


Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if you
have any other objections.

Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-16 Thread Julien Chanaud
Hello Bruno,

Can we also add KIP-808 to the plan ?

https://cwiki.apache.org/confluence/display/KAFKA/KIP-808%3A+Add+support+for+different+unix+precisions+in+TimestampConverter+SMT

Thank you,

Julien

Le mar. 15 févr. 2022 à 19:01, Mickael Maison  a
écrit :

> Hi Bruno,
>
> Thanks for publishing the release plan!
> Can we add KIP-769 to the plan?
>
> Thanks,
> Mickael
>
> On Tue, Feb 15, 2022 at 12:37 PM Bruno Cadonna  wrote:
> >
> > Hi all,
> >
> > I published a release plan for the Apache Kafka 3.2.0 release here:
> > https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
> >
> > KIP Freeze: 2 March 2022
> > Feature Freeze: 16 March 2022
> > Code Freeze:30 March 2022
> >
> > At least two weeks of stabilization will follow Code Freeze.
> >
> > Please let me know if should add or remove KIPs from the plan or if you
> > have any other objections.
> >
> > Best,
> > Bruno
> >
> >
> > On 04.02.22 16:03, Bruno Cadonna wrote:
> > > Hi,
> > >
> > > I'd like to volunteer to be the release manager for our next
> > > feature release, 3.2.0. If there are no objections, I'll send
> > > out the release plan soon.
> > >
> > > Best,
> > > Bruno
>


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-15 Thread Mickael Maison
Hi Bruno,

Thanks for publishing the release plan!
Can we add KIP-769 to the plan?

Thanks,
Mickael

On Tue, Feb 15, 2022 at 12:37 PM Bruno Cadonna  wrote:
>
> Hi all,
>
> I published a release plan for the Apache Kafka 3.2.0 release here:
> https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0
>
> KIP Freeze: 2 March 2022
> Feature Freeze: 16 March 2022
> Code Freeze:30 March 2022
>
> At least two weeks of stabilization will follow Code Freeze.
>
> Please let me know if should add or remove KIPs from the plan or if you
> have any other objections.
>
> Best,
> Bruno
>
>
> On 04.02.22 16:03, Bruno Cadonna wrote:
> > Hi,
> >
> > I'd like to volunteer to be the release manager for our next
> > feature release, 3.2.0. If there are no objections, I'll send
> > out the release plan soon.
> >
> > Best,
> > Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-15 Thread Bruno Cadonna

Hi all,

I published a release plan for the Apache Kafka 3.2.0 release here:
https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.0

KIP Freeze: 2 March 2022
Feature Freeze: 16 March 2022
Code Freeze:30 March 2022

At least two weeks of stabilization will follow Code Freeze.

Please let me know if should add or remove KIPs from the plan or if you 
have any other objections.


Best,
Bruno


On 04.02.22 16:03, Bruno Cadonna wrote:

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-07 Thread Tom Bentley
+1, thanks Bruno!

On Sat, 5 Feb 2022 at 07:17, Luke Chen  wrote:

> Thanks Bruno!
>
> +1
>
> Luke
>
> On Sat, Feb 5, 2022 at 10:50 AM Guozhang Wang  wrote:
>
> > Thanks Bruno! +1
> >
> > On Fri, Feb 4, 2022 at 4:14 PM Ismael Juma  wrote:
> >
> > > Thanks for volunteering, Bruno. +1!
> > >
> > > Ismael
> > >
> > > On Fri, Feb 4, 2022 at 7:03 AM Bruno Cadonna 
> wrote:
> > >
> > > > Hi,
> > > >
> > > > I'd like to volunteer to be the release manager for our next
> > > > feature release, 3.2.0. If there are no objections, I'll send
> > > > out the release plan soon.
> > > >
> > > > Best,
> > > > Bruno
> > > >
> > >
> >
> >
> > --
> > -- Guozhang
> >
>


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread Luke Chen
Thanks Bruno!

+1

Luke

On Sat, Feb 5, 2022 at 10:50 AM Guozhang Wang  wrote:

> Thanks Bruno! +1
>
> On Fri, Feb 4, 2022 at 4:14 PM Ismael Juma  wrote:
>
> > Thanks for volunteering, Bruno. +1!
> >
> > Ismael
> >
> > On Fri, Feb 4, 2022 at 7:03 AM Bruno Cadonna  wrote:
> >
> > > Hi,
> > >
> > > I'd like to volunteer to be the release manager for our next
> > > feature release, 3.2.0. If there are no objections, I'll send
> > > out the release plan soon.
> > >
> > > Best,
> > > Bruno
> > >
> >
>
>
> --
> -- Guozhang
>


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread Guozhang Wang
Thanks Bruno! +1

On Fri, Feb 4, 2022 at 4:14 PM Ismael Juma  wrote:

> Thanks for volunteering, Bruno. +1!
>
> Ismael
>
> On Fri, Feb 4, 2022 at 7:03 AM Bruno Cadonna  wrote:
>
> > Hi,
> >
> > I'd like to volunteer to be the release manager for our next
> > feature release, 3.2.0. If there are no objections, I'll send
> > out the release plan soon.
> >
> > Best,
> > Bruno
> >
>


-- 
-- Guozhang


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread Ismael Juma
Thanks for volunteering, Bruno. +1!

Ismael

On Fri, Feb 4, 2022 at 7:03 AM Bruno Cadonna  wrote:

> Hi,
>
> I'd like to volunteer to be the release manager for our next
> feature release, 3.2.0. If there are no objections, I'll send
> out the release plan soon.
>
> Best,
> Bruno
>


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread Israel Ekpo
+1 thanks for taking this on.

On Fri, Feb 4, 2022 at 11:51 AM Bill Bejeck  wrote:

> +1.  Thanks for volunteering to run the release, Bruno!
>
> -Bill
>
> On Fri, Feb 4, 2022 at 10:18 AM David Jacot  wrote:
>
> > +1. Thanks for volunteering, Bruno!
> >
> > Le ven. 4 févr. 2022 à 16:03, Bruno Cadonna  a
> écrit :
> >
> > > Hi,
> > >
> > > I'd like to volunteer to be the release manager for our next
> > > feature release, 3.2.0. If there are no objections, I'll send
> > > out the release plan soon.
> > >
> > > Best,
> > > Bruno
> > >
> >
>
-- 
Israel Ekpo
Lead Instructor, IzzyAcademy.com
https://www.youtube.com/c/izzyacademy
https://izzyacademy.com/


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread Bill Bejeck
+1.  Thanks for volunteering to run the release, Bruno!

-Bill

On Fri, Feb 4, 2022 at 10:18 AM David Jacot  wrote:

> +1. Thanks for volunteering, Bruno!
>
> Le ven. 4 févr. 2022 à 16:03, Bruno Cadonna  a écrit :
>
> > Hi,
> >
> > I'd like to volunteer to be the release manager for our next
> > feature release, 3.2.0. If there are no objections, I'll send
> > out the release plan soon.
> >
> > Best,
> > Bruno
> >
>


Re: [DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread David Jacot
+1. Thanks for volunteering, Bruno!

Le ven. 4 févr. 2022 à 16:03, Bruno Cadonna  a écrit :

> Hi,
>
> I'd like to volunteer to be the release manager for our next
> feature release, 3.2.0. If there are no objections, I'll send
> out the release plan soon.
>
> Best,
> Bruno
>


[DISCUSS] Apache Kafka 3.2.0 release

2022-02-04 Thread Bruno Cadonna

Hi,

I'd like to volunteer to be the release manager for our next
feature release, 3.2.0. If there are no objections, I'll send
out the release plan soon.

Best,
Bruno