commit | ea4a776bfd70f3a01ea01583f1c5af70a98576de | [log] [tgz] |
---|---|---|
author | tkogut <tomasz.kogut@nokia.com> | Fri Feb 26 08:45:28 2021 +0100 |
committer | tkogut <tomasz.kogut@nokia.com> | Fri Feb 26 08:45:28 2021 +0100 |
tree | c641ea52dabfa6f39a50571ab389e8b7f6d68031 | |
parent | 573c53f8f8dbd220f34b718399ddd3bd1a3121a9 [diff] |
Release version 1.7.0 - Add possibility to modify the configuration for persistent connection - Honor the Retry-After HTTP header in case of 413 status code Issue-ID: DCAEGEN2-1483 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I40ce9d895f85388fce479079132b780ff5af6734
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