File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ services:
5353 container_name : " ${CONTROLLER_DOCKER_NAME-controller}"
5454 hostname : " ${CONTROLLER_DOCKER_NAME-controller}"
5555 stop_grace_period : 2m
56- image : automqinc/kafka:1.0.5
56+ image : automqinc/kafka:1.0.6-rc0
5757 environment :
5858 - KAFKA_S3_ACCESS_KEY=test
5959 - KAFKA_S3_SECRET_KEY=test
@@ -73,7 +73,7 @@ services:
7373 container_name : " ${BROKER1_DOCKER_NAME-broker1}"
7474 hostname : " ${BROKER1_DOCKER_NAME-broker1}"
7575 stop_grace_period : 2m
76- image : automqinc/kafka:1.0.5
76+ image : automqinc/kafka:1.0.6-rc0
7777 ports :
7878 - " 9094:9094"
7979 environment :
@@ -103,7 +103,7 @@ services:
103103 container_name : " ${BROKER2_DOCKER_NAME-broker2}"
104104 hostname : " ${BROKER2_DOCKER_NAME-broker2}"
105105 stop_grace_period : 2m
106- image : automqinc/kafka:1.0.5
106+ image : automqinc/kafka:1.0.6-rc0
107107 ports :
108108 - " 9095:9095"
109109 environment :
Original file line number Diff line number Diff line change @@ -250,6 +250,6 @@ extLibs += [
250250]
251251branchVersions + = [
252252 s3stream : {
253- branch = " main "
253+ require " 1.0.6-s3stream-rc0 "
254254 }
255255]
You can’t perform that action at this time.
0 commit comments