Integrating a Service into the System Landscape
This guide gives an overview of the requirements for integrating a service into the services system landscape.
Requirements
To be able to integrate a microservice in the system landscape, the following requirements must be met:
The service should:
- have these dependencies
- have this configuration
- use only available ports (for more information, see Overview of Microservices)
- be installed using the SAM tool
Integrating the Service
To integrate a service into an existing system landscape, that is, an installation of the service-manager with at least the DISCOVERY and ADMIN services, complete the following steps:
- Build the service, and copy the executable JAR file to the system.
- Install using SAM.
- (Re)start the service-manager.
The service should now be listed in the Services Admin with the other services. If it is not, check the log for errors.