Closed marcusfaoro closed 5 years ago
Sorry for the delay, better ping me via Twitter or Email instead. Which "Payment" service do you start? The choreographed one should actually be triggered right away, the orchestrated only reacts to a command, and therefor you have to start one of the order microservices. Hope that helps?
Hi Bern,
I'm running the solution which is a mix of Choreography and Orchestration. It uses Kafka and Zeebe.
Steps:
Thanks Bern
Does order-zeebe works? Can you see the workflow being kicked off in Zeebe (e.g. using Operate)? Does it send out the "retrieve-payment-command"?
Hi Bern,
No, it doesn't, that's why I started this threat.
The OrderService listeners are not reached and the monitor also doesnt show the workflow moving on.
Thank you
Em ter, 15 de out de 2019 às 23:57, Bernd Rücker notifications@github.com escreveu:
Does order-zeebe works? Can you see the workflow being kicked off in Zeebe (e.g. using Operate)? Does it send out the "retrieve-payment-command"?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/berndruecker/flowing-retail/issues/22?email_source=notifications&email_token=ACTNO563R6AD5GCT7UYPCLLQOW44ZA5CNFSM4IPITOU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBIURVI#issuecomment-542197973, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTNO52EXUJQIJJOHEMM6N3QOW44ZANCNFSM4IPITOUQ .
Hi there, This application doesn't work. I can receive an Order "OrderPlacedEvent" after posting an Order via Checkout Service, however the Payment Service is never triggered.
I'm running: -Local Zeebe (zeebe-broker-0.20.0); -Local Kafka (kafka_2.12-2.2.0) -Java 8
Thanks, Marcus