NONRTRIC - Implement DMaaP mediator producer service in Java
[nonrtric.git] / dmaap-adaptor-java / src / test / resources / test_application_configuration.json
index 0db20cb..32e6c32 100644 (file)
@@ -1,8 +1,14 @@
 {
    "types": [
       {
-         "id": "ExampleInformationType",
-         "dmaapTopicUrl": "/dmaap-topic-1"
+         "id": "DmaapInformationType",
+         "dmaapTopicUrl": "/dmaap-topic-1",
+         "useHttpProxy": false
+      },
+      {
+         "id": "KafkaInformationType",
+         "kafkaInputTopic": "TutorialTopic",
+         "useHttpProxy": false
       }
    ]
 }
\ No newline at end of file