You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development looks crisp and as per industry standards.
SDLC processes and contributing guidelines are great!
Observations:
Each microservice needs to make an API call to database-connect microservice to make DB operations. Here, it increases one network hop which might hamper performance.
Piyush Nalawade
Team Zilean 🦄
The text was updated successfully, but these errors were encountered:
Thanks for taking the time to review our project. Appreciate your feedback. The reason to implement every microservice connect to database-connect microservice to make DB operations is to follow the project guidelines given in Project 1 which states "Only one microservice can connect to each DBMS". We are using only one DBMS(Mongo DB) for our application and hence only database-connect microservice will connect to our database to perform any DB operations.
Likes:
Observations:
Piyush Nalawade
The text was updated successfully, but these errors were encountered: