Exceptions can be rendered into a beautiful HTML exception page! Now when doing API requests accepting application/json a JSON debug error page will be returned. When ...
There are two ways to implement sagas: Choreography - each service listens for events and decides what to do next. There is no central coordinator. This works well for simple sagas with few steps.