Successfully added
Microservices
by Robert
Drawbacks of REST-based services
- Each step is typically processed synchronously
- Complex retry mechanisms
- Duplicate order handling
- Overall order is processed synchronously
- The business logic is implemented in the front-end
- Not scalable
Referenced in:
Comments