blob: db14d3cc30f112bc720eca2e6b70bd47cfc8698b [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",
"numOfTotalWorkers": 20,
"numOfSpoutTasks": 1,
"numOfRouterBolts": 4,
"numOfAlertBolts": 10,
"numOfPublishTasks": 1,
"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
},
"coordinatorService": {
"host": "localhost",
"port": "8080",
"context": "/rest"
},
"kafkaProducer": {
"bootstrapServers": "localhost:9092"
}
}