aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json
blob: b9e1a4b5969c877c34665667af8c74ea0d1caaae (plain)
1
2
3
4
5
6
7
8
9
{
  "dmaap.kafkaBootstrapServers": "kafka:9092",
  "collector.routing": [
    {
      "fromDomain": "HVMEAS",
      "toTopic": "test-hv-ran-meas"
    }
  ]
}