diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2022-11-30 16:14:07 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-12-02 09:45:07 +0000 |
commit | 0db116ae2a62073551b09dd6c7b7c915fd1a5eb1 (patch) | |
tree | 9a90fadffe9462063da384b965e1b5d34fdbce69 | |
parent | be7ba43b95f13bb390cdd77a15c35072781e5546 (diff) |
[SDC] Add Kafka reference to Documentation
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Change-Id: Ia364144ef803dea1f3a203e30639144809ec61e1
Issue-ID: DMAAP-1787
-rw-r--r-- | docs/installation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index bb25995ae5..7e8245ab7c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -18,3 +18,9 @@ Collection of commands used in deploying and monitoring sdc in OOM SDC troubleshooting: - `troubleshooting guide and logging info <https://wiki.onap.org/display/DW/SDC+Troubleshooting>`_ + +Kafka +=================== +As of London release, SDC distribution can be configured to use Kakfa as an alternative to DMaaP message Router (MR) for publishing and consuming distribution events. This is controlled via the global SDC helm chart value: + kafka: + useKafka: true/false
\ No newline at end of file |