commit | 16ad4df7c231bf9f49df0b2060e156f58f84bd75 | [log] [tgz] |
---|---|---|
author | Vijay Venkatesh Kumar <vv770d@att.com> | Thu Oct 06 15:42:01 2022 +0000 |
committer | Vijay Venkatesh Kumar <vv770d@att.com> | Thu Oct 06 15:43:31 2022 +0000 |
tree | 48d7a02f90069ea3e331f3a304769356c005c8d1 | |
parent | 446e7a61af43f6ef1f1b9429201834ee86b60c4b [diff] |
Revert "Remove CBS and Consul dependencies from CBSClient lib" This reverts commit 592f371519d0647b7ae9a0a2fc601c757133cf0d. This commit belongs to London/master branch only Change-Id: Ie92be8fa8eda72462d7411646bbef6b52760d29a Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.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