Skip to content

Commit

Permalink
Kafka: Pin Kafka-Connect version to fix integration tests (#12340) (#…
Browse files Browse the repository at this point in the history
…12354)

Co-authored-by: Eduard Tudenhoefner <[email protected]>
  • Loading branch information
Fokko and nastra authored Feb 20, 2025
1 parent 1d07cc0 commit 0e638cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-connect/kafka-connect-runtime/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- CATALOG_S3_SECRET__ACCESS__KEY=minioadmin

kafka:
image: confluentinc/cp-kafka
image: confluentinc/cp-kafka:7.8.1
hostname: kafka
ports:
- 29092:29092
Expand All @@ -80,7 +80,7 @@ services:
CLUSTER_ID: E-JXLvCaTiaUYDb1LwZ1JQ

connect:
image: confluentinc/cp-kafka-connect
image: confluentinc/cp-kafka-connect:7.8.1
depends_on:
- kafka
hostname: connect
Expand Down

0 comments on commit 0e638cb

Please sign in to comment.