Re: Flink connector sink for DynamoDB (Java8)

2021-10-31 Thread Arvid Heise
You can fork the repo into your github account (or download and import in your git hosting solution). Then change https://github.com/klarna-incubator/flink-connector-dynamodb/blob/master/pom.xml#L54 to 8 and try to build it. Fix whatever pops up - it should be minor things; stackoverflow usually he

Re: Flink connector sink for DynamoDB (Java8)

2021-10-30 Thread Jing Lu
Hi Arvid, Thanks for the suggestion. Sorry to ask a trivial question 😂. How to backport klarna connector to Java 8? Thanks, Jing On Sat, Oct 30, 2021 at 5:58 AM Arvid Heise wrote: > I have also found [1]. You could also fork the klarna connector and > backport it to Java 8. > > [1] https://fl

Re: Flink connector sink for DynamoDB (Java8)

2021-10-30 Thread Arvid Heise
I have also found [1]. You could also fork the klarna connector and backport it to Java 8. [1] https://flink-packages.org/packages/streaming-flink-dynamodb-connector On Thu, Oct 28, 2021 at 10:04 PM Martijn Visser wrote: > Hi, > > I am not aware of any at the moment. There is an open Flink tick

Re: Flink connector sink for DynamoDB (Java8)

2021-10-28 Thread Martijn Visser
Hi, I am not aware of any at the moment. There is an open Flink ticket for it [1] which I believe is targeted for Flink 1.15 Best regards, Martijn [1] https://issues.apache.org/jira/browse/FLINK-24229 Op do 28 okt. 2021 om 20:41 schreef Jing Lu > Hi folks, > > Is there any package for writin

Flink connector sink for DynamoDB (Java8)

2021-10-28 Thread Jing Lu
Hi folks, Is there any package for writing from flink stream to DynamoDB? I checked: https://github.com/klarna-incubator/flink-connector-dynamodb but, it supports Java11 only. My Java runtime is Java8. Thanks, Jing