aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/src/test/resources/streams/kafka_source.json
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-03-14 14:34:35 +0100
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-03-19 15:06:15 +0100
commit565ec734f46a15bb3c87fe02a32613fc86c0eb22 (patch)
tree71412d433e9e952db2e2f9db6044dc1a9643e9c0 /rest-services/cbs-client/src/test/resources/streams/kafka_source.json
parent9b03823dc6ac4bec2e61a4e54d114a518dbb1100 (diff)
Kafka streams parsers - additions
Change-Id: I98ca661682b41d76d3de668d6faeb6ebe02f92a8 Issue-ID: DCAEGEN2-1341 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'rest-services/cbs-client/src/test/resources/streams/kafka_source.json')
-rw-r--r--rest-services/cbs-client/src/test/resources/streams/kafka_source.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/rest-services/cbs-client/src/test/resources/streams/kafka_source.json b/rest-services/cbs-client/src/test/resources/streams/kafka_source.json
new file mode 100644
index 00000000..379dbef1
--- /dev/null
+++ b/rest-services/cbs-client/src/test/resources/streams/kafka_source.json
@@ -0,0 +1,14 @@
+{
+ "type": "kafka",
+ "aaf_credentials": {
+ "username": "the user",
+ "password": "the passwd"
+ },
+ "kafka_info": {
+ "client_role": "com.dcae.member",
+ "client_id": "1500462518108",
+ "bootstrap_servers": "dmaap-mr-kafka-0:6060,,dmaap-mr-kafka-1:6060,",
+ "topic_name": "HVVES_PERF3GPP",
+ "consumer_group_id": "nokia-perf3gpp-processor"
+ }
+}