e36d910d7a1854ad3f6e21310272b5095066053c
[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      {
9       "id": "ExampleInformationTypeKafka",
10       "kafkaInputTopic": "unauthenticated.dmaapadp_kafka.text",
11       "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG}
12    }
13   ]
14 }