diff options
author | VENKATESH KUMAR <vv770d@att.com> | 2020-04-22 17:31:32 -0400 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2020-04-27 12:09:51 -0400 |
commit | 7cfaea2ee5e73a5a0a669da3b8c949000245cb83 (patch) | |
tree | 579f20962a4c23380ddd67b24edcd4de6ed1fd06 /docs/sections/sdk/architecture.rst | |
parent | 06d45b681f12fcb88fcca76bcc6170eaf020560b (diff) |
dcae r6 doc updates cont.
Change-Id: I2303d59ad9491c555adb70de57eb14ab1fa7233c
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1891
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/sdk/architecture.rst')
-rw-r--r-- | docs/sections/sdk/architecture.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/sdk/architecture.rst b/docs/sections/sdk/architecture.rst index 3f3cdf55..7cf70267 100644 --- a/docs/sections/sdk/architecture.rst +++ b/docs/sections/sdk/architecture.rst @@ -8,7 +8,7 @@ Introduction ------------ As most services and collectors deployed on DCAE platform relies on similar microservices a common Software Development Kit has been created. It contains utilities and clients which may be used for getting configuration from CBS, consuming messages from DMaaP, interacting with A&AI, etc. SDK is written in Java. -Some of common function across different services are targeted to build as separate library was created in Dublin release. +Some of common function across different services are targeted to build as separate library. Reactive programming -------------------- |