X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dmaap-adaptor-java%2Fsrc%2Ftest%2Fresources%2Ftest_application_configuration.json;h=32e6c32dcc36f4291e1b0a4c19e5df85ab0061a1;hb=3b2f07a98d1d5e2f83aaf05fede3f07379d48b88;hp=8d211b893b9e6ebc3516abae3e89bfe9fc2f921d;hpb=b43cca1ae1da9826ee934c61f69f2270bd8b4d08;p=nonrtric.git diff --git a/dmaap-adaptor-java/src/test/resources/test_application_configuration.json b/dmaap-adaptor-java/src/test/resources/test_application_configuration.json index 8d211b89..32e6c32d 100644 --- a/dmaap-adaptor-java/src/test/resources/test_application_configuration.json +++ b/dmaap-adaptor-java/src/test/resources/test_application_configuration.json @@ -1,9 +1,14 @@ { "types": [ { - "id": "ExampleInformationType", + "id": "DmaapInformationType", "dmaapTopicUrl": "/dmaap-topic-1", - "useHttpProxy": true + "useHttpProxy": false + }, + { + "id": "KafkaInformationType", + "kafkaInputTopic": "TutorialTopic", + "useHttpProxy": false } ] } \ No newline at end of file