blob: c60770293a497b7396ff05c8a931a2126dc0285a [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{
"topology": {
"name": "alertUnitTopology_1_test",
"numOfSpoutTasks": 3,
"numOfRouterBolts": 6,
"numOfAlertBolts": 6,
"numOfPublishTasks": 1,
"numOfTotalWorkers": 1,
"messageTimeoutSecs": 30, // topology.message.timeout.secs: 30 by default
"localMode": true
},
"spout": {
"kafkaBrokerZkQuorum": "localhost:2181",
"kafkaBrokerZkBasePath": "/brokers",
"stormKafkaUseSameZkQuorumWithKafkaBroker": true,
"stormKafkaTransactionZkQuorum": "",
"stormKafkaTransactionZkPath": "/consumers",
"stormKafkaEagleConsumer": "eagle_consumer",
"stormKafkaStateUpdateIntervalMs": 2000,
"stormKafkaFetchSizeBytes": 1048586,
},
"zkConfig": {
"zkQuorum": "localhost:2181",
"zkRoot": "/alert",
"zkSessionTimeoutMs": 10000,
"connectionTimeoutMs": 10000,
"zkRetryTimes": 3,
"zkRetryInterval": 3000
},
"dynamicConfigSource": {
"initDelayMillis": 3000,
"delayMillis": 10000
},
"metadataService": {
"context": "/rest",
"host": "localhost",
"port": 8080
}
}