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=242299199382ec3fd7d514dde2eb607086a6a46e;hp=794eb8ec5b9602c2d7fb5490014d6c2560b60b42;hpb=b2d6339441c650962e34502e7527ca0835fa342f;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 794eb8ec..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": false + }, + { + "id": "KafkaInformationType", + "kafkaInputTopic": "TutorialTopic", + "useHttpProxy": false } ] } \ No newline at end of file