vinsguru-blog-code-samples icon indicating copy to clipboard operation
vinsguru-blog-code-samples copied to clipboard

OrchestratorService::orderProduct() is not getting called

Open vinikanvar opened this issue 3 years ago • 0 comments

Hi vinsguru,

OrchestratorService::orderProduct() is not getting called. Below are the steps I am following:

  1. I run inventory-service, payment-service, order-service, order-orchestrator
  2. Using a breakpoint, I see that OrchestratorConfig::processor() correctly gets called
  3. Then I run http://localhost:8080/order/create. This correctly returns “status”:”ORDER_CREATED”
  4. However, the problem is OrchestratorService::orderProduct(), which is called by OrchestratorConfig::processor(), is not getting called.

Is there a problem with flux subscription in OrchestratorConfig::processor()?

vinikanvar avatar Nov 17 '22 04:11 vinikanvar