Open iluwatar opened 1 year ago
Hi @iluwatar, I would be glad to implement it! please assign it to me
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.
Hi @iluwatar, I have experience working with multiple micro-services each with separate databases, I would like to implement this, could you please assign it to me?
Description:
The Microservices - Database per Service design pattern advocates for each microservice to have its own private database. This design pattern is crucial for achieving loose coupling between microservices, allowing each service to be developed, deployed, and scaled independently. Here are the main elements of this pattern:
References:
Acceptance Criteria:
Design and Documentation:
Implementation:
Testing:
Example Scenario: