Emre Kartoglu created FLINK-23009:
-------------------------------------
Summary: Bump up Guava in Kinesis Connector
Key: FLINK-23009
URL: https://issues.apache.org/jira/browse/FLINK-23009
Project: Flink
Issue Type: Improvement
Affects Versions: 1.14.0, 1.12.5, 1.13.2
Reporter: Emre Kartoglu
*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 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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)