summaryrefslogtreecommitdiffstats
path: root/docs/sections/sdk/architecture.rst
diff options
context:
space:
mode:
authorsushant53 <sushant.jadhav@t-systems.com>2023-09-26 14:41:01 +0530
committersushant53 <sushant.jadhav@t-systems.com>2023-09-26 14:41:17 +0530
commit558839f72f39eed7fd08628595a4bd714efc9b39 (patch)
tree0e29fdd56aceaf462e1e2bb69333acfb6fbccb6d /docs/sections/sdk/architecture.rst
parentdf1e3a2bcc14c29bdf2e1bdf113fe3696562e9f0 (diff)
[DOC] Update DCAE SDK doc for direct Kafka usage
Update DCAE SDK doc for direct Kafka usage instead of dmaap Issue-ID: DCAEGEN2-3405 Change-Id: I8999d6359ccfc96514e195b4c6664cf19e56f29b Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
Diffstat (limited to 'docs/sections/sdk/architecture.rst')
-rw-r--r--docs/sections/sdk/architecture.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sections/sdk/architecture.rst b/docs/sections/sdk/architecture.rst
index dd74e052..c0c55f54 100644
--- a/docs/sections/sdk/architecture.rst
+++ b/docs/sections/sdk/architecture.rst
@@ -90,6 +90,8 @@ DmaaP-MR Client
* Support for authenticated topics pub/sub
* Standardized logging
+ From version 1.9.4, as DMaaP is announced as deprecated project, this library uses Kafka directly instead of DMaaP APIs.
+
ConfigBindingService Client
+++++++++++++++++++++++++++
Thin client wrapper to fetch configuration based on exposed properties during deployment from the file on a configMap/volume or from CBS api if configMap/volume does not exist. Provides option to periodically query and capture new configuration changes if any should be returned to application.