#metrics.send.cambria.sendEverySeconds=60
 
 cambria.consumer.cache.zkBasePath=/fe3c/cambria/consumerCache
+consumer.timeout=17
 
 ##############################################################################
 #100mb
 
 ## hostname is determined via InetAddress.getLocalHost ().getCanonicalHostName(),
 ## which is not always adequate.) You can set this value explicitly here.
 ##
-#cambria.api.node.identifier=<use-something-unique-to-this-instance>
+cambria.api.node.identifier=message-router
 
 ###############################################################################
 ##
 #metrics.send.cambria.sendEverySeconds=60
 
 cambria.consumer.cache.zkBasePath=/fe3c/cambria/consumerCache
+consumer.timeout=17
 
 ##############################################################################
 #100mb
 
       com.docker.network.driver.mtu: ${MTU}
 services:
   zookeeper:
-    image: wurstmeister/zookeeper
+    image: nexus3.onap.org:10001/onap/dmaap/zookeeper:1.0.0
     ports:
       - "2181:2181"
     volumes:
-      - ./data-zookeeper:/opt/zookeeper-3.4.9/data
+      - ./data-zookeeper:/var/lib/zookeeper/data
     logging:
       driver: "json-file"
       options:
       KAFKA_INTER_BROKER_LISTENER_NAME: INTERNAL_PLAINTEXT
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock
-      - ./data-kafka:/kafka
-      - ./start-kafka.sh:/start-kafka.sh
     logging:
       driver: "json-file"
       options:
         max-file: "5"
 
   dmaap:
-    image: ${NEXUS_DOCKER_REPO}/onap/dmaap/dmaap-mr:1.1.8
+    image: ${NEXUS_DOCKER_REPO}/onap/dmaap/dmaap-mr:1.1.9
     ports:
       - "3904:3904"
       - "3905:3905"
 
 
        <groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
        <artifactId>dmaapMR1</artifactId>
-       <version>1.1.10-SNAPSHOT</version>
+       <version>1.1.11-SNAPSHOT</version>
        <name>dmaap-messagerouter-messageservice</name>
        <description>Message Router - Restful interface built for kafka</description>
        <licenses>
 
 version: '2'
 services:
   zookeeper:
-    image: wurstmeister/zookeeper
+    image: nexus3.onap.org:10001/onap/dmaap/zookeeper:1.0.0
     ports:
       - "2181:2181"
 
     - zookeeper
 
   dmaap:
-    image: nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.8
+    image: nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.9
     ports:
       - "3904:3904"
       - "3905:3905"
 
 
 major=1
 minor=1
-patch=10
+patch=11
 
 base_version=${major}.${minor}.${patch}