nodejs-saga-microservice icon indicating copy to clipboard operation
nodejs-saga-microservice copied to clipboard

Nodejs Microservices implemented in Saga Pattern

Results 2 nodejs-saga-microservice issues
Sort by recently updated
recently updated
newest added

code line: https://github.com/ganeshmani/nodejs-saga-microservice/blob/master/orderService/src/Controller/createOrder.js#L13 Why not use `order_id`? Payment and order can be associated with `order_id`.

I'm getting **TypeError**: Cannot read property 'forEach' of undefined when I try to run orchestatorService