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>
1 file changed
tree: 12d7fe8989e617905894c4e3ae50723e27691bb0
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. 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.

  2. To compile, run "mvn clean install".