X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fdmaapadapterservice%2Fresources%2Fdata%2Fapplication_configuration.json;h=137e353f6137c7e83c53976d2ff997a3e9d52720;hb=11f85c74e987cccc699eb2204f14792561d6fbda;hp=a8967d8bc374a909969603ab2ab2e2447a41f4f1;hpb=0eb37372a837a16225f5788895638b00da52ce43;p=it%2Fdep.git diff --git a/smo-install/oran_oom/dmaapadapterservice/resources/data/application_configuration.json b/smo-install/oran_oom/dmaapadapterservice/resources/data/application_configuration.json index a8967d8b..137e353f 100644 --- a/smo-install/oran_oom/dmaapadapterservice/resources/data/application_configuration.json +++ b/smo-install/oran_oom/dmaapadapterservice/resources/data/application_configuration.json @@ -2,7 +2,13 @@ "types": [ { "id": "ExampleInformationType", - "dmaapTopicUrl": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" - } + "dmaapTopicUrl": "/events/unauthenticated.dmaapadp.json/dmaapadapterproducer/msgs?timeout=15000&limit=100", + "useHttpProxy": false + }, + { + "id": "ExampleInformationTypeKafka", + "kafkaInputTopic": "unauthenticated.dmaapadp_kafka.text", + "useHttpProxy": false + } ] -} + }