aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json
blob: d3d1f4c3a7b7aa2582d7a59df68702fe9dd393bd (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_BUT_WITH_EXTRA_WORDS"
      }
    }
  }
}