X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsimulator-group%2Fdmaapadp%2Fapplication_configuration.json;h=e36d910d7a1854ad3f6e21310272b5095066053c;hb=93a604b82da289316908c9bfff8380877aaf89e5;hp=b6605e351b2a83d9362801ce924bc64037834229;hpb=d0c7f9207203ce9a502fc15c09f9938eebfd44f7;p=nonrtric.git diff --git a/test/simulator-group/dmaapadp/application_configuration.json b/test/simulator-group/dmaapadp/application_configuration.json index b6605e35..e36d910d 100644 --- a/test/simulator-group/dmaapadp/application_configuration.json +++ b/test/simulator-group/dmaapadp/application_configuration.json @@ -2,8 +2,13 @@ "types": [ { "id": "ExampleInformationType", - "dmaapTopicUrl": "/events/unauthenticated.dmaapadp.json/dmaapadapterproducer/msgs", + "dmaapTopicUrl": "/events/unauthenticated.dmaapadp.json/dmaapadapterproducer/msgs?timeout=15000&limit=100", "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG} - } + }, + { + "id": "ExampleInformationTypeKafka", + "kafkaInputTopic": "unauthenticated.dmaapadp_kafka.text", + "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG} + } ] } \ No newline at end of file