Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread Chesnay Schepler
Thanks everyone; I have opened a PR: https://github.com/apache/flink/pull/20526 On 10/08/2022 04:16, Xingbo Huang wrote: I'm not sure if this kafka upgrade will bring other unknown problems, but if this upgrade can help us solve known critical bugs, the sooner the upgrade, the better. Before cu

Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread Xingbo Huang
I'm not sure if this kafka upgrade will bring other unknown problems, but if this upgrade can help us solve known critical bugs, the sooner the upgrade, the better. Before cutting release-1.16 branch, we will still have enough time to test the impact. So I'm +1 for including this fix in 1.16.0. B

Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread Mason Chen
+1 We don't have a reproducible test in Flink CI to tell if the issue is definitely solved. However, bumping the version doesn't make matters worse then the current state. Best, Mason On Tue, Aug 9, 2022 at 10:56 AM David Anderson wrote: > I'm in favor of adopting this fix in 1.16.0. > > +1 >

Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread David Anderson
I'm in favor of adopting this fix in 1.16.0. +1 On Tue, Aug 9, 2022 at 7:13 AM tison wrote: > +1 > > This looks reasonable. > > Best, > tison. > > > Thomas Weise 于2022年8月9日周二 21:33写道: > > > +1 for bumping the Kafka dependency. > > > > Flink X.Y.0 releases require thorough testing, so consideri

Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread tison
+1 This looks reasonable. Best, tison. Thomas Weise 于2022年8月9日周二 21:33写道: > +1 for bumping the Kafka dependency. > > Flink X.Y.0 releases require thorough testing, so considering the severity > of the problem this is still good timing, even that close to the first RC. > > Thanks for bringing

Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread Thomas Weise
+1 for bumping the Kafka dependency. Flink X.Y.0 releases require thorough testing, so considering the severity of the problem this is still good timing, even that close to the first RC. Thanks for bringing this up. Thomas On Tue, Aug 9, 2022 at 7:51 AM Chesnay Schepler wrote: > Hello, > > Th

Re: [DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread Galen Warren
I would love to see this issue resolved in 1.16.0. Thanks. On Tue, Aug 9, 2022, 7:50 AM Chesnay Schepler wrote: > Hello, > > The Kafka upgrade in 1.15.0 resulted in a regression > (https://issues.apache.org/jira/browse/FLINK-28060) where offsets are > not committed to Kafka, impeding monitoring

[DISCUSS] Bump Kafka to 3.2.1 for 1.16.0

2022-08-09 Thread Chesnay Schepler
Hello, The Kafka upgrade in 1.15.0 resulted in a regression (https://issues.apache.org/jira/browse/FLINK-28060) where offsets are not committed to Kafka, impeding monitoring and the starting offsets functionality of the connector. This has been fixed a about a week ago in Kafka 3.2.1. The q