aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-08-09 11:21:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-09 11:21:51 +0000
commitb262964d2ffcc9e68bf3fa3e4da17b3911e0369c (patch)
tree38f1fa9f167c7367ae8d06b7f60a390fb923e842 /kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties
parentedc5972e05efb48b5b1933c40ff27c6b5b0da28e (diff)
parent93da127349566d0ba8658f4bb1d12dbe5c791a59 (diff)
Merge "Add message-router dependency in blueprint-processor for kafka-listener."
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties')
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties
index ed9b24c94d..02fe7b68a5 100755
--- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties
+++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties
@@ -95,3 +95,15 @@ blueprintsprocessor.restclient.primary-aai-data.url=https://aai.onap:8443
blueprintsprocessor.restclient.primary-aai-data.username=aai@aai.onap.org
blueprintsprocessor.restclient.primary-aai-data.password=demo123456!
+# Kafka-message-lib Configuration
+blueprintsprocessor.messageclient.self-service-api.topic=cds-producer
+blueprintsprocessor.messageclient.self-service-api.type=kafka-basic-auth
+
+##ONAP Message Router Kafka Service##
+blueprintsprocessor.messageclient.self-service-api.bootstrapServers=message-router-kafka:9092
+
+blueprintsprocessor.messageclient.self-service-api.consumerTopic=cds-consumer
+blueprintsprocessor.messageclient.self-service-api.groupId=cds-consumer-group
+blueprintsprocessor.messageclient.self-service-api.clientId=cds-client
+blueprintsprocessor.messageclient.self-service-api.kafkaEnable=false
+