From dd4bcaadf2d5b5420669764951ab97eff6ffa4f5 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 19 Jun 2023 17:35:15 +0100 Subject: Patch # 3: Data operation response event (NCMP → Client App) to comply with CloudEvents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modified data operation record strategy to consume cloud event. - Modified NCMP data operation event consumer to read cloud event header. (prefixed with ce_) - Modified event publisher to support legacy and cloud event based on event type (if legacy event use legacy kafka template else cloud kafka template). - Introduced a new method onto json object mapper to convert json object to bytes. - Modified data operation consumer spec to produce a cloud event and validate it. - Added Kafka Integration Test (for filtering) Issue-ID: CPS-1724 Signed-off-by: sourabh_sourabh Change-Id: Ide701b1ff952f57413cb4e4aa0d55c08753f0298 Signed-off-by: sourabh_sourabh --- cps-ncmp-service/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cps-ncmp-service/pom.xml') diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 19ef988d3..608141ebf 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -103,6 +103,11 @@ spock-spring test + + org.springframework.kafka + spring-kafka-test + test + org.testcontainers kafka -- cgit 1.2.3-korg