Add support for KafkaAvroSerializer in apex-pdp 13/131313/4
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 28 Sep 2022 18:43:47 +0000 (14:43 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 29 Sep 2022 15:43:34 +0000 (11:43 -0400)
commit9bf76281dae15941f3d53c1f1a419a8faa5f20f4
tree978fc1e68bab74f39e4afbc9f5037c42cf8a8b1b
parentaddf55c8f8be996539deb4aac5a8a520d541bbc1
Add support for KafkaAvroSerializer in apex-pdp

Adding the support for KafkaAvroSerializer to deserialize the
messages sent on a kafka topic using the KafkaAvroSerializer.

The default StringDeserializer that comes from KafkaConsumer
is not able to work with avro encoded messages.

Issue-ID: POLICY-4369
Change-Id: Ic12dc156b88e1ef323f8b600e464beef4a02d72e
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/src/main/java/org/onap/policy/apex/plugins/event/carrier/kafka/ApexKafkaConsumer.java