X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fdmaapadp%2Fapplication_configuration.json;h=09ba922a3e5f08fda3924b967ff05e171ae1a30a;hb=refs%2Fchanges%2F37%2F10837%2F2;hp=b6605e351b2a83d9362801ce924bc64037834229;hpb=968b89731a192c2ee3f3393d00519879ad89ce56;p=nonrtric.git diff --git a/test/simulator-group/dmaapadp/application_configuration.json b/test/simulator-group/dmaapadp/application_configuration.json index b6605e35..09ba922a 100644 --- a/test/simulator-group/dmaapadp/application_configuration.json +++ b/test/simulator-group/dmaapadp/application_configuration.json @@ -2,8 +2,15 @@ "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} - } + +,"isJson": false + }, + { + "id": "ExampleInformationTypeKafka", + "kafkaInputTopic": "unauthenticated.dmaapadp_kafka.text", + "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG} + } ] -} \ No newline at end of file +}