What did you think about architecture ?
Hello everyone
I was discussing with my boss, and i wanted on our future architecture an micro service dor dealing with our database.
In my side i prefer let each micro service interacting with database because :
- If BDDmicro service is down, it will crash all app
- With BDD micro service, all our other micro service can't work solo
- It let each micro service choosing is way to interact with database (better if we have performance or other issue)
What did you think about it ?
Thank's