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=844931b62f35ce6ee2d9dc7274573fc54e14407a;hp=8d211b893b9e6ebc3516abae3e89bfe9fc2f921d;hpb=ee3e6557e9578cc3f01035b84b6f26ce917fe499;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