commit | d43a8024c63c3c2b9c9882ec9ce3d05d20e3e8d0 | [log] [tgz] |
---|---|---|
author | shashikanth.vh <shashikanth.vh@huawei.com> | Tue Jan 16 18:53:23 2018 +0530 |
committer | Shashikanth VH <shashikanth.vh@huawei.com> | Thu Jan 18 05:09:22 2018 +0000 |
tree | 12d7fe8989e617905894c4e3ae50723e27691bb0 | |
parent | 4b3d9579edc94c174fd942c488f6efa57c9e24b7 [diff] |
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>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".