microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

Can't create an order: Restaurant not found with id #164

Open JensR93 opened 1 year ago

JensR93 commented 1 year ago

I created an restaurant and got ID 11. image

I checked the id 11 and it exists. image

But I can't create an order for the restaurant with the ID11 image

cer commented 1 year ago

The Order Service subscribes to events published by the Restaurant Service and maintains a CQRS view of the restaurants.

It sounds like there's an issue with event publishing/consuming. I would look at