From: sushant53 Date: Fri, 11 Aug 2023 14:15:44 +0000 (+0530) Subject: [DCAEGEN2] Use kafka API directly in DMaaP library X-Git-Tag: 1.9.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F135701%2F6;p=dcaegen2%2Fservices%2Fsdk.git [DCAEGEN2] Use kafka API directly in DMaaP library Use kafka API directly in dmaap-client library instead of the DMaaP Rest APIs. Issue-ID: DCAEGEN2-3364 Change-Id: I7f27d9d5f443fe3934896fa01f907b6001898495 Signed-off-by: sushant53 --- diff --git a/Changelog.md b/Changelog.md index 396a0435..d68406c3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.9.4] - 2023/02/23 +#### Added + - [DCAEGEN2-3364] - To use kafka API instead of DMAAP API in dmaap-client + ## [1.9.3] - 2023/02/23 #### Added - [DCAEGEN2-3344] - Upgrade dependencies for dcaegen2-services-sdk diff --git a/pom.xml b/pom.xml index 884b41cc..7a11907d 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ language governing permissions and limitations under the License. 2020.0.1 1.7.25 1.2.11 - 2.28.2 + 3.4.2 4.0.0-rc-2 0.10.2 1.6 @@ -97,7 +97,7 @@ language governing permissions and limitations under the License. ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT diff --git a/rest-services/dmaap-client/pom.xml b/rest-services/dmaap-client/pom.xml index 8123af31..5a3ef94b 100644 --- a/rest-services/dmaap-client/pom.xml +++ b/rest-services/dmaap-client/pom.xml @@ -2,6 +2,7 @@