commit | 9d8a9326758a162eb26236a1dd9de1c29c504554 | [log] [tgz] |
---|---|---|
author | pranitk1905 <pranit.kapdule@t-systems.com> | Tue Mar 21 14:34:30 2023 +0530 |
committer | Vijay Venkatesh Kumar <vv770d@att.com> | Tue Mar 21 15:09:08 2023 +0000 |
tree | 92094f1088d7661b649391af1d02292c6b233007 | |
parent | 7d74d98e0a7a2ddfc946b89092a4d60e80668829 [diff] |
[DCAEGEN2]Release SDK libraries version 1.9.3 Release SDK libraries version 1.9.3 onap-gerrit-review: -release-file-issue Issue-ID: DCAEGEN2-3362 Change-Id: If71f833745d23102db71d95085ac9c8cce74b7f2 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
Because 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 when getting configuration from CBS, consuming messages from DMaaP, interacting with A&AI, etc. SDK is written in Java.
Most of SDK APIs are using Project Reactor, which is one of available implementations of Reactive Streams (as well as Java 9 Flow). This way we support both high-performance, non-blocking asynchronous clients and old-school, thread-bound, blocking clients. We believe that using reactive programming can solve many cloud-specific problems for us - if used properly.
<properties> <sdk.version>1.8.4</sdk.version> </properties>
<dependencies> <dependency> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> <artifactId>cbs-client</artifactId> <version>${sdk.version}</version> </dependency> <dependency> <groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId> <artifactId>crypt-password</artifactId> <version>${sdk.version}</version> </dependency> <dependency> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer-api</artifactId> <version>${sdk.version}</version> </dependency> <dependency> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer-impl</artifactId> <version>${sdk.version}</version> <scope>runtime</scope> </dependency> <!-- more to go --> </dependencies>
Describes SDK basic features in general. DCAE_Common_Libraries
Contains some general notes about the project and libs which were used in it. DCAE_SDK
Provides information about SDK releases and features which are related to them. DCAE_SDK_Changelog
DCAE SDK Frequently Asked Questions FAQ
Copyright (C) 2018-2019 NOKIA Intellectual Property. All rights reserved. License