diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-04-29 15:32:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-29 15:32:27 +0000 |
commit | ab3c7378c0cf96021856171d80b14b5a839f192e (patch) | |
tree | 6a04a66d48f8ca79860ac5c031609e4b3e459fe4 /docs/content/deployment.rst | |
parent | 683265f60fbc9a6ba27b93d1640246cfc1f6d106 (diff) | |
parent | 2acac9cd50ebcedcf1ed2702c11071cf7bccb25c (diff) |
Merge "[STRIMZI] Add strimzi kafka notes"
Diffstat (limited to 'docs/content/deployment.rst')
-rw-r--r-- | docs/content/deployment.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ |