You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The seeding in products service does work. But sending the data via kafka to the shopping cart service makes issues, specially for the first startup.
The problem is that the kafka broker sometimes start completly new and all commits are gone. Therefore the created datasets that could not ve been read by the shopping-cart service are gone.
The text was updated successfully, but these errors were encountered:
A temporary fix is to clear the Products table in both databases Inventory and ShoppingCart. Then stop all containers with ctr-c and simply up them again with docker-compose up. Do not run docker-compose down. The product service will recreate the products and publsih them correctly to kafka. The shopping-cart service will listen correctly
The seeding in products service does work. But sending the data via kafka to the shopping cart service makes issues, specially for the first startup.
The problem is that the kafka broker sometimes start completly new and all commits are gone. Therefore the created datasets that could not ve been read by the shopping-cart service are gone.
The text was updated successfully, but these errors were encountered: