commit | 3163c846afbeb5e33dea7696b53f55ef50bfbb91 | [log] [tgz] |
---|---|---|
author | Hansen, Tony (th1395) <th1395@att.com> | Tue Feb 11 22:07:42 2020 +0000 |
committer | Hansen, Tony (th1395) <th1395@att.com> | Tue Feb 11 22:17:13 2020 +0000 |
tree | 6da52bd1718cea4edf352a7299ee17b11037cc01 | |
parent | 06558f18f451ef073e1d06b4e4eba5e68a4c82ea [diff] |
fix sonarcloud issues Change-Id: I988a1048ae6853115fd11a6cb56ec7abb90a199e Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
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.1.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