summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil.unnava <sunil.unnava@att.com>2019-04-30 18:36:53 -0400
committersunil unnava <su622b@att.com>2019-04-30 23:06:59 +0000
commitedecb4c2e01f0f55e17cf8982dfde0164469c290 (patch)
treecd2ec98d7faddea2e847ada97bbf9e8780ddd01a
parentce04ede17bcc9bae9f599b4ce88ee92bb29d1992 (diff)
increase zookeeper timeout in docker-compose.yaml
Issue-ID: DMAAP-1185 Change-Id: I3ac34da0d28c24e14a818753b74cb0392a6d3fe9 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
-rw-r--r--src/main/resources/docker-compose/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
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