ADD Initial Code Import
[dmaap/messagerouter/mirroragent.git] / src / main / config / consumer.properties
1 ###############################################################################
2 #  ============LICENSE_START=======================================================
3 #  org.onap.dmaap
4 #  ================================================================================
5 #  Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 #  ================================================================================
7 #  Licensed under the Apache License, Version 2.0 (the "License");
8 #  you may not use this file except in compliance with the License.
9 #  You may obtain a copy of the License at
10 #        http://www.apache.org/licenses/LICENSE-2.0
11 #  
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #  ============LICENSE_END=========================================================
18 #
19 #  ECOMP is a trademark and service mark of AT&T Intellectual Property.
20 #  
21 ###############################################################################
22 # Licensed to the Apache Software Foundation (ASF) under one or more
23 # contributor license agreements.  See the NOTICE file distributed with
24 # this work for additional information regarding copyright ownership.
25 # The ASF licenses this file to You under the Apache License, Version 2.0
26 # (the "License"); you may not use this file except in compliance with
27 # the License.  You may obtain a copy of the License at
28
29 #    http://www.apache.org/licenses/LICENSE-2.0
30
31 # Unless required by applicable law or agreed to in writing, software
32 # distributed under the License is distributed on an "AS IS" BASIS,
33 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 # See the License for the specific language governing permissions and
35 # limitations under the License.
36 # see kafka.consumer.ConsumerConfig for more details
37
38 # Zookeeper connection string
39 # comma separated host:port pairs, each corresponding to a zk
40 # server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002"
41 zookeeper.connect=172.18.0.1:2181
42
43 # timeout in ms for connecting to zookeeper
44 zookeeper.connection.timeout.ms=6000
45
46 #consumer group id
47 group.id=test-consumer-group
48
49 #consumer timeout
50 #consumer.timeout.ms=5000