Microservices - Migration from Monolith
Consider this simplified request flow in a Strangler fig pattern:
Legacy system handles requests for features A, B, C. New microservice replaces feature A. Requests for A go to new service; B and C go to legacy. What happens when a request for feature B arrives?
