Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JensR93 opened this issue Nov 30, 2022 · 1 comment
Open

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

JensR93 opened this issue Nov 30, 2022 · 1 comment

Comments

@JensR93
Copy link

JensR93 commented Nov 30, 2022

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
Copy link
Contributor

cer commented Dec 1, 2022

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

  • Logs of Order Service and Restaurant Service
  • status of containers: kafka, zookeeper, eventuate cdc - docker ps -a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants