DEV Community

Discussion on: Best Practices for Event-Driven Microservice Architecture

Collapse
 
mostlyjason profile image
Jason Skowronski

Yes I definitely agree with this. It's best to avoid premature optimization and unnecessary abstractions. A low complexity app is the ideal design if it fits your business requirements. A microservice architecture adds complexity and latency over method calls, so you need to have a benefit that offsets that.