Download Latest Version v2.1.0.zip (93.2 kB)
Email in envelope

Get an email when there's a new version of Amazon Kinesis Flink Connectors

Home / 2.0.0
Name Modified Size InfoDownloads / Week
Parent folder
2.0.0.tar.gz 2020-07-30 36.9 kB
2.0.0.zip 2020-07-30 93.1 kB
README.md 2020-07-30 1.8 kB
Totals: 3 Items   131.8 kB 0

New Features

  • Adding Assume Role credential provider (PR#8)

Bug Fixes

  • Prevent Firehose Sink from exporting batches that exceed the maximum size of 4MiB per call. Limits maximum batch size to 1MiB in regions with a 1MiB/second throughput quota (PR#9)

  • Fix ProfileCredentialsProvider when specifying a custom path to the configuration file (PR#4)

Other Changes

  • Update AWS SDK from version 1.11.379 to 1.11.803 (PR#10)

  • Remove dependency on Guava (PR#10)

  • Shaded and relocated AWS SDK dependency (PR#7)

Migration Notes

  • The following dependencies have been removed/relocated. Any transitive references will no longer resolve in upstream projects:

    ```xml <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency>

    <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-iam</artifactId> <version>${aws-sdk.version}</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-kinesis</artifactId> <version>${aws-sdk.version}</version> </dependency> ```

Source: README.md, updated 2020-07-30