Interview Question
Qus: If we have Parent Service A invoking a child service B and B is invoking one more service C, then in which service you implement error handling ? in service A or in all services ?
Answers (1)
It should be implemented in a single service and it will be always in Parent service A(main service).