Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/macktb/transaction-aggregator

Transaction aggregator with Spring Boot
https://github.com/macktb/transaction-aggregator

asynchronous-programming caching comparator completablefuture-api resttemplate spring-boot spring-cache spring-web-mvc

Last synced: 5 days ago
JSON representation

Transaction aggregator with Spring Boot

Awesome Lists containing this project

README

        

# Transaction Aggregator
- We implement a Transaction Aggregator system that apply the fundamentals of inter-service communication using REST APIs (RestTemplate)
- The service depends on other services (two remote servers) to receive necessary data.
- We also implement retry pattern to ensure system resilience and continuity of service even when remote servers are temporarily unavailable.
- Finally, we applied caching to optimize system performance and efficiency.