DCAE SDK
===============
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.
## Reactive programming
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.
## Artifacts
#### Current version
```
1.1.4
```
#### Maven dependencies
```
org.onap.dcaegen2.services.sdk.rest.services
cbs-client
${sdk.version}
org.onap.dcaegen2.services.sdk.security.crypt
crypt-password
${sdk.version}
org.onap.dcaegen2.services.sdk
hvvesclient-producer-api
${sdk.version}
org.onap.dcaegen2.services.sdk
hvvesclient-producer-impl
${sdk.version}
runtime
```
## DCAE Common Libraries (ONAP WIKI)
Describes SDK basic features in general.
[DCAE_Common_Libraries](https://wiki.onap.org/pages/viewpage.action?pageId=45300259)
#### DCAE SDK
Contains some general notes about the project and libs which were used in it.
[DCAE_SDK](https://wiki.onap.org/display/DW/DCAE+SDK)
#### Changelog
Provides information about SDK releases and features which are related to them.
[DCAE_SDK_Changelog](https://wiki.onap.org/display/DW/DCAE+SDK+Changelog)
#### FAQ
DCAE SDK Frequently Asked Questions
[FAQ](https://wiki.onap.org/display/DW/DCAE+SDK+Frequently+Asked+Questions)
## License
Copyright (C) 2018-2019 NOKIA Intellectual Property. All rights reserved.
[License](http://www.apache.org/licenses/LICENSE-2.0)