consumer_metric/_docker/config/config.json
crusader 9d63737f4b ing
2018-07-05 18:11:11 +09:00

35 lines
661 B
JSON

{
"external": {
"grpc": {
"network": "tcp4",
"address": "central:9111"
},
"kafka": {
"consumers": {
"metric": {
"brokers": [
"kafka1:9092"
],
"groupID": "overflow-metric-group-id",
"topic": "overflow-metric-topic",
"minBytes": 10000,
"maxBytes": 1000000
}
}
},
"influxDB": {
"clientConfigs": {
"metric": {
"clientType": "http",
"address": "http://influxdb:18086"
}
},
"batchPointsConfigs": {
"metric": {
"database": "metric"
}
}
}
}
}