如何使用Fescar保證Dubbo微服務間的一致性

  案例 用戶採購商品業務,整個業務包含3個微服務:html 庫存服務: 扣減給定商品的庫存數量。 訂單服務: 根據採購請求生成訂單。 帳戶服務: 用戶帳戶金額扣減。 業務結構圖 StorageService public interface StorageService { /** * deduct storage count */ void deduct(
相關文章
相關標籤/搜索