From: sunil.unnava Date: Tue, 30 Apr 2019 22:36:53 +0000 (-0400) Subject: increase zookeeper timeout in docker-compose.yaml X-Git-Tag: 1.1.14~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=edecb4c2e01f0f55e17cf8982dfde0164469c290;p=dmaap%2Fmessagerouter%2Fmessageservice.git increase zookeeper timeout in docker-compose.yaml Issue-ID: DMAAP-1185 Change-Id: I3ac34da0d28c24e14a818753b74cb0392a6d3fe9 Signed-off-by: sunil.unnava --- diff --git a/src/main/resources/docker-compose/docker-compose.yml b/src/main/resources/docker-compose/docker-compose.yml index d6db315..3631a95 100644 --- a/src/main/resources/docker-compose/docker-compose.yml +++ b/src/main/resources/docker-compose/docker-compose.yml @@ -15,6 +15,8 @@ services: enableCadi: 'false' KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 KAFKA_LOG_DIRS: /opt/kafka/data + KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS: 40000 + KAFKA_ZOOKEEPER_SESSION_TIMEOUT_MS: 40000 # Uncomment the following lines to create authenticated topics #KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT,EXTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT #KAFKA_ADVERTISED_LISTENERS: INTERNAL_SASL_PLAINTEXT://kafka:9092