aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/dmaap-msg-router/message-router-compose.yml
diff options
context:
space:
mode:
authorrohit.cloud <Rohit.Raj@t-systems.com>2024-05-17 12:32:22 +0530
committerrohit.cloud <Rohit.Raj@t-systems.com>2024-05-21 14:52:05 +0530
commitb9ba682f1ab02e963e16aa254b98cab22a902ad8 (patch)
tree2fc84f3c826a2c768489d67795123dbabc951041 /src/test/resources/dmaap-msg-router/message-router-compose.yml
parent3fcd25b900fe2e039b5f54cdb1ee4a89d2736da4 (diff)
[DCAEGEN2] Uplifted the version of SDK to 1.9.5HEADmaster
Uplifted the version of SDK library to 1.9.5 Issue-ID: DCAEGEN2-3411 Change-Id: I1f2450ccfc5c30dca04895b48e4b490b765e1c0d Signed-off-by: rohit.cloud <Rohit.Raj@t-systems.com>
Diffstat (limited to 'src/test/resources/dmaap-msg-router/message-router-compose.yml')
-rw-r--r--src/test/resources/dmaap-msg-router/message-router-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/dmaap-msg-router/message-router-compose.yml b/src/test/resources/dmaap-msg-router/message-router-compose.yml
index 22dbea6b..4fc0c2e5 100644
--- a/src/test/resources/dmaap-msg-router/message-router-compose.yml
+++ b/src/test/resources/dmaap-msg-router/message-router-compose.yml
@@ -35,11 +35,11 @@ services:
KAFKA_ADVERTISED_LISTENERS: INTERNAL_PLAINTEXT://localhost:9092
KAFKA_LISTENERS: INTERNAL_PLAINTEXT://0.0.0.0:9092
KAFKA_INTER_BROKER_LISTENER_NAME: INTERNAL_PLAINTEXT
+ KAFKA_AUTO_CREATE_TOPICS_ENABLE: "true"
KAFKA_CONFLUENT_SUPPORT_METRICS_ENABLE: 'false'
KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/jaas/zk_client_jaas.conf
KAFKA_ZOOKEEPER_SET_ACL: 'true'
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
- KAFKA_CREATE_TOPICS: "topic:1:3"
volumes:
- ./zk_client_jaas.conf:/etc/kafka/secrets/jaas/zk_client_jaas.conf
networks: