X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dmaap-adaptor-java%2Fconfig%2Fapplication_configuration.json;h=6aaffd1d48856ed293234d75e990a2cc8da73c1d;hb=2087193ca6c26335eef316f1d7cbf8ef3f232e07;hp=a8967d8bc374a909969603ab2ab2e2447a41f4f1;hpb=f0e49a07dad877f94f635dda4ab477b9636536c8;p=nonrtric.git diff --git a/dmaap-adaptor-java/config/application_configuration.json b/dmaap-adaptor-java/config/application_configuration.json index a8967d8b..6aaffd1d 100644 --- a/dmaap-adaptor-java/config/application_configuration.json +++ b/dmaap-adaptor-java/config/application_configuration.json @@ -1,8 +1,15 @@ { "types": [ { - "id": "ExampleInformationType", - "dmaapTopicUrl": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" + "id": "ExampleInformationType1", + "dmaapTopicUrl": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12", + "useHttpProxy": true + }, + { + "id": "ExampleInformationType2", + "kafkaInputTopic": "TutorialTopic", + "useHttpProxy": false } + ] }