Should I use microservices? a. Yes, if you love challenges! b. Yes, if you want to learn and have fun! 6. Advice to implement microservices a. Technical b. Management
designing to scale? 2. Are my microservices fault tolerant? 3. Does my architecture have SPOFs? 4. Will the architecture be maintainable over the time? 5. Could I evolve the system without breaking clients?
test integration between services? 2. How to test integration between services and clients? 3. How to deploy? Centralized or Distributed? 4. CAP theorem.