Category Microservices
Microservice Bad Smells and Anti Patterns
Categories: Microservices April 26, 2020The most common problems observed in microservice systems include 1. Wrong Cuts 2. Shared Persistency 3. Shared Libraries 4. Direct calls from Clients to Microservices 5. Too many standards.