issues
search
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
I have a big transactional method, it contains
feign API
, but feign API is not attended transaction
solution
this is distributed transaction, so it can not handled by
spring
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
solution 02: seata
description
feign API
, but feign API is not attended transactionsolution
spring
solution 02: seata