Which of the following is not a core benefit of microservices?
A. Microservices encourage Modularity - Because of the modular design, troubleshooting and changes can occur more rapidly and are less likely to impact other areas of the application.
B. Microservices allow for technological flexibility - Each microservice can be designed in it's own language so you can use the best tool for the job.
C. Microservices optimize for scalability - Individual services can be scaled to meet resource needs.
E. All are benefits of microservice architectures