Fixed DmaapListener multiple consumer thread issue 17/28317/3
authorshashikanth.vh <shashikanth.vh@huawei.com>
Tue, 16 Jan 2018 13:23:23 +0000 (18:53 +0530)
committerShashikanth VH <shashikanth.vh@huawei.com>
Thu, 18 Jan 2018 05:09:22 +0000 (05:09 +0000)
commitd43a8024c63c3c2b9c9882ec9ce3d05d20e3e8d0
tree12d7fe8989e617905894c4e3ae50723e27691bb0
parent4b3d9579edc94c174fd942c488f6efa57c9e24b7
Fixed DmaapListener multiple consumer thread issue

DmaapListener handleSubscriptions method returns after creating
consumer thread for first subscription string, issue is fixed by
removing return.
https://jira.onap.org/browse/CCSDK-173

Issue-ID: CCSDK-173
Change-Id: I796b000b22762cda0a4f4fa929d5e2aabdcc7e8b
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/DmaapListener.java