Skip to content

Commit

Permalink
Merge pull request #45 from Nordstrom/sdk_updates
Browse files Browse the repository at this point in the history
Update Kafka Connect and AWS SDK version
  • Loading branch information
dylanmei authored Mar 2, 2024
2 parents 20eaeaf + 8ef9a57 commit 860862b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so
## Compatibility Matrix
|Connector version|Kafka Connect API|AWS SDK|
|:---|:---|:---|
|1.1.0|2.2.0|1.11.501|
|1.2.0|2.3.0|1.11.924|
|1.3.0|2.8.1|1.11.1034|
|1.4.0|3.1.1|1.12.241|
|1.5.0|3.3.2|1.12.409|
|1.6.0|3.4.1|1.12.669|

Due to a compatibility issue with [Apache httpcomponents](http://hc.apache.org/), connector versions 1.1.0 and earlier may not work with Kafka Connect versions greater than 2.2
We don't recommend running the connector on versions of Kafka Connect prior to 3.0.

# Building
You can build the connector with Maven using the standard lifecycle goals:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>

<aws-java-sdk.version>1.12.409</aws-java-sdk.version>
<kafka.connect-api.version>3.3.2</kafka.connect-api.version>
<aws-java-sdk.version>1.12.669</aws-java-sdk.version>
<kafka.connect-api.version>3.4.1</kafka.connect-api.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>

Expand Down

0 comments on commit 860862b

Please sign in to comment.