-
Notifications
You must be signed in to change notification settings - Fork 303
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
Oders are not processed #2
Comments
Thanks. You can get a list of all running docker containers with
You can see the logs with |
Great, so apparently the order message cannot be sent to the topic due to a timeout. Exception thrown when sending a message with key='7created' and payload='com.ewolff.microservice.order.logic.Order@48f9766a[id=7,customer=com.ewolff.microservice.order.custo...' to topic order:
org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 60000 ms. |
Thanks. Is the Kafka container running? What does the log of the Kafka
container say?
|
I suspect that Docker does not have enough RAM. If you are running a local Docker installation on Windows or macOS, go to Preferences -> Advanced and make sure memory is set to 4 GB. If you are using Docker Machine use |
This is actually really a bug. The problem is that the configuration was messed up and therefore the Kafka server was not really accessed. Thanks for pointing this out! |
When I create an order it takes quite some time before I get the success message, but it seems the messaging is broken since I don't see any invoice or shipment being created.
If there are any logs I could provide I'd need some help to locate them since I am a newby when it comes to web/backend development.
The text was updated successfully, but these errors were encountered: