refarch-cloudnative-kubernetes icon indicating copy to clipboard operation
refarch-cloudnative-kubernetes copied to clipboard

Data Inconsistency if InventoryDB fails or RabbitMQ fails

Open gg6969 opened this issue 6 years ago • 0 comments
trafficstars

These are the scenarios. Scenario1. If I make the bluecompute-mysql fail and try to place and order with the UI, I'm able to place any order infinitly even if inventory DB is not available, and I can find such orders in the bluecompute-mariaDB order table

Scenario2: if I make the rabbitMQ fail, and I try to place an order, the UI tells "your order was not processed, please try again", but then in the profile of the user I find that order accounted, and so it is in the OrderDB(bluecompute-mariadB order table)

gg6969 avatar Jun 13 '19 11:06 gg6969