Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielleraujo/ms-credit-card-context
https://github.com/gabrielleraujo/ms-credit-card-context
c4-model
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielleraujo/ms-credit-card-context
- Owner: gabrielleraujo
- Created: 2024-10-25T03:04:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T17:17:51.000Z (2 months ago)
- Last Synced: 2024-10-26T16:50:21.296Z (2 months ago)
- Topics: c4-model
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ms-credit-card-context
Documentation and source code.Context:
Register a new customer via API and communicate via messaging:
1- Generate a credit proposal;
2- Issue 1 or more credit cards;
Considering that there may be communication failures in the credit proposal or in the issuance of the card, there must be a resilience process and signaling via event to the customer microservice, for this purpose retry and deadletter were used.
Microservices:
1- Customer registration;
#### https://github.com/gabrielleraujo/customer-registration
2- Credit proposal;
#### https://github.com/gabrielleraujo/credit-proposal
3- Credit card;
#### https://github.com/gabrielleraujo/credit-card### C4 models: