Updates tests due to dmaap adapter changes
[nonrtric.git] / test / simulator-group / dmaapadp / application_configuration.json
1 {
2   "types": [
3      {
4         "id": "ExampleInformationType",
5         "dmaapTopicUrl": "/events/unauthenticated.dmaapadp.json/dmaapadapterproducer/msgs?timeout=15000&limit=100",
6         "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG}
7
8 ,"isJson": false
9      },
10      {
11       "id": "ExampleInformationTypeKafka",
12       "kafkaInputTopic": "unauthenticated.dmaapadp_kafka.text",
13       "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG}
14    }
15   ]
16 }