Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val V = new {
}

val scalaTest = "3.1.0"
val embeddedKafka = "5.5.1"
val embeddedKafka = "7.7.0"
}

lazy val common = project
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

kafka:
container_name: local-kafka
image: confluentinc/cp-kafka:5.5.1
image: confluentinc/cp-kafka:7.7.0
depends_on:
- zookeeper
ports:
Expand All @@ -35,7 +35,7 @@ services:

schema-registry:
container_name: local-schema-registry
image: confluentinc/cp-schema-registry:5.5.1
image: confluentinc/cp-schema-registry:7.7.0
depends_on:
- kafka
ports:
Expand Down Expand Up @@ -73,7 +73,7 @@ services:

kafka-rest:
container_name: local-kafka-rest
image: confluentinc/cp-kafka-rest:5.5.1
image: confluentinc/cp-kafka-rest:7.7.0
depends_on:
- kafka
- schema-registry
Expand Down Expand Up @@ -136,7 +136,7 @@ services:
# distributed mode
kafka-connect:
container_name: local-kafka-connect
image: confluentinc/cp-kafka-connect:5.5.1
image: confluentinc/cp-kafka-connect:7.7.0
depends_on:
- kafka
- schema-registry
Expand Down