summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demo/docker_files/__docker-compose.yml2
-rw-r--r--src/main/resources/docker-compose/docker-compose.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/demo/docker_files/__docker-compose.yml b/demo/docker_files/__docker-compose.yml
index 4ba6889..6c56c88 100644
--- a/demo/docker_files/__docker-compose.yml
+++ b/demo/docker_files/__docker-compose.yml
@@ -24,7 +24,7 @@ services:
ports:
- "9092:9092"
environment:
- enableCadi: false
+ enableCadi: 'false'
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
#Properties required for using the CADI integrated Kafka
#KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT,EXTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT
diff --git a/src/main/resources/docker-compose/docker-compose.yml b/src/main/resources/docker-compose/docker-compose.yml
index 40a183e..1d6b1b8 100644
--- a/src/main/resources/docker-compose/docker-compose.yml
+++ b/src/main/resources/docker-compose/docker-compose.yml
@@ -12,7 +12,7 @@ services:
ports:
- "9092:9092"
environment:
- enableCadi: false
+ enableCadi: 'false'
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
#Properties required for using the CADI integrated Kafka
#KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT,EXTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT