summaryrefslogtreecommitdiffstats
path: root/appc-service-communicator
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09Fix incorrect parent versionsPatrick Brady6-6/+6
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-13Use ssh feature install for srvcommPatrick Brady1-1/+2
Use the ssh method for feature install, the same way that all other features are using. Change-Id: I4f4a1b5d721984435490681f99c81caab80a7c7e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Fix dg-common bundle errorPatrick Brady3-1/+51
Fix a dg-common blueprint error that was caused by the changes with the new appc-service-communicator. Added an interface for the EventSender, and created a blueprint file to publish the interface as a service. Change-Id: I37248fcbfa7cfa75e62965dad811b648c336b5e2 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Feature for micro service communicationPatrick Brady23-0/+1416
The appc-service-communicator feature will be responsible for communication between any appc microservices which are developed. The appc dmaap micro service connector is part of this feature. MessagingConnector.java is the main new class here. Some code is copied from appc event listener and dmaap adapter. Will be moved in a later commit. Change-Id: Ic57f5ee6a9ab1538c6ddaa3e7c25ac0c9797fae0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744