Alice52 / project

This repository is muti language and tech integration project.
MIT License
0 stars 0 forks source link

[ec] feign transaction issue #111

Closed Alice52 closed 3 years ago

Alice52 commented 3 years ago

description

  1. I have a big transactional method, it contains feign API, but feign API is not attended transaction

solution

  1. solution 01: mq
    • we can use mq to handle this thing, when all A service transaction success, then send message.
    • and send message should be in transaction
  2. solution 02: seata

    avatar