add lib for Dmaap 16/108216/1
authordyh <dengyuanhong@chinamobile.com>
Tue, 26 May 2020 01:56:56 +0000 (09:56 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 26 May 2020 02:06:37 +0000 (10:06 +0800)
commit23785037bc77749a748c875712db84836fdf07e1
tree2cce7ba27de25101eb8e03356024411228a2dbcb
parent5de5093e94852ebb63fc1d8681fa25c561ac225d
add lib for Dmaap

Issue-ID: MODELING-366
Change-Id: Id9a93649b49ae270a505f4aac790bc761862cf34
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
catalog/pub/Dmaap-lib/__init__.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/dmaap/__init__.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/dmaap/consumer.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/dmaap/identity.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/dmaap/publisher.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/pub/__init__.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/pub/exceptions.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/test/test_consumer.py [new file with mode: 0644]
catalog/pub/Dmaap-lib/test/test_identity.py [new file with mode: 0644]