X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=smo-install%2Foran_oom%2Fdmaapadapterservice%2Fresources%2Fdata%2Fapplication_configuration.json;h=137e353f6137c7e83c53976d2ff997a3e9d52720;hb=b032eca98241d74f7aebda4fe20da504b14ccba6;hp=a8967d8bc374a909969603ab2ab2e2447a41f4f1;hpb=a2c2df5014145ee3126146987d9039e397b12407;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 + } ] -} + }