aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-03-15 11:30:23 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-03-15 11:30:27 +0000
commit2acac9cd50ebcedcf1ed2702c11071cf7bccb25c (patch)
tree1feaa20aa2f8c82ebe108e9f95a1d6c8eab984ff
parentf7dd1c8d0681862ca1c91d1fe0d5da1fd325d209 (diff)
[STRIMZI] Add strimzi kafka notes
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ifd862889f55ee3526c68751e12e8a39ddaa93be4 Issue-ID: DMAAP-1681
-rw-r--r--docs/content/architecture.rst2
-rw-r--r--docs/content/deployment.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/content/architecture.rst b/docs/content/architecture.rst
index 69aafef..6972ba7 100644
--- a/docs/content/architecture.rst
+++ b/docs/content/architecture.rst
@@ -29,7 +29,7 @@ to implement additional functionalities or storage forms.
The event messaging system for this integration is **Kafka**, whose running
instance is deployed independently from CPS. It could be either:
-* the ONAP Kafka instance from ONAP DMaaP component,
+* the ONAP Kafka instance from ONAP Strimzi component,
* or any specific Kafka instance deployed independently from ONAP
The following diagram is the C4 Model representing CPS System Containers:
diff --git a/docs/content/deployment.rst b/docs/content/deployment.rst
index 726d25c..962f8b6 100644
--- a/docs/content/deployment.rst
+++ b/docs/content/deployment.rst
@@ -59,6 +59,9 @@ exhaustive.
| | | |
| | See also :ref:`credentials` section. | |
+---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
+| config.useStrimziKafka | If targeting a custom kafka cluster, ie useStrimziKakfa: false, the config.eventConsumption.spring.kafka| true |
+| | values must be set. | |
++---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
| config.eventConsumption. | Kafka hostname and port | ``message-router-kafka:9092`` |
| spring.kafka.bootstrap-servers | | |
+---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+