diff options
Diffstat (limited to 'src/test/resources/MsgRtrApi.properties')
-rw-r--r-- | src/test/resources/MsgRtrApi.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/MsgRtrApi.properties b/src/test/resources/MsgRtrApi.properties index 3aef922..3c2e346 100644 --- a/src/test/resources/MsgRtrApi.properties +++ b/src/test/resources/MsgRtrApi.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # org.onap.dmaap # ================================================================================ -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright � 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ config.zk.servers=<zookeeper_host> kafka.metadata.broker.list=<kafka_host>:<kafka_port> ##kafka.request.required.acks=-1 #kafka.client.zookeeper=${config.zk.servers} -consumer.timeout.ms=100 +consumer.timeout.ms=1000 zookeeper.connection.timeout.ms=6000 zookeeper.session.timeout.ms=20000 zookeeper.sync.time.ms=2000 |