diff options
author | tkogut <tomasz.kogut@nokia.com> | 2021-04-13 10:11:35 +0200 |
---|---|---|
committer | tkogut <tomasz.kogut@nokia.com> | 2021-04-14 17:23:50 +0200 |
commit | f789f254efe024085663bbe04f99f10af4a98fe7 (patch) | |
tree | a6d99beee49fc931bb16d58932c2ec5e9aeb47c5 /Changelog.md | |
parent | 0f08018a05f3eff7cacb91d7b3b0fe272f19e269 (diff) |
[DCAE/PM-Mapper] Utilize DMaaP-Client in PM-Mapper
- Bump mockserver libraries
- Use dmaap-client for sending events to dmapp-mr
- Extract Retry/Timeout configs to separate class
- Extract logging utils to separate class
Issue-ID: DCAEGEN2-2732
Change-Id: I5d406e99fe1def078f102ff704df5312f5ae996b
Signed-off-by: tkogut <tomasz.kogut@nokia.com>
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3b10d37..7990b6b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.6.0] - 25/03/2021 ### Changed +- Utilize DMaaP-Client in PM-Mapper - Switched Dockerfile to integration image (alpine-based) ## [1.5.2] - 18/03/2021 |