From 0db116ae2a62073551b09dd6c7b7c915fd1a5eb1 Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Wed, 30 Nov 2022 16:14:07 +0000 Subject: [SDC] Add Kafka reference to Documentation Signed-off-by: david.mcweeney Change-Id: Ia364144ef803dea1f3a203e30639144809ec61e1 Issue-ID: DMAAP-1787 --- docs/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 `_ + +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 -- cgit 1.2.3-korg