aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json
blob: 1c4e3439d5441c463492abf48c7a7dcd1bbb2a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "streams_publishes": {
    "perf3gpp": {
      "type": "kafka",
      "kafka_info": {
        "bootstrap_servers": "kafka:9092",
        "topic_name": "TEST_HV_VES_PERF3GPP"
      }
    }
  }
}