summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/src/test/resources/application.properties
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-08 13:37:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-08 13:37:11 +0000
commit8607db90d88ab2a1bec4f3fc4be22f16d09d1a29 (patch)
tree10e166defa1f299b7e6b587596db3d2d108a9461 /ms/blueprintsprocessor/application/src/test/resources/application.properties
parentbf228082d558a2e1c7a93dd2334dfd105483fc2f (diff)
parentb134a815fbb3404e46551f8f2361e6cca6c7728d (diff)
Merge "Kafka Messaging Controller API."
Diffstat (limited to 'ms/blueprintsprocessor/application/src/test/resources/application.properties')
-rw-r--r--ms/blueprintsprocessor/application/src/test/resources/application.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/test/resources/application.properties b/ms/blueprintsprocessor/application/src/test/resources/application.properties
index 09ee651a4..ea2f976a3 100644
--- a/ms/blueprintsprocessor/application/src/test/resources/application.properties
+++ b/ms/blueprintsprocessor/application/src/test/resources/application.properties
@@ -46,3 +46,13 @@ blueprintprocessor.netconfExecutor.enabled=true
blueprintprocessor.restConfExecutor.enabled=true
blueprintsprocessor.cliExecutor.enabled=true
blueprintprocessor.remoteScriptCommand.enabled=false
+
+
+# Kafka-message-lib Configuration
+blueprintsprocessor.messageclient.self-service-api.topic=producer.t
+blueprintsprocessor.messageclient.self-service-api.type=kafka-basic-auth
+blueprintsprocessor.messageclient.self-service-api.bootstrapServers=127.0.0.1:9092
+blueprintsprocessor.messageclient.self-service-api.consumerTopic=receiver.t
+blueprintsprocessor.messageclient.self-service-api.groupId=receiver-id
+blueprintsprocessor.messageclient.self-service-api.clientId=default-client-id
+blueprintsprocessor.messageclient.self-service-api.kafkaEnable=false