summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/architecture.rst
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-12-12 12:07:42 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-12-13 08:29:59 +0000
commit9c1961ea905a619ed7c4c2c90ffa1eeda942c9ad (patch)
tree2659fd97cb17ce65f8eb619d9274785ff2f29ce9 /docs/sections/services/ves-hv/architecture.rst
parentb747a3f1395b86165b11078ae84aab404b310093 (diff)
[HV-VES-KAFKA] Add doc updates for hv-ves kafka
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I3b377f39fd2b0b764f88990b6a8b97fa63ed158d Issue-ID: DCAEGEN2-3083
Diffstat (limited to 'docs/sections/services/ves-hv/architecture.rst')
-rw-r--r--docs/sections/services/ves-hv/architecture.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sections/services/ves-hv/architecture.rst b/docs/sections/services/ves-hv/architecture.rst
index 8720767e..e71bf6a3 100644
--- a/docs/sections/services/ves-hv/architecture.rst
+++ b/docs/sections/services/ves-hv/architecture.rst
@@ -6,13 +6,13 @@
High-level architecture of HV-VES
=================================
-HV-VES Collector is a part of DCAEGEN2. Its goal is to collect data from xNF (PNF/VNF) and publish it in DMaaP's Kafka.
+HV-VES Collector is a part of DCAEGEN2. Its goal is to collect data from xNF (PNF/VNF) and put the data on a given Kafka topic.
High Volume Collector is deployed with DCAEGEN2 via OOM Helm charts and Cloudify blueprints.
Input messages come from TCP interface and Wire Transfer Protocol. Each frame includes Google Protocol Buffers (GPB) encoded payload.
-Based on information provided in CommonEventHeader, domain messages are validated and published to specific Kafka topic in DMaaP.
+Based on information provided in CommonEventHeader, domain messages are validated and published to specific Kafka topic.
.. image:: resources/ONAP_VES_HV_Architecture.png
-Messages published in DMaaP's Kafka topic will be consumed by DCAE analytics application or other ONAP component that consumes messages from DMaaP/Kafka.
+Messages published on the given Kafka topic will be consumed by DCAE analytics application or other ONAP component that require these message.
DMaaP serves direct access to Kafka allowing other analytics applications to utilize its data.