File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
instrumentation/ruby_kafka Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 ZOOKEEPER_CLIENT_PORT : 2181
158158 ZOOKEEPER_TICK_TIME : 2000
159159 kafka :
160- image : confluentinc/cp-kafka:latest
160+ image : confluentinc/cp-kafka:7.9.1
161161 ports :
162162 - 9092:9092
163163 - 29092:29092
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ services:
226226 ZOOKEEPER_TICK_TIME : 2000
227227
228228 kafka :
229- image : confluentinc/cp-kafka:latest
229+ image : confluentinc/cp-kafka:7.9.1
230230 ports :
231231 - " 9092:9092"
232232 - " 29092:29092"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 ZOOKEEPER_TICK_TIME : 2000
1111
1212 kafka :
13- image : confluentinc/cp-kafka:latest
13+ image : confluentinc/cp-kafka:7.9.1
1414 ports :
1515 - " 9092:9092"
1616 - " 29092:29092"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 ZOOKEEPER_CLIENT_PORT : 2181
1616 ZOOKEEPER_TICK_TIME : 2000
1717 kafka :
18- image : confluentinc/cp-kafka:latest
18+ image : confluentinc/cp-kafka:7.9.1
1919 ports :
2020 - " 9092:9092"
2121 - " 29092:29092"
You can’t perform that action at this time.
0 commit comments