summaryrefslogtreecommitdiffstats
path: root/services
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09Fix incorrect parent versionsPatrick Brady4-4/+4
The parent versions in these pom files should be 1.7.0-SNAPSHOT in order to match the rest of appc. Change-Id: I002f78235f07d588658e86c5ac8e99d4346d51fa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1808
2019-11-14Add additional error messages to dmaap servicePatrick Brady1-0/+14
Add error checking and logging if required properties are not present. Change-Id: I270a7a088e36de603b89133e9ccb22f206e931e4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-14Add parent pom to dmaap service root pomPatrick Brady1-0/+7
Without a parent pom, the appc dmaap service root pom did not have the required plugins or repositories. Change-Id: Ife1ee2ec3ec32e7a221471a450e97f3fc1a92ce6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-12Add dependency management for dmaap servicePatrick Brady1-0/+10
Maven deploy during jenkins build was failing since dmaap event service did not have repositories defined. This should fix the problem. Change-Id: If6ff2178f6ba51084721fbd25b312dc27cb576d5 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Change code to use dmaap microservicePatrick Brady1-1/+22
Change method calls that used to go to the dmaap adapter, to now go to the appc service communicator, which connects to the dmaap micro service. Change-Id: I619fcb408e14fa0b926950192463d9c92ab7dbba Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Dmaap micro service jarPatrick Brady123-0/+11628
Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744