Add support for DMaaP in SMO 74/6974/5
authorsantanude <santanu.de@xoriant.com>
Mon, 1 Nov 2021 13:02:18 +0000 (18:32 +0530)
committersantanude <santanu.de@xoriant.com>
Fri, 12 Nov 2021 10:17:14 +0000 (15:47 +0530)
commitafc967b1a65516e609e5d7bf296dc2fc88156bbd
tree57a6fff291a9ea23ca1ece1bc158a7e35e363e51
parentc82167dcdcb98260161ecd85510baa568f2f8cdb
Add support for DMaaP in SMO

SMO is planning on using Kafka bus as the message bus. DMaaP is nothing but a wrapper around the Kafka bus. Since there are legacy applications, mostly from ONAP that need support for reading from or writing to the message bus using DMaaP. This task will track the work related to that support.

Issue-Id: SMO-18
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I31303440051fd5823ec2bb3199011d3920de6e13
Signed-off-by: santanude <santanu.de@xoriant.com>
dmaapadapter/Dockerfile [new file with mode: 0755]
dmaapadapter/Makefile [new file with mode: 0755]
dmaapadapter/adapter/LICENSE.md [new file with mode: 0755]
dmaapadapter/adapter/code/app_config.py [new file with mode: 0644]
dmaapadapter/adapter/code/consumer.py [new file with mode: 0644]
dmaapadapter/adapter/code/dmaap_adapter.py [new file with mode: 0644]
dmaapadapter/adapter/config/adapter.conf [new file with mode: 0755]
dmaapadapter/start.sh [new file with mode: 0755]
docker-compose.yaml