Getting started Community Training Tutorials Documentation APIs, AI & Tools
Upgrading and Migrating Amazon Kinesis Data Streams Connector to Version 2.x
Upgrade Anypoint Connector for Amazon Kinesis Data Streams (Amazon Kinesis Data Streams Connector) to version 2.x.
Changes in This Release
-
The
kinesis-clientlibrary is upgraded to version 3.2.0. -
The
kinesis-producerlibrary is upgraded to version 1.0.6. -
The
aws-stslibrary is upgraded to version 2.38.3. -
The
aws-sdklibrary is upgraded to version 2.38.3. -
The
netty-codec-httplibrary is upgraded to version 4.2.7.Final. -
The
netty-codec-http2library is upgraded to version 4.2.7.Final. -
The
netty-codeclibrary is upgraded to version 4.2.7.Final. -
The
kafka-clientslibrary is upgraded to version 4.1.0. -
The
protobuf-javalibrary is upgraded to version 4.33.0. -
The
commons-lang3library is upgraded to version 3.19.0.
Requirements
Ensure your system meets the following compatibility requirements before you perform the upgrade:
| Application/Service | Version |
|---|---|
Mule |
4.3.0 and later |
OpenJDK |
8, 11, and 17 |
Amazon-Kinesis-Client |
3.2.0 |
Amazon-Kinesis-Producer |
1.0.6 |
Upgrade Prerequisites
Before you perform the upgrade, create a backup of your files, data, and configuration in case you need to restore to the previous version.
Upgrade Steps
Follow these steps to perform the upgrade to version 2.x:
-
In Anypoint Studio, create a Mule project.
-
In the Mule Palette view, click Search in Exchange.
-
In Add Dependencies to Project, enter
amazon kinesis data streamsin the search field. -
In Available modules, select Amazon Kinesis Data Streams and click Add.
-
Click Finish.
-
Verify that the Amazon Kinesis Data Streams dependency version is 2.x in the
pom.xmlfile in the Mule project.
Studio upgrades the connector automatically.
Post-Upgrade Steps
After you install the latest version of the connector, verify that your error handling is updated to work with the minor changes in error codes in this version of the connector.
Verify the Upgrade
After you install the latest version of the connector, follow these steps to verify the upgrade:
-
In Studio, verify that there are no errors in the Problems or Console views.
-
Verify that there are no problems in the project
pom.xmlfile. -
Test the connection to verify that the operations work.



