blob: 9f154f9d1b2c65ebbfd064a397f940165df2a2e6 [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.
{
"coordinator" : {
"policiesPerBolt" : 5,
"boltParallelism" : 5,
"policyDefaultParallelism" : 5,
"boltLoadUpbound": 0.8,
"topologyLoadUpbound" : 0.8,
"numOfAlertBoltsPerTopology" : 5,
"zkConfig" : {
"zkQuorum" : "127.0.0.1:2181",
"zkRoot" : "/alert",
"zkSessionTimeoutMs" : 10000,
"connectionTimeoutMs" : 10000,
"zkRetryTimes" : 3,
"zkRetryInterval" : 3000
},
"metadataService" : {
"host" : "localhost",
"port" : 8080,
"context" : "/rest"
},
"metadataDynamicCheck" : {
"initDelayMillis" : 1000,
"delayMillis" : 30000
}
},
"metadata":{
"store": "org.apache.eagle.metadata.service.memory.MemoryMetadataStore"
},
"application":{
"sink":{
"type": "org.apache.eagle.app.sink.KafkaStreamSink"
"boostrap.server":"localhost:9092"
}
"provider":{
"loader": "org.apache.eagle.app.service.impl.ApplicationProviderSPILoader"
}
}
"org.apache.eagle.app.storm.MockStormApplication": {
"spoutNum": 3
"loaded": true
"mode":"LOCAL",
"appId":"test_topology_name"
}
}