From a694dfa2368fbb83437287c7fb82ecdd492e6666 Mon Sep 17 00:00:00 2001 From: Dylan Meissner Date: Fri, 17 Jun 2022 14:35:45 -0700 Subject: [PATCH] Update Kafka Connect and AWS SDK --- README.md | 1 + docker-compose.yml | 6 +++--- pom.xml | 10 ++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b9104b9..a4c33e5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so |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| 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 diff --git a/docker-compose.yml b/docker-compose.yml index dfcabd2..8073e9a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: zookeeper: - image: confluentinc/cp-zookeeper:5.5.2 + image: confluentinc/cp-zookeeper:7.1.1 environment: ZOOKEEPER_CLIENT_PORT: 2181 ports: @@ -10,7 +10,7 @@ services: logging: { driver: none } broker: - image: confluentinc/cp-kafka:6.0.1 + image: confluentinc/cp-kafka:7.1.1 ports: - 9092:9092 environment: @@ -32,7 +32,7 @@ services: # NB: run connect locally in stand-alone mode to debug connect: - image: confluentinc/cp-kafka-connect:6.0.1 + image: confluentinc/cp-kafka-connect:7.1.1 ports: - 8083:8083 environment: diff --git a/pom.xml b/pom.xml index c528ac9..0217a6c 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,9 @@ 2.22.1 3.0.0 - 1.11.1034 - 2.8.1 + 1.12.241 + 3.1.1 + 1.7.36 @@ -89,6 +90,11 @@ junit junit + + org.slf4j + slf4j-api + ${slf4j.version} +