Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Background
We maintain a copy of the Flink connector in our AWS GitHub group: https://github.com/awslabs/amazon-kinesis-connector-flink
We've recently upgraded the Guava library in our AWS copy as the version we were using was quite old and had incompatible interface differences with the later and more commonly used Guava versions. As part of this ticket we'll be applying the same changes in the Flink repo https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-kinesis
Scope
- Upgrade Guava library in pom.xml
- Switch to 3-arg version of Guava Futures.addCallback method call, as the old 2-arg version is no longer supported
Result
All existing and new tests should pass
Attachments
Attachments
Issue Links
- causes
-
FLINK-23151 KinesisTableApiITCase.testTableApiSourceAndSink fails on azure
- Closed
- relates to
-
FLINK-23167 Port Kinesis Table API e2e tests to release-1.12 branch
- Resolved
- links to