Adapter Microservice
Temenos Microservices architecture allows transact and infinity modules to develop independently scalable Microservices. In order to achieve independent scaling, Microservices recommends making use of events based approach instead of typical synchronous or file-based integration.
To accomplish any business functionality, Temenos Business Microservices may have a dependency on other applications in the following scenarios.
- The third-party system provides an API based interface for executing a business action or service.
- The third-party system provides only a file based interface for sharing data.
To keep business microservice independently scalable, Temenos requires an Adapter service that provides a scalable interface to meet the above integration-related requirements.
This section explains the concept of Adapter Microservice, its architecture and data model.
Features of Adapter Microservices
This section lists the features of Adapter Microservices.
This section lists various services that have to be deployed in the system.
In this topic