Skip to content

Commit e4dd013

Browse files
authored
Fix kafkacat to version 5.0.0 image (wurstmeister#452)
It appears the -e flag behaves differently on more recent (latest) versions, so needs further investigation
1 parent 84b3e08 commit e4dd013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- "*/*.kafka.sh"
3333

3434
kafkacattest:
35-
image: confluentinc/cp-kafkacat
35+
image: confluentinc/cp-kafkacat:5.0.0
3636
environment:
3737
- BROKER_LIST
3838
- KAFKA_VERSION=${KAFKA_VERSION-2.1.0}

0 commit comments

Comments
 (0)