From b9ba682f1ab02e963e16aa254b98cab22a902ad8 Mon Sep 17 00:00:00 2001 From: "rohit.cloud" Date: Fri, 17 May 2024 12:32:22 +0530 Subject: [DCAEGEN2] Uplifted the version of SDK to 1.9.5 Uplifted the version of SDK library to 1.9.5 Issue-ID: DCAEGEN2-3411 Change-Id: I1f2450ccfc5c30dca04895b48e4b490b765e1c0d Signed-off-by: rohit.cloud --- src/test/resources/dmaap-msg-router/message-router-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources/dmaap-msg-router') 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: -- cgit 1.2.3-korg