Re: [VOTE] FLIP-533: Cassandra Sink V2

2025-06-12 Thread Danny Cranmer
Thanks for driving this, Poorvank, +1 (binding) Thanks, Danny On Thu, Jun 12, 2025 at 7:19 AM Poorvank Bhatia wrote: > Hi everyone, > > I would like to start a vote on FLIP-533: Cassandra Sink V2 > < > https://cwiki.apache.org/confluence/display/FLINK/FLIP-533%3A+Cassandra+Sink+V2 > >, > which

Re: flink-connector-aws v5.1.0 release planning

2025-05-08 Thread Danny Cranmer
Hello Daren, Sounds good to me, +1 for the release. I can provide support on the steps you do not have permission for. The fixVersions are a bit of a mess in Jira. I see only 2 issues in v5.1.0 [1] and 19 issues in v4.4.0 [2], can you tidy this up? Thanks, Danny [1] https://issues.apache.org/ji

Re: [VOTE] FLIP-524: CloudWatch Metric Sink Connector

2025-05-04 Thread Danny Cranmer
+1 (binding) Thanks, Danny On Sat, 3 May 2025, 15:55 Daren Wong, wrote: > Hi devs, > > A friendly ping if you could vote for this please? This is a new connector > in addition to our existing connectors library which I believe benefits the > Flink community and users, which I am excited about!

Re: [VOTE] FLIP-509 Pluggable Batching For Async Sink

2025-03-15 Thread Danny Cranmer
Thanks for driving this Poorvank. +1 (binding) Thanks, Danny On Wed, 12 Mar 2025, 11:48 Ahmed Hamdy, wrote: > Thanks for addressing the feedback Poorvank, > > +1 (non-binding) > > Best Regards > Ahmed Hamdy > > > On Tue, 11 Mar 2025 at 11:32, Doğuşcan Namal > wrote: > > > Thanks for the FLIP

Re: [DISCUSS] Pluggable Batching for Async Sink in Flink

2025-02-19 Thread Danny Cranmer
Hello Poorvank, Thanks for opening this discussion/FLIP. I am +1 for the idea, it seems like a great enhancement to the AsyncSink. Just one question/observation from me. We currently use a "Deque<..> bufferedRequestEntries". Now we are exposing these batch creators; it might not make sense to use

Re: Blue/Green Deployments support for Flink

2024-11-27 Thread Danny Cranmer
Hello Sergio, Thankyou for starting this discussion, I have a few questions. > having 2 identical pipelines running side-by-side How do you ensure correctness between the 2 identical pipelines? For example, processing time semantics or late data can result in different outputs. Some Sources have

Re: Subject: [VOTE] Release flink-connector-kafka v3.4.0, release candidate #1

2024-11-25 Thread Danny Cranmer
Thanks for driving this release Arvid, +1 (binding) - Release notes look good - Validated source archive signature & checksum - Validated binary signature & checksum - Verified no binaries in source archive - Verified CI build of tag passed - Verified contents of Maven repo. Nit: the URL should b

Re: [VOTE] Release flink-connector-aws v5.0.0, release candidate #3

2024-11-07 Thread Danny Cranmer
Thanks Hong for driving and addressing the issues in the previous release candidate. +1 (binding) * Release notes look good * Source archive signatures and checksums match * There are no binaries in the source * Build source using Maven * Verified Apache headers exist and are correct in the new S

Re: [VOTE] Release flink-connector-prometheus v1.0.0, release candidate #1

2024-11-06 Thread Danny Cranmer
Thanks for driving this Hong (and Lorenzo), nice to see the new connector launching. +1 binding - I note that the AWS SDK version differs between flink-connector-prometheus [1] and flink-connector-aws [2]. This is probably ok, but not ideal. We should find a strategy to align this in the future t

Re: [VOTE] Release flink-connector-aws v5.0.0, release candidate #2

2024-11-06 Thread Danny Cranmer
7 interfaces. > 2/ Breaking changes to the KDS source via Table and SQL API for the > "flink-kinesis-connector" artifact (the old artifact). > > We are taking step (2) because the new KDS source has different > configuration options compared to the old KDS source. > >

Re: [VOTE] Release flink-connector-aws v5.0.0, release candidate #2

2024-11-05 Thread Danny Cranmer
Thanks for driving this release Hong. I cannot find the discussion thread, and was wondering what the justification is for a major release this time? What are we breaking? I will take a look at the release artifacts tomorrow. Thanks, Danny On Tue, 5 Nov 2024, 08:06 Yanquan Lv, wrote: > +1 (non

Re: [DISCUSS] Elasticsearch v3.1 release

2024-10-14 Thread Danny Cranmer
Hey Ahmed, +1 for the release and you as release manager with PMC assistance. Thanks for opening this discussion, we never finished releasing the Elasticsearch connector for Flink 1.19 [1], so we do not have an official version for Flink 1.19/1.20 which is a problem. I am happy to assist you as s

Re: [VOTE] Release flink-connector-kafka v3.3.0, release candidate #1

2024-10-14 Thread Danny Cranmer
Hey Arvid, +1 (binding) - I left a couple of comments on the website PR that need addressing - Release notes look good - Source archive signatures and checksums are correct - There are no binaries in the source archive - Contents of mvn dist look good - Binary signatures and checksums are correct

[jira] [Created] (FLINK-36420) Upgrade org.apache.avro:avro to 1.11.4

2024-10-03 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-36420: - Summary: Upgrade org.apache.avro:avro to 1.11.4 Key: FLINK-36420 URL: https://issues.apache.org/jira/browse/FLINK-36420 Project: Flink Issue Type

Re: Kafka connector releases

2024-09-30 Thread Danny Cranmer
Thanks for driving this Arvid. +1 for the releases and the RM For the 4.0.0 version it would be good to drop the Flink version from the connector version (4.0.0, not 4.0.0-2.0). I started a discussion some time ago [1], however the thread went stale. But I think the feedback was generally aligned

Re: [VOTE] FLIP-477: Amazon SQS Source Connector

2024-09-27 Thread Danny Cranmer
+1 (binding) Thanks, Danny On Fri, Sep 27, 2024 at 8:15 AM Arvid Heise wrote: > +1 (binding), > > Best, > > Arvid > > On Tue, Sep 3, 2024 at 12:35 PM Saurabh Singh > wrote: > > > Hi Flink Devs, > > > > Gentle Reminder for voting on FLIP-477: Amazon SQS Source Connector [1]. > > [1] https://cwi

Re: [DISCUSS] FLIP-XXX Amazon SQS Source Connector

2024-09-03 Thread Danny Cranmer
Hello Saurabh, Thanks for contributing this, I have seen multiple custom implementations of SQS sources, so a community supported version will be a great addition. // .setFailOnError(false) A general callout that this is not ideal, I know we use it elsewhere but we should consider some pluggable

Re: [DISCUSS] FLIP-XXX Apicurio-avro format

2024-07-25 Thread Danny Cranmer
: dev@flink.apache.org > > > Subject: [EXTERNAL] RE: [DISCUSS] FLIP-XXX Apicurio-avro format > > > Hi Danny, > > > Thank you for your feedback on this. > > > > > > I agree that using maps has pros and cons. The maps are flexible, but > do > > > re

Re: [DISCUSS] Connector Externalization Retrospective

2024-06-13 Thread Danny Cranmer
ve been little to > no known issues in the last couple of releases? Would it be possible to > verify that by running e2e tests of connector binaries built against an > earlier Flink minor version against the latest Flink minor release > candidate as part of the release? > > Tha

Re: [DISCUSS] Connector releases for Flink 1.19

2024-06-11 Thread Danny Cranmer
Hey Sergey, I have completed the 3 tasks. Let me know if you need anything else. Thanks, Danny On Tue, Jun 11, 2024 at 9:11 AM Danny Cranmer wrote: > Thanks for driving this Sergey, I will pick up the PMC tasks. > > Danny > > On Sun, Jun 9, 2024 at 11:09 PM Sergey Nuyanzin &

Re: [DISCUSS] Connector releases for Flink 1.19

2024-06-11 Thread Danny Cranmer
Thanks for driving this Sergey, I will pick up the PMC tasks. Danny On Sun, Jun 9, 2024 at 11:09 PM Sergey Nuyanzin wrote: > Hi everyone, > > as you might noticed the voting threads for release of flink-opensearch > connectors (v1, v2) received 3+ binding votes[1][2] > > Now I need PMC help to

[DISCUSS] Connector Externalization Retrospective

2024-06-10 Thread Danny Cranmer
Hello Flink community, It has been over 2 years [1] since we started externalizing the Flink connectors to dedicated repositories from the main Flink code base. The past discussions can be found here [2]. The community decided to externalize the connectors to primarily 1/ improve stability and spe

Re: [VOTE] Release flink-connector-opensearch v1.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
Thanks for driving this Sergey. +1 (binding) - Release notes look good - Source archive checksum and signature is correct - Binary checksum and signature is correct - Contents of Maven repo looks good - Verified there are no binaries in the source archive - Builds from source using Java 8 (-Popen

Re: [VOTE] Release flink-connector-opensearch v2.0.0, release candidate #1

2024-06-07 Thread Danny Cranmer
Thanks for driving this Sergey. +1 (binding) - Release notes look good - Source archive checksum and signature is correct - Binary checksum and signature is correct - Contents of Maven repo looks good - Verified there are no binaries in the source archive - Builds from source using Java 11 (-Pope

[ANNOUNCE] Apache flink-connector-kafka 3.2.0 released

2024-06-07 Thread Danny Cranmer
The Apache Flink community is very happy to announce the release of Apache flink-connector-kafka 3.2.0 for Flink 1.18 and 1.19. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The release is

[ANNOUNCE] Apache flink-connector-jdbc 3.2.0 released

2024-06-07 Thread Danny Cranmer
The Apache Flink community is very happy to announce the release of Apache flink-connector-jdbc 3.2.0 for Flink 1.18 and 1.19. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The release is a

[RESULT][VOTE] flink-connector-kafka 3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 9 approving votes, 3 of which are binding: * Muhammet Orazov * Ahmed Hamdy * Hang Ruan * Aleksandr Pilipenko * Leonard Xu (binding) * Fabian Paul * Martijn Visser (binding) * Yanquan Lv * Danny Cranmer (bi

Re: [VOTE] Release flink-connector-kafka v3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
Thanks all. This vote is now closed, I will announce the results in a separate thread. On Fri, Jun 7, 2024 at 11:45 AM Danny Cranmer wrote: > +1 (binding) > > - Release notes look good > - Source archive checksum and signature is correct > - Binary checksum and signature is corre

Re: [VOTE] Release flink-connector-kafka v3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
t; - built from source code with java 8/11/17 > - checked Github release tag > - checked the CI result > - checked release notes > > Danny Cranmer 于2024年4月22日周一 21:56写道: > > > Hi everyone, > > > > Please review and vote on release candidate #1 for flink-connector-ka

Re: [RESULT][VOTE] flink-connector-jdbc 3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
Apologies, this was RC2, not RC1. On Fri, Jun 7, 2024 at 11:12 AM Danny Cranmer wrote: > I'm happy to announce that we have unanimously approved this release. > > There are 7 approving votes, 3 of which are binding: > * Ahmed Hamdy > * Hang Ruan > * Leonard Xu (b

[RESULT][VOTE] flink-connector-jdbc 3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 7 approving votes, 3 of which are binding: * Ahmed Hamdy * Hang Ruan * Leonard Xu (binding) * Yuepeng Pan * Zhongqiang Gong * Rui Fan (binding) * Weijie Guo (binding) There was one -1 vote that was cancelled. * Yuepen

Re: [VOTE] Release flink-connector-jdbc v3.2.0, release candidate #2

2024-06-07 Thread Danny Cranmer
> On Tue, Jun 4, 2024 at 1:31 PM gongzhongqiang > > > wrote: > > > > > +1 (non-binding) > > > > > > - Validated checksum hash and signature. > > > - Confirmed that no binaries exist in the source archive. > > > - Built the so

[ANNOUNCE] Apache flink-connector-cassandra 3.2.0 released

2024-06-07 Thread Danny Cranmer
The Apache Flink community is very happy to announce the release of Apache flink-connector-cassandra 3.2.0 for Flink 1.18 and 1.19. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The release

[RESULT][VOTE] flink-connector-cassandra 3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 6 approving votes, 3 of which are binding: * Muhammet Orazov * Ahmed Hamdy * Hang Ruan * Weijie Guo (binding) * Leonard Xu (binding) * Rui Fan (binding) There are no disapproving votes. Thanks, Danny

Re: [VOTE] Release flink-connector-cassandra v3.2.0, release candidate #1

2024-06-07 Thread Danny Cranmer
> > >> > >> +1 (non-binding) >> > >> >> > >> - Validated checksum hash >> > >> - Verified signature >> > >> - Verified that no binaries exist in the source archive >> > >> - Build the source with Maven

[ANNOUNCE] Apache flink-connector-aws 4.3.0 released

2024-06-07 Thread Danny Cranmer
ease possible! Regards, Danny Cranmer

[RESULT][VOTE] flink-connector-aws 4.3.0, release candidate #2

2024-06-07 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 7 approving votes, 3 of which are binding: * Hang Ruan * Ahmed Hamdy * Aleksandr Pilipenko * Leonard Xu (binding) * Zhongqiang Gong * Rui Fan (binding) * Weijie Guo (binding) There are no disapproving votes. Thanks,

Re: [VOTE] Release flink-connector-aws v4.3.0, release candidate #2

2024-06-07 Thread Danny Cranmer
Fri, May 31, 2024 at 11:47 AM gongzhongqiang < > gongzhongqi...@apache.org > > > > > wrote: > > > > > +1 (non-binding) > > > > > > - Validated the checksum hash and signature. > > > - No binaries exist in the source archive. &

[ANNOUNCE] Apache flink-connector-gcp-pubsub 3.1.0 released

2024-06-07 Thread Danny Cranmer
The Apache Flink community is very happy to announce the release of Apache flink-connector-gcp-pubsub 3.1.0 for Flink 1.18 and 1.19. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The releas

[RESULT][VOTE] flink-connector-gcp-pubsub 3.1.0, release candidate #1

2024-06-07 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 5 approving votes, 3 of which are binding: * Ahmed Hamdy * Hang Ruan * Leonard Xu (binding) * Rui Fan (binding) * Danny Cranmer (binding) There are no disapproving votes. Thanks everyone!

Re: [VOTE] Release flink-connector-gcp-pubsub v3.1.0, release candidate #1

2024-06-07 Thread Danny Cranmer
This vote is now closed, I will announce the results on a separate thread. Thanks all. On Fri, Jun 7, 2024 at 10:10 AM Danny Cranmer wrote: > +1 (binding) > > - Release notes look good > - Source archive checksum and signature is correct > - Binary checksum and signa

Re: [VOTE] Release flink-connector-gcp-pubsub v3.1.0, release candidate #1

2024-06-07 Thread Danny Cranmer
aven and jdk8 > > > - Verified web PR > > > - Check that the jar is built by jdk8 > > > > > > Best, > > > Hang > > > > > > Ahmed Hamdy 于2024年4月18日周四 20:01写道: > > > > > >> Hi Danny, > > >> +1 (non-binding)

[ANNOUNCE] Apache flink-connector-mongodb 1.2.0 released

2024-06-06 Thread Danny Cranmer
ease possible! Regards, Danny Cranmer

[RESULT][VOTE] flink-connector-mongodb 1.2.0, release candidate #2

2024-06-06 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 6 approving votes, 3 of which are binding: * Ahmed Hamdy * Hang Ruan * Jiabao Sun * Qingsheng Ren (binding) * Leonard Xu (binding) * Danny Cranmer (binding) There are no disapproving votes. Thanks everyone! Danny

Re: [VOTE] Release flink-connector-mongodb v1.2.0, release candidate #2

2024-06-06 Thread Danny Cranmer
This vote is now closed, I will announce the results in a new threaad On Thu, Jun 6, 2024 at 10:43 AM Danny Cranmer wrote: > +1 (binding) > > - Release notes look good > - Source archive checksum and signature is correct > - Binary checksum and signature is correct > - Cont

Re: [VOTE] Release flink-connector-mongodb v1.2.0, release candidate #2

2024-06-06 Thread Danny Cranmer
ure > >>>> - Verified that no binaries exist in the source archive > >>>> - Build the source with Maven and jdk8 > >>>> - Verified web PR > >>>> - Check that the jar is built by jdk8 > >>>> > >>>> Best, > &g

Re: [DISCUSS] Flink 1.19.1 release

2024-05-24 Thread Danny Cranmer
Hello, Thanks for opening this discussion Hong. +1 for the 1.19.1 release and +1 for Hong as release manager. I am happy to help out, however I will not be back at my laptop until 5th June onwards. Danny. On Fri, May 24, 2024 at 1:57 PM Hong Liang wrote: > Hi all, > > I would like to discuss

Re: [VOTE] FLIP-454: New Apicurio Avro format

2024-05-24 Thread Danny Cranmer
hjb > > kind regards, David. > > From: Danny Cranmer > Date: Tuesday, 14 May 2024 at 11:58 > To: dev@flink.apache.org > Subject: [EXTERNAL] Re: [VOTE] FLIP-454: New Apicurio Avro format > Hello all, > > Thanks for Driving this David. I am +1 for adding support for the

Re: [DISCUSS] FLIP-XXX Apicurio-avro format

2024-05-24 Thread Danny Cranmer
15 > [2] https://github.com/apache/flink-connector-kafka/pull/99 > [3] > https://www.apicur.io/registry/docs/apicurio-registry/2.5.x/getting-started/assembly-configuring-kafka-client-serdes.html#registry-serdes-types-json_registry > > > > > > > > > > > > >

Re: [DISCUSS] FLIP-XXX Apicurio-avro format

2024-05-24 Thread Danny Cranmer
Hello, Apologies, I am on vacation and have limited access to email. I can see the logic here and why you ended up where you did. I can also see there are other useful metadata fields that we might want to pass through, which might result in this Map being abused (Kafka Topic, Kinesis Shard, etc)

Re: [VOTE] FLIP-454: New Apicurio Avro format

2024-05-14 Thread Danny Cranmer
Hello all, Thanks for Driving this David. I am +1 for adding support for the new format, however have some questions/suggestions on the details. 1. Passing around Map additionalInputProperties feels a bit dirty. It looks like this is mainly for the Kafka connector. This connector already has a de

Re: [VOTE] FLIP-454: New Apicurio Avro format

2024-05-14 Thread Danny Cranmer
1] > > > > > > https://cwiki.apache.org/confluence/display/FLINK/FLIP-454%3A+New+Apicurio+Avro+format > > > > [2] https://lists.apache.org/thread/wtkl4yn847tdd0wrqm5xgv9wc0cb0kr8 > > > > > > > > > > > > Kind regards, David. > > > > > > > > Unless otherwise stated above: > > > > > > > > IBM United Kingdom Limited > > > > Registered in England and Wales with number 741598 > > > > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 > 3AU > > > > > > > > > > -- Best Regards Danny Cranmer

Re: [VOTE] FLIP-451: Introduce timeout configuration to AsyncSink

2024-05-14 Thread Danny Cranmer
Thanks for driving this Ahmed. This is a nice improvement to the API: +1 (binding) Thanks, Danny On Mon, May 13, 2024 at 7:58 PM Ahmed Hamdy wrote: > Thanks David, > I have replied to your question in the discussion thread. > Best Regards > Ahmed Hamdy > > > On Mon, 13 May 2024 at 16:21, David

Re: [DISCUSS] Connector releases for Flink 1.19

2024-05-14 Thread Danny Cranmer
hing this! > > > > > > I can help with the HBase connector if necessary, will comment the > > > details to the relevant Jira ticket. > > > > > > Best, > > > Ferenc > > > > > > > > > > > > > > > On Wednesday, April

Re: flink-connector-kafka weekly CI job failing

2024-05-10 Thread Danny Cranmer
Hello, Is there a reason we cannot fix the code rather than disabling the test? If we skip the tests this will likely be missed and cause delays for 1.20 support down the road. Thanks, Danny On Wed, 8 May 2024, 23:35 Robert Young, wrote: > Hi, > > I noticed the flink-connector-kafka weekly CI

[VOTE] Release flink-connector-kafka v3.2.0, release candidate #1

2024-04-22 Thread Danny Cranmer
Hi everyone, Please review and vote on release candidate #1 for flink-connector-kafka v3.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for your r

[VOTE] Release flink-connector-cassandra v3.2.0, release candidate #1

2024-04-22 Thread Danny Cranmer
Hi everyone, Please review and vote on release candidate #1 for flink-connector-cassandra v3.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for yo

[jira] [Created] (FLINK-35174) Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink RabbitMQ connector

2024-04-19 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35174: - Summary: Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink RabbitMQ connector Key: FLINK-35174 URL: https://issues.apache.org/jira/browse/FLINK-35174

[VOTE] Release flink-connector-aws v4.3.0, release candidate #2

2024-04-19 Thread Danny Cranmer
Hi everyone, Please review and vote on release candidate #2 for flink-connector-aws v4.3.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This version supports Flink 1.18 and 1.19. The complete staging area is available for your rev

Re: [DISCUSS][QUESTION] Drop jdk 8 support for Flink connector Opensearch

2024-04-18 Thread Danny Cranmer
Hey Sergey, Given the circumstances I think it is ok to drop JDK 8 support with the opensearch v2.0.0 connector. However, in parallel we should still support the 1.x line for Flink 1.x series with JDK 8. This would mean two releases: 1/ flink-connector-opensearch v2.0.0 for Flink 1.18/1.19, opense

[VOTE] Release flink-connector-gcp-pubsub v3.1.0, release candidate #1

2024-04-18 Thread Danny Cranmer
Hi everyone, Please review and vote on release candidate #1 for flink-connector-gcp-pubsub v3.1.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for y

Re: [VOTE] Release flink-connector-jdbc v3.2.0, release candidate #2

2024-04-18 Thread Danny Cranmer
Sorry for typos: > Please review and vote on the release candidate #1 for the version 3.2.0, as follows: Should be "release candidate #2" > * source code tag v3.2.0-rc1 [5], Should be "source code tag v3.2.0-rc2" Thanks, Danny On Thu, Apr 18, 2024 at 11:19 AM D

[VOTE] Release flink-connector-mongodb v1.2.0, release candidate #2

2024-04-18 Thread Danny Cranmer
Hi everyone, Please review and vote on the release candidate #2 for v1.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for your review, which inclu

[VOTE] Release flink-connector-jdbc v3.2.0, release candidate #2

2024-04-18 Thread Danny Cranmer
Hi everyone, Please review and vote on the release candidate #1 for the version 3.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for your review,

Re: [VOTE] Release flink-connector-mongodb v1.2.0, release candidate #1

2024-04-18 Thread Danny Cranmer
ature > > - CI passed with tag v1.2.0-rc1 > > > > Best, > > Zhongqiang Gong > > > > Danny Cranmer 于2024年4月17日周三 18:44写道: > > > > > Hi everyone, > > > > > > Please review and vote on the release candidate #1 for v1.2.0, as >

Re: [VOTE] Release flink-connector-jdbc v3.2.0, release candidate #1

2024-04-18 Thread Danny Cranmer
Checked release note page. > > > Thanks for driving it! > > > Best, > Yuepeng Pan > > > > > At 2024-04-17 18:02:06, "Danny Cranmer" wrote: > >Hi everyone, > > > >Please review and vote on the release candidate #1 for the version 3.2

Re: [VOTE] Release flink-connector-aws v4.3.0, release candidate #1

2024-04-17 Thread Danny Cranmer
Hey, Thanks for root causing this. I agree this needs to be fixed. -1 binding Thanks, Danny On Wed, 17 Apr 2024, 15:43 Aleksandr Pilipenko, wrote: > Hi Danny, > > There is a blocker bug reported in Kinesis connector [1] > We should pause the release until it is resolved. > > [1] > https://i

[VOTE] Release flink-connector-mongodb v1.2.0, release candidate #1

2024-04-17 Thread Danny Cranmer
Hi everyone, Please review and vote on the release candidate #1 for v1.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for your review, which inclu

[jira] [Created] (FLINK-35141) Release flink-connector-pulsar vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35141: - Summary: Release flink-connector-pulsar vX.X.X for Flink 1.19 Key: FLINK-35141 URL: https://issues.apache.org/jira/browse/FLINK-35141 Project: Flink Issue

[jira] [Created] (FLINK-35134) Release flink-connector-elasticsearch vX.X.X for Flink 1.18/1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35134: - Summary: Release flink-connector-elasticsearch vX.X.X for Flink 1.18/1.19 Key: FLINK-35134 URL: https://issues.apache.org/jira/browse/FLINK-35134 Project: Flink

[VOTE] Release flink-connector-jdbc v3.2.0, release candidate #1

2024-04-17 Thread Danny Cranmer
Hi everyone, Please review and vote on the release candidate #1 for the version 3.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Flink 1.18 and 1.19. The complete staging area is available for your review,

[jira] [Created] (FLINK-35136) Release flink-connector-hbase vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35136: - Summary: Release flink-connector-hbase vX.X.X for Flink 1.19 Key: FLINK-35136 URL: https://issues.apache.org/jira/browse/FLINK-35136 Project: Flink Issue

[jira] [Created] (FLINK-35142) Release flink-connector-rabbitmq vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35142: - Summary: Release flink-connector-rabbitmq vX.X.X for Flink 1.19 Key: FLINK-35142 URL: https://issues.apache.org/jira/browse/FLINK-35142 Project: Flink

[jira] [Created] (FLINK-35140) Release flink-connector-opensearch vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35140: - Summary: Release flink-connector-opensearch vX.X.X for Flink 1.19 Key: FLINK-35140 URL: https://issues.apache.org/jira/browse/FLINK-35140 Project: Flink

Re: [DISCUSS] Connector releases for Flink 1.19

2024-04-17 Thread Danny Cranmer
:41 PM Muhammet Orazov wrote: > Thanks Sergey and Danny for clarifying, indeed it > requires committer to go through the process. > > Anyway, please let me know if I can be any help. > > Best, > Muhammet > > > On 2024-04-16 11:19, Danny Cranmer wrote: > > H

[jira] [Created] (FLINK-35133) Release flink-connector-cassandra v4.3.0 for Flink 1.18/1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35133: - Summary: Release flink-connector-cassandra v4.3.0 for Flink 1.18/1.19 Key: FLINK-35133 URL: https://issues.apache.org/jira/browse/FLINK-35133 Project: Flink

[jira] [Created] (FLINK-35139) Release flink-connector-mongodb vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35139: - Summary: Release flink-connector-mongodb vX.X.X for Flink 1.19 Key: FLINK-35139 URL: https://issues.apache.org/jira/browse/FLINK-35139 Project: Flink

[jira] [Created] (FLINK-35138) Release flink-connector-kafka vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35138: - Summary: Release flink-connector-kafka vX.X.X for Flink 1.19 Key: FLINK-35138 URL: https://issues.apache.org/jira/browse/FLINK-35138 Project: Flink Issue

[jira] [Created] (FLINK-35137) Release flink-connector-jdbc vX.X.X for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35137: - Summary: Release flink-connector-jdbc vX.X.X for Flink 1.19 Key: FLINK-35137 URL: https://issues.apache.org/jira/browse/FLINK-35137 Project: Flink Issue

[jira] [Created] (FLINK-35135) Release flink-connector-gcp-pubsub vX.X.X for Flink 1.18/1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35135: - Summary: Release flink-connector-gcp-pubsub vX.X.X for Flink 1.18/1.19 Key: FLINK-35135 URL: https://issues.apache.org/jira/browse/FLINK-35135 Project: Flink

[jira] [Created] (FLINK-35132) Release flink-connector-aws v4.3.0 for Flink 1.18/1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35132: - Summary: Release flink-connector-aws v4.3.0 for Flink 1.18/1.19 Key: FLINK-35132 URL: https://issues.apache.org/jira/browse/FLINK-35132 Project: Flink

[jira] [Created] (FLINK-35131) Support and Release Connectors for Flink 1.19

2024-04-17 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35131: - Summary: Support and Release Connectors for Flink 1.19 Key: FLINK-35131 URL: https://issues.apache.org/jira/browse/FLINK-35131 Project: Flink Issue Type

Re: [DISCUSS] Connector releases for Flink 1.19

2024-04-16 Thread Danny Cranmer
29 AM Muhammet Orazov > wrote: > >> Hello Danny, >> >> I would like to work on this task, thanks for initiating it! >> >> I could update the versions on JDBC and Pulsar connectors. >> >> Are you going to create an umbrella issue for it? >> >&

[VOTE] Release flink-connector-aws v4.3.0, release candidate #1

2024-04-16 Thread Danny Cranmer
Hi everyone, Please review and vote on the release candidate #1 for flink-connector-aws v4.3.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) This release supports Apache Flink 1.18 and 1.19. The complete staging area is available f

[jira] [Created] (FLINK-35124) Connector Release Fails to run Checkstyle

2024-04-16 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35124: - Summary: Connector Release Fails to run Checkstyle Key: FLINK-35124 URL: https://issues.apache.org/jira/browse/FLINK-35124 Project: Flink Issue Type: Bug

[DISCUSS] Connector releases for Flink 1.19

2024-04-15 Thread Danny Cranmer
Hello all, Flink 1.19 was released on 2024-03-18 [1] and the connectors have not yet caught up. I propose we start releasing the connectors with support for Flink 1.19 as per the connector support guidelines [2]. I will make a start on flink-connector-aws, then pickup others in the coming days. P

Re: [ANNOUNCE] New Apache Flink PMC Member - Jing Ge

2024-04-15 Thread Danny Cranmer
Congrats Jing! Best Regards, Danny On Mon, Apr 15, 2024 at 11:51 AM Swapnal Varma wrote: > Congratulations, Jing! > > Best, > Swapnal > > On Mon, 15 Apr 2024, 15:14 Jacky Lau, wrote: > > > Congratulations, Jing! > > > > Best, > > Jacky Lau > > >

Re: [Vote] FLIP-438: Amazon SQS Sink Connector

2024-04-15 Thread Danny Cranmer
Thanks for driving this Priya. +1 (binding) Danny. On Sun, Apr 14, 2024 at 12:33 PM Samrat Deb wrote: > +1 (non-binding) > > Bests, > Samrat > > On Sun, 14 Apr 2024 at 3:38 PM, Ahmed Hamdy wrote: > > > Hi Priya > > +1 (non-binding) > > Best Regards > > Ahmed Hamdy > > > > > > On Fri, 12 Apr 2

Re: [DISCUSS] FLIP-438: Amazon SQS Sink Connector

2024-04-15 Thread Danny Cranmer
Thanks for the FLIP Priya. I have seen many custom implementations of SQS sinks, so having an Apache supported connector will be great. I agree on the points about implementation detail in the FLIP. There is still too much code really, we will review that in the PR. The FLIP is mainly to agree we

[jira] [Created] (FLINK-35113) Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink AWS connectors

2024-04-15 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-35113: - Summary: Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink AWS connectors Key: FLINK-35113 URL: https://issues.apache.org/jira/browse/FLINK-35113

Re: [ANNOUNCE] New Apache Flink Committer - Zakelly Lan

2024-04-15 Thread Danny Cranmer
Congrats Zakelly! Danny. On Mon, Apr 15, 2024 at 9:26 AM Xia Sun wrote: > Congratulations Zakelly! > > Best, > Xia > > Leonard Xu 于2024年4月15日周一 16:16写道: > > > Congratulations Zakelly! > > > > > > Best, > > Leonard > > > 2024年4月15日 下午3:56,Samrat Deb 写道: > > > > > > Congratulations Zakelly! >

Re: [VOTE] FLIP-418: Show data skew score on Flink Dashboard

2024-02-15 Thread Danny Cranmer
Thanks for driving thie Emre, +1 (binding) Thanks, Danny. On Mon, Feb 12, 2024 at 9:42 PM Hong Liang wrote: > +1 (binding) > > Thank you for driving this Emre! This is a good step towards better user > experience when diagnosing performance issues with Flink jobs. > > Best, > Hong > > On Wed,

[jira] [Created] (FLINK-34342) Address ListShards Consistency for DDB Streams Source

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34342: - Summary: Address ListShards Consistency for DDB Streams Source Key: FLINK-34342 URL: https://issues.apache.org/jira/browse/FLINK-34342 Project: Flink

[jira] [Created] (FLINK-34341) Implement DDB Streams Table API support

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34341: - Summary: Implement DDB Streams Table API support Key: FLINK-34341 URL: https://issues.apache.org/jira/browse/FLINK-34341 Project: Flink Issue Type: Sub

[jira] [Created] (FLINK-34340) Add support for DDB Streams

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34340: - Summary: Add support for DDB Streams Key: FLINK-34340 URL: https://issues.apache.org/jira/browse/FLINK-34340 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-34339) Add connector abstraction layer to remove reliance on AWWS SDK classes

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34339: - Summary: Add connector abstraction layer to remove reliance on AWWS SDK classes Key: FLINK-34339 URL: https://issues.apache.org/jira/browse/FLINK-34339 Project

[ANNOUNCE] Apache flink-connector-opensearch 1.1.0 released

2024-02-01 Thread Danny Cranmer
The Apache Flink community is very happy to announce the release of Apache flink-connector-opensearch 1.1.0. This release supports Apache Flink 1.17 and 1.18. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming

[RESULT] [VOTE] flink-connector-opensearch v1.1.0, release candidate #1

2024-02-01 Thread Danny Cranmer
I'm happy to announce that we have unanimously approved this release. There are 8 approving votes, 3 of which are binding: * Andriy Redko * Ahmed Hamdy * Ryan Skraba * Sergy Nuyanzin * Martijn Visser (binding) * Danny Cranmer (binding) * Jiabao Sun * Leonard Xu (binding) There a

Re: [VOTE] Release flink-connector-opensearch v1.1.0, release candidate #1

2024-02-01 Thread Danny Cranmer
ed hashes > > - Verified signature > > - Verified tags > > - Verified no binaries in the source archive > > - Reviewed web pr and found that there're some conflicts need to be > resolved > > > > Best, > > Jiabao > > > > > >>

Re: [VOTE] Release flink-connector-mongodb v1.1.0, release candidate #2

2024-01-31 Thread Danny Cranmer
Thanks for driving this Leonard! +1 (binding) - Release notes look ok - Signatures/checksums of source archive are good - Verified there are no binaries in the source archive - Built sources locally successfully - v1.0.0-rc2 tag exists in github - Tag build passing on CI [1] - Contents of Maven d

  1   2   3   4   5   >