Keith Lee created FLINK-37687: --------------------------------- Summary: Bump flink-connector-aws to 2.0 Key: FLINK-37687 URL: https://issues.apache.org/jira/browse/FLINK-37687 Project: Flink Issue Type: Bug Components: Connectors / AWS, Connectors / DynamoDB, Connectors / Firehose, Connectors / Kinesis Affects Versions: 2.0.0 Reporter: Keith Lee
Flink 2.0 has breaking changes on interfaces that connectors implement e.g. Sink ``` Error: /home/runner/work/flink-connector-aws/flink-connector-aws/flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/sink/DynamoDbBeanElementConverter.java:[67,26] cannot find symbol Error: symbol: class InitContext Error: location: interface org.apache.flink.api.connector.sink2.Sink Error: /home/runner/work/flink-connector-aws/flink-connector-aws/flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/sink/DynamoDbSinkWriter.java:[160,5] method does not override or implement a method from a supertype ``` 1. We need to discuss strategy on maintaining branches for 1.20 LTS and also 2.x 2. We need to work on migrating current sources/sinks to 2.x on 2.x branch -- This message was sent by Atlassian Jira (v8.20.10#820010)