Helm charts and apps for pm-setup
[nonrtric/plt/ranpm.git] / install / helm / nrt-pm / charts / pm-producer-json2kafka / config / application_configuration.json
1 {
2   "types": [
3      {
4         "id": "PmData",
5         "kafkaInputTopic": "json-file-ready-kpadp",
6         "useHttpProxy": false,
7         "dataType": "pmData",
8         "inputJobType": "xml-file-data-to-filestore",
9         "inputJobDefinition": {
10            "kafkaOutputTopic": "json-file-ready-kpadp"
11         }
12      }
13   ]
14 }